snappymail/dev/View/Popup
Torsten Kasch cdd74c8f20 Fix threading view in Thunderbird (others?)
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.
2023-11-08 16:35:46 +01:00
..
Account.js Found more JSON properties to change into JavaScript camelCase 2023-01-26 10:41:55 +01:00
AdvancedSearch.js this.addObservables() to addObservablesTo() 2022-10-30 22:19:52 +01:00
Ask.js Resolve #840 2023-02-02 12:39:21 +01:00
Compose.js Fix threading view in Thunderbird (others?) 2023-11-08 16:35:46 +01:00
Contacts.js Drop .actionHandle 2023-10-02 18:35:59 +02:00
Domain.js Resolve #1186 2023-06-26 12:41:47 +02:00
DomainAlias.js Found more JSON properties to change into JavaScript camelCase 2023-01-26 10:41:55 +01:00
FolderClear.js Almost all JSON properties to JavaScript camelCase 2023-01-24 18:58:25 +01:00
FolderCreate.js Resolve #1111 2023-05-01 11:48:57 +02:00
FolderSystem.js Remove most DoFolders loops as they are not used. 2022-12-15 13:49:39 +01:00
Identity.js removed unused data.set('SignatureInsertBefore') in IdentityPopupView 2023-02-21 16:28:20 +01:00
KeyboardShortcutsHelp.js Added Ctrl/Meta + F to open advanced search screen 2022-03-09 15:08:22 +01:00
Languages.js Bugfix: language selector didn't show current language in green 2023-02-21 11:53:43 +01:00
OpenPgpGenerate.js Replace some data-bind="click: function(){} with object functions to prevent eval() 2022-11-29 17:29:06 +01:00
OpenPgpImport.js Bugfix handling attachments MIME type / content-type as it was broken. 2022-11-16 15:14:00 +01:00
OpenPgpKey.js this.addObservables() to addObservablesTo() 2022-10-30 22:19:52 +01:00
Plugin.js Found more JSON properties to change into JavaScript camelCase 2023-01-26 10:41:55 +01:00