search for: imap_append_string_for_humans

Displaying 2 results from an estimated 2 matches for "imap_append_string_for_humans".

2017 May 02
2
Issue with parsing of forwarded messages with attachments and quotes in the subject
...mand If a message contains forwarded messages and attachments and some of the messages contains a quote (") in the subject, then the resulting BODYSTRUCTURE appears to be malformed. --- After some digging through the code of Dovecot, it seems to me that the problem is related to the function: imap_append_string_for_humans defined at the line 120 of the file src/lib-imap/imap-quote.c (dovecot sources v. 2.2.29) Said function is supposed to return a quoted version of the input string while removing unwanted characters from the input data. But, if I call it with a string containing quotes as argument (eg: I am a la...
2017 May 02
0
Issue with parsing of forwarded messages with attachments and quotes in the subject
...age contains forwarded messages and attachments and some of the messages contains > a quote (") in the subject, then the resulting BODYSTRUCTURE appears to be malformed. > --- > After some digging through the code of Dovecot, it seems to me that the problem is related to the function: imap_append_string_for_humans > defined at the line 120 of the file src/lib-imap/imap-quote.c (dovecot sources v. 2.2.29) > > Said function is supposed to return a quoted version of the input string while removing unwanted > characters from the input data. > > But, if I call it with a string containing quo...