mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-03 11:42:19 +03:00
Replies sent via SnappyMail break thread view in Thunderbird due to not standard-compliant Reply-To and References headers. * Due to the long IDs, the headers `Reply-To`, `References` (and `Messge-ID`) are split between the header name and its value. According to section RFC5322, section 2.2.3, this may be legal but it obviously causes problems. * On subsequent replies, the parent's ID gets prepended to the `References` header. Section 3.6.4 of the same RFC specifies that the ID should be appended to that header. |
||
|---|---|---|
| .. | ||
| Account.js | ||
| AdvancedSearch.js | ||
| Ask.js | ||
| Compose.js | ||
| Contacts.js | ||
| Domain.js | ||
| DomainAlias.js | ||
| FolderClear.js | ||
| FolderCreate.js | ||
| FolderSystem.js | ||
| Identity.js | ||
| KeyboardShortcutsHelp.js | ||
| Languages.js | ||
| OpenPgpGenerate.js | ||
| OpenPgpImport.js | ||
| OpenPgpKey.js | ||
| Plugin.js | ||