util-decode-mime: remove quote from boundary= string.

remove quote from the end of the boundary= string.  This was throwing off
the mime parser so that it wouldn't always catch mime boundaries causing
things like missed attachments.
pull/2250/head
Tom DeCanio 9 years ago committed by Victor Julien
parent f2d1e93e65
commit 04faf1a93a

@ -62,7 +62,7 @@
#define CTNT_DISP_STR "content-disposition"
#define CTNT_TRAN_STR "content-transfer-encoding"
#define MSG_ID_STR "message-id"
#define BND_START_STR "boundary=\""
#define BND_START_STR "boundary="
#define TOK_END_STR "\""
#define MSG_STR "message/"
#define MULTIPART_STR "multipart/"

Loading…
Cancel
Save