[GH-ISSUE #106] [Bug] Commas in received emails sender/recipient unqouted names not handled correctly #91

Closed
opened 2026-03-03 01:19:44 +03:00 by kerem · 2 comments
Owner

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>

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>`
kerem closed this issue 2026-03-03 01:19:44 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1201180367 --> @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.
Author
Owner

@d99kris commented on GitHub (Aug 6, 2022):

This should be fixed with above commit.

<!-- gh-comment-id:1207216275 --> @d99kris commented on GitHub (Aug 6, 2022): This should be fixed with above commit.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nmail#91
No description provided.