search for: pop3_max_line_length

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

2015 Apr 08
2
pop3 retr responses too large lines - Fails with current python's poplib
...ibly followed by additional information. All responses are terminated by a CRLF pair. Responses may be up to 512 characters long, including the terminating CRLF. " I think dovecot-pop3 should split it's output in lines of at least 512 characters. Or at least it should have a "pop3_max_line_length" setting (like "imap_max_line_length"). Server side: # dovecot --version 2.2.13 Client side: # python --version Python 2.7.9 # getmail --version getmail 4.47.0 Temporary workaround (on client-side): --- poplib.py.orig 2015-04-08 18:46:48.280879211 -0300 +++ poplib.py 2015...
2015 Apr 10
2
pop3 retr responses too large lines - Fails with current python's poplib
...e > > terminated by a CRLF pair. Responses may be up to 512 characters > > long, including the terminating CRLF. > > " > > > > I think dovecot-pop3 should split it's output in lines of at least 512 > > characters. Or at least it should have a "pop3_max_line_length" setting > > (like "imap_max_line_length"). > > Um. This is talking about POP3 responses themselves - not about the > actual email message body. Dovecot's POP3 reponses are short always I > think. The message body is sent exactly as it was originally saved. &gt...
2015 Apr 10
0
pop3 retr responses too large lines - Fails with current python's poplib
...information. All responses are > terminated by a CRLF pair. Responses may be up to 512 characters > long, including the terminating CRLF. > " > > I think dovecot-pop3 should split it's output in lines of at least 512 > characters. Or at least it should have a "pop3_max_line_length" setting > (like "imap_max_line_length"). Um. This is talking about POP3 responses themselves - not about the actual email message body. Dovecot's POP3 reponses are short always I think. The message body is sent exactly as it was originally saved. Changing this could break th...
2015 Apr 10
0
pop3 retr responses too large lines - Fails with current python's poplib
...terminated by a CRLF pair. Responses may be up to 512 characters >>> long, including the terminating CRLF. >>> " >>> >>> I think dovecot-pop3 should split it's output in lines of at least 512 >>> characters. Or at least it should have a "pop3_max_line_length" setting >>> (like "imap_max_line_length"). >> >> Um. This is talking about POP3 responses themselves - not about the >> actual email message body. Dovecot's POP3 reponses are short always I >> think. The message body is sent exactly as it was or...