-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement await/async, search, sort, thread, list-status, esearch, esort #52
base: master
Are you sure you want to change the base?
Conversation
- fix FetchCommand.wait_data() - don't request capability when server sends it - support multiple untagged response types for LIST-STATUS and FETCH VANISHED - add response parsers - update README.rst
Is there any update on this?
unless I change all references to I didn't try too hard to debug, since this PR should fix it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still get odd test failures, but with the suggested changes, it gets further than:
Traceback (most recent call last):
File "/home/paul/src/aioimaplib/aioimaplib/tests/imapserver.py", line 172, in execute_section
with (await self.state_condition):
TypeError: object Condition can't be used in 'await' expression
Is there any plan on implementing this ? |
Co-authored-by: Paul Aurich <[email protected]>
Co-authored-by: Paul Aurich <[email protected]>
Thank you for your feedbacks, addings and thoughts. But I'm sorry, I cannot merge this PR :
|
Just letting people know that I'm also getting a similar error which I believe to be related:
|
Not sure what you mean by this. When I'm looking through the diff of the PR, I see no such things and while one constant's name has been removed, it was the CR constant which was only used once in the code. Otherwise, this PR look pretty solid |
@bamthomas is right,
|
what I mean @Lithimlin is pretty clear, there is no opinion or whatever here, only facts :
so when all of this will be fixed then I could eventually merge. |
Sorry if there was a misunderstanding. I never questioned the tests failing, only the points I quoted. The tests are obviously failing. I still don't see any duplicated or commented-out code. Or do you mean documentation comments in the code?It seems @filiphanes is also confused about this part, and I also agree with them regarding the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I won't take your copyright.
Either every ten committers are here or either none.
My name is here because I started this and still maintaining it.
aioimaplib/aioimaplib.py
Outdated
@@ -1,6 +1,7 @@ | |||
# -*- coding: utf-8 -*- | |||
# aioimaplib : an IMAPrev4 lib using python asyncio | |||
# Copyright (C) 2016 Bruno Thomas | |||
# Copyright (C) 2020 Filip Hanes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:)
do you know that there has been 10 commiters and you are the first to do this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no :) I thought that it is normal when someone adds significant portion of functionality. Are there some limiting consequences for you?
I pulled the branch and yes the tests are green. But I can't merge this. I'm sorry, even if I think that there may be value in it. So for now I'm blocked with this PR. |
Since I have no real connection to either of you and am just eagerly waiting for an update on this not functional library I'd rather stay out of the discussion, though I appreciatethe invitation. |
@bamthomas ok, I understand, I am willing to work on it, and would appreciate some help with tests Meeting would be great, I would like to discuss these updates, you can send me email. |
see the #59 is what we would expect. |
@filiphanes I tried the form on your website but it says that the mail server is unreachable. |
I have tested it only against Dovecot 2.4.devel
Fixes #47
Fixes #51
Fixes #45
Fixes #6