issues
search
ProtonMail
/
proton-mail
React web application to manage ProtonMail
https://beta.protonmail.com
GNU General Public License v3.0
178
stars
26
forks
source link
Add, edit and send embedded images
#51
Open
Swiip
opened
4 years ago
Swiip
commented
4 years ago
Features
[x] Custom Quill toolbar
[x] Custom Quill image component
[x] New embedded content modal
[ ] Pseudo modal to choose between image inline or attachment
[ ] Drop file on the composer
[x] New message processing chain for saving and sending
[x] Send message with embedded content in HTML format
[ ] Send message with embedded content in MIME format
Refacto
[ ] Update to new crypto typings
[x] Rename MessageExtended documents properties for both rendering and exporting
[x] Remove MessageExtended content (replace by document*.innerHTML)
[ ] Create an AttachmentProvider, replace local caches for embedded blob and cids
Fixes
[x] Parse and mutate content correctly to save and send
[x] Add class and attribute to embedded image
[x] Fix crypto key management draft creation
[ ] Fix url validation at modal opening
[ ] Fix embedded elements positioning between saving and re-loading
Features
Refacto
Fixes