search for: issue16041

Displaying 4 results from an estimated 4 matches for "issue16041".

2015 Apr 08
2
pop3 retr responses too large lines - Fails with current python's poplib
Since December 2014, clients using the Python poplib library (getmail in my case) started to limit the line length of RETR and other command responses sent from the server to 2048 bytes: See https://bugs.python.org/issue16041 (Included at least in Python-2.7.9) Dovecot doesn't have line split in the POP3 module, so Python fails to retrieve messages with long lines. RFC 1939 says: " Responses in the POP3 consist of a status indicator and a keyword possibly followed by additional information. All respons...
2015 Apr 10
2
pop3 retr responses too large lines - Fails with current python's poplib
...erro.com.ar> wrote: > > > > Since December 2014, clients using the Python poplib library (getmail in > > my case) started to limit the line length of RETR and other command > > responses sent from the server to 2048 bytes: > > > > See https://bugs.python.org/issue16041 (Included at least in > > Python-2.7.9) > > > > Dovecot doesn't have line split in the POP3 module, so Python fails to > > retrieve messages with long lines. > > > > RFC 1939 says: > > " > > Responses in the POP3 consist of a status indic...
2015 Apr 10
0
pop3 retr responses too large lines - Fails with current python's poplib
...ja <guillermo.narvaja at fierro.com.ar> wrote: > > Since December 2014, clients using the Python poplib library (getmail in > my case) started to limit the line length of RETR and other command > responses sent from the server to 2048 bytes: > > See https://bugs.python.org/issue16041 (Included at least in > Python-2.7.9) > > Dovecot doesn't have line split in the POP3 module, so Python fails to > retrieve messages with long lines. > > RFC 1939 says: > " > Responses in the POP3 consist of a status indicator and a keyword > possibly follo...
2015 Apr 10
0
pop3 retr responses too large lines - Fails with current python's poplib
...ote: >>> >>> Since December 2014, clients using the Python poplib library (getmail in >>> my case) started to limit the line length of RETR and other command >>> responses sent from the server to 2048 bytes: >>> >>> See https://bugs.python.org/issue16041 (Included at least in >>> Python-2.7.9) >>> >>> Dovecot doesn't have line split in the POP3 module, so Python fails to >>> retrieve messages with long lines. >>> >>> RFC 1939 says: >>> " >>> Responses in the POP3 co...