nathangray
2febc0a46e
Mail - Reorganize and use same cleaning function when saving mail as infolog as for saving to VFS
2018-01-22 09:13:19 -07:00
nathangray
8a8b8864fc
* Mail - Filter / and ? from filenames when saving to VFS or disk
2018-01-15 11:52:15 -07:00
Hadi Nategh
3b25305959
Do not remove signature part in forward inline
2018-01-08 14:24:14 +01:00
Hadi Nategh
a39a466fed
* Mail: fix rename of an attachment and saving it into Filemanager always keep the original name of attachment with no respect to the given new name.
2017-12-18 11:27:23 +01:00
nathangray
fc211f475f
Also remove slash (/) from subject & attachments when going to VFS
2017-12-11 09:36:50 -07:00
Hadi Nategh
6a8ef2111a
* Mail: Do not popup smime certificate dialog if the smime is not configured
2017-12-07 14:14:01 +01:00
Hadi Nategh
90a5e91fc7
* Addressbook: fix bug setting Hide User Account in preferences into Show all accounts breaks show accounts
2017-12-01 14:58:44 +01:00
nathangray
f5401dfade
Mail - Fix ": " gets the space stripped, leaving just ":"
2017-11-28 09:04:46 -07:00
Hadi Nategh
46f26f7ef9
Fix broken inline images caused by commit 7c65127e64
2017-11-27 16:12:18 +01:00
Hadi Nategh
2ac96dc7c0
vfsSaveAttachment is no longer needed to be as public function
2017-11-23 11:52:01 +01:00
nathangray
28e6d4642a
Mail - fix some tracker integration bugs:
...
- Dialog had english title & buttons
- Append button didn't work
2017-11-22 10:11:03 -07:00
nathangray
16e5c695dc
Fix drag and drop linking of email
2017-11-17 10:31:15 -07:00
Hadi Nategh
b6d673f98a
* Mail: Fix missing SaveAll and DownloadAsZip actions of attachments
2017-11-13 14:36:35 +01:00
nathangray
7c65127e64
Mail - Also include HTML version of email in integration data (for apps that can handle it)
2017-11-08 13:11:46 -07:00
Hadi Nategh
aaa0d729fb
Fix VFS save action in mail
2017-11-08 19:07:04 +01:00
Hadi Nategh
ed50b91ca4
Fix reply flag does not get refreshed after mail reply action
2017-10-23 15:36:22 +02:00
Hadi Nategh
2c721c95b2
W.I.P. VFS Select Widget:
...
- Add name and dialog_title as new attributes
- Fix SaveToVfs, SaveAttachmentToVfs, SaveAllToVfs in mail
- Fix button tile
2017-10-12 13:19:42 +02:00
Hadi Nategh
1903025cc9
Allow folder notification on INBOX only for popup_only chain
2017-10-06 17:38:26 +02:00
nathangray
5daf70535f
* Mail - Add keyboard actions for forward & reply in the list, and send in compose
2017-09-25 16:12:17 -06:00
A Sigalas
f335a5ec96
Show 'To' address in mail notifications
2017-09-19 10:47:10 +00:00
Hadi Nategh
38c227817b
Make sure that the smime is configured before pre-setting the sign/encrypt actions
2017-09-08 14:24:55 +02:00
Hadi Nategh
bebf9d74cc
Make smime encryption failure message more specific
2017-09-08 13:40:25 +02:00
Hadi Nategh
f16ca103ab
Do not translate tooltips of mailboxes in mail tree, in order to be able
...
to check the actual name of the mailbox via tooltip value.
2017-09-07 16:42:05 +02:00
Hadi Nategh
50fcc36aff
Some clean up
2017-09-07 10:34:02 +02:00
Hadi Nategh
c6cd5ea8db
Implement a complement for Usenet Signature Convention, in order to remove
...
signature part from reply to message
2017-09-06 17:24:10 +02:00
Hadi Nategh
134f0db1b9
Do not add signature ruler for signature at the top of message (RFC 3676.4.3)
2017-09-06 12:32:02 +02:00
Hadi Nategh
bde19f6f6c
S/MIME:
...
- Preset smime_sign and smime_encrypt toolbar actions if the original mail
is smime.
- Fix smime alignment of smime icons in mail preview
2017-09-01 16:20:57 +02:00
Hadi Nategh
1a8e584e0c
S/MIME:
...
- Fix PGP signed messages get shown as red
- Fix attachments area always gets displayed
2017-08-31 17:33:33 +02:00
Hadi Nategh
914d6b2a52
S/MIME:
...
- Make sure content of p12 file contained \0 chars at the end stored in credentials will not get trimmed.
2017-08-31 11:40:02 +02:00
Hadi Nategh
3f06a89db5
S/MIME:
...
- Store full binary (pkcs12) certificate into credentials
- Extract cacert from pkcs12 and feed it into signing process
- Implement p12 export
2017-08-30 17:00:28 +02:00
Hadi Nategh
b3d8959e34
S/MIME:
...
- Fix misalignment of remember password option
2017-08-29 15:42:49 +02:00
Hadi Nategh
4b9b5aa7e4
S/MIME:
...
- Add password remember option for smime_passphrase dialog in compose
2017-08-28 16:14:56 +02:00
Hadi Nategh
26c4425e2b
Set vertical splitter for mail list if nothing is selected as default
2017-08-24 12:14:18 +02:00
Hadi Nategh
bbea403298
W.I.P S/MIME:
...
- Generate private key and certificate
- Add export buttons for private key and certificate
- Add certificate field
2017-08-22 17:25:29 +02:00
Hadi Nategh
60093c9377
W.I.P S/MIME:
...
- Add account id for push notification
2017-08-21 12:01:51 +02:00
Hadi Nategh
57d515bfc6
W.I.P. of S/MIME:
...
- Offer to add sender's certificate into addressbook
2017-08-21 10:59:02 +02:00
Hadi Nategh
3bf20b6398
Some cleanup in mail index
2017-08-18 09:54:29 +02:00
Hadi Nategh
91fb816bb2
W.I.P. SMIME:
...
- Override verify method in order to pass certs bundle for verification
- Catch exception if decryption fails because encrypted message perhaps is not encrypted by receiver public key
- Define different states for signature verification
2017-07-25 17:13:49 +02:00
Hadi Nategh
c03211180d
W.I.P. SMIME:
...
- Be more specific about SMIME private key configuration warning
2017-07-24 11:56:31 +02:00
Hadi Nategh
93b8b7ab6d
W.I.P. SMIME:
...
- Warn user if the SMIME private key is not configured
- Do not show smime actions in compose dialog if private key is not configured
2017-07-21 12:34:22 +02:00
Hadi Nategh
0499f50943
W.I.P Smime:
...
- Adapt mail ui to resolve smime messages
- Set signature and encryption indicators
2017-07-19 18:16:40 +02:00
Hadi Nategh
ef8d014719
W.I.P. SMIME:
...
- Fix sometimes attachments parts are not readable
2017-07-13 14:18:51 +02:00
Hadi Nategh
f436538797
W.I.P. SMIME:
...
- First approach to get attachment content
- Adopt save actions in attachment area for smime encrypted attachments
2017-07-13 12:26:39 +02:00
Hadi Nategh
de91dc2a2a
W.I.P. SMIME:
...
- Try to fetch attachments into attachmentArea after the message is being resolved
- Fix smime certificate button not working for encrypted certificate
2017-07-12 18:40:56 +02:00
Hadi Nategh
fc451b2940
W.I.P. SMIME:
...
- Fix failure message on send have no details
2017-07-11 11:43:53 +02:00
Hadi Nategh
61c9acce84
Smime W.I.P:
...
- Fix smime passphrase dialog
2017-07-10 12:57:14 +02:00
Hadi Nategh
637b579637
* Mail: Fix preferred identity in compose dialog never get selected
2017-07-05 17:41:31 +02:00
Hadi Nategh
50f55a7144
Set title for attachment file in Delivery Status Notification email
2017-07-04 13:17:44 +02:00
Hadi Nategh
02cd6ad719
Do not try to get mailbody if no spamTitan feature is configured
2017-06-29 13:31:32 +02:00
Hadi Nategh
0cda97d7ac
Fix mail preview pane orientation feature according to new preferences
2017-06-28 12:09:39 +02:00