Bruno Thomas
Bruno Thomas
@filiphanes I tried the form on your website but it says that the mail server is unreachable. You can send me an email to bruno on the domain barreverte.fr
That's a very good question. I just found the comment for the commit 8766c77cd6e407e6fe8b33add4e8acd6490dde7c : > the timeout had been set at the command level for fetch because it can...
hello @dadokkio I must admit that I didn't have a look at this issue. You see this error because you must before sending STARTTLS call ``` await imap_client.wait_hello_from_server() ``` Then...
Ok thanks for this issue and the link. I'm having a look on this soon.
as for #71 the API is not the same as imaplib. It is formatting less the responses from the imapserver. Yet it it is structured with a uniform type (list...
Normally every server compliant with rfc3501 should implement this. I've seen lines like this : ``` 2018-05-09 10:00:41,006 DEBUG [aioimaplib:312] Received : b'* CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE...
weird, for now I can reproduce with a real test, activating debug. But I can't with a unit test : data is in bytearrays and is not concerned by the...
There is a strong architecture decision for this : spacy is written in python. So either you have to call a shell script with java (and assume that spacy is...
thank you @aleks-v-k for your comment and @filiphanes for your insights and issue. At the beginning I think that we've seen the constructor as instantiating objects with no network actions....
Hello, would it be possible to release petlib because as we cannot release with pypi when there is a github commit id, we have all our depencies that remains with...