rfc2045: fix parsing of unquoted boundaries

pull/1/merge
Christian Neukirchen 8 years ago
parent aa62c73700
commit 9853ddb91a

@ -99,7 +99,6 @@ blaze822_multipart(struct message *msg, struct message **imsg)
// "/" / ":" / "=" / "?"
while (*e && !iswsp(*e) && *e != ';')
e++;
e++;
}
char mboundary[256];

Loading…
Cancel
Save