Commit a6f55ce
committed
Fix the regex for calendar parsing
Sometimes, so far only seen on Google Calendar invites, the content type
for text/calendar doesn't include double quotes ("), like so:
Content-Type: text/calendar; charset=UTF-8; method=CANCEL
This fix makes the matching " optional.1 parent d989381 commit a6f55ce
File tree
1 file changed
+1
-1
lines changed- modules/simple-java-mail/src/main/java/org/simplejavamail/converter/internal/mimemessage
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments