f950619b1d003b0e8c604478df7fe3067d934b26 |
|
02-May-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-imap: imap_append_string_for_humans() - Change CR/LF to space
Practically this shouldn't matter, because in email headers a CR/LF is
always followed by a space/tab. But maybe this can be used for some
other purposes in future, and it makes the unit tests clearer. :) |
d8ce48fb2b068ceae03f8df3610e254c3ccd2b2e |
|
29-May-2013 |
Timo Sirainen <tss@iki.fi> |
lib-imap: imap_append_string_for_humans() returned broken output for whitespace-only input.
This returned broken IMAP ENVELOPEs, especially for subjects that contained
only whitespace. Since the broken output returned a huge literal, it
basically caused the IMAP client to hang. |
385310979408010b6114e2ae8adf0df727e6e065 |
|
07-Feb-2003 |
Timo Sirainen <tss@iki.fi> |
Don't do x-unknown mime encoding. Correct way is to just send them as
literals to client. ENVELOPE, BODY and BODYSTRUCTURE replies are now always
sent as literals if they contain 8bit text, '"' or '\' characters.
Added option to IMAP parser to return literals with IMAP_ARG_LITERAL type.
--HG--
branch : HEAD |