d99kris / nmail

Terminal-based email client for Linux and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Commas in received emails sender/recipient unqouted names not handled correctly

d99kris opened this issue · comments

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>

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.

This should be fixed with above commit.