mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #106] [Bug] Commas in received emails sender/recipient unqouted names not handled correctly #91
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d99kris on GitHub (Aug 1, 2022).
Original GitHub issue: https://github.com/d99kris/nmail/issues/106
Originally assigned to: @d99kris on GitHub.
When name is MIME encoded, containing a comma, without quoting, nmail does not handle it correctly. Replying to such an email causes the send to fail (as nmail interprets it as two addresses).
Example sender name:
Smith, Börje <example@example.com>@d99kris commented on GitHub (Aug 1, 2022):
As part of fixing this, the message caching should be updated not to invalidate all cache due to header cache version bump. Need to separate sqlite dbs for uids (and maybe flags) from headers cache db.
@d99kris commented on GitHub (Aug 6, 2022):
This should be fixed with above commit.