Age | Commit message (Collapse) | Author |
|
|
|
|
|
The loading wasn't adding much in terms of feedback and
was getting over important statuses like signature and
encryption information. We removed the generic loading
for now and we might add specific loading for certain parts
as needed
|
|
|
|
This reverts commit b3024519d4539802b6dfd1c930344ccbce7be24e.
|
|
Removed signature and encryption identification tags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Issue #453
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove foundation inline javascript.
|
|
signature and encryption status
|
|
Clean up by removing now unused headers from attachment info, and add a
unit test for attachment rendering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow user to move emails from trash to inbox
|
|
- Issue #353
|
|
|
|
|
|
|
|
|
|
|
|
change solution to let event be handled in mail item mixin
|
|
|
|
|
|
|
|
bltavares/preprend-messages-with-response-information
Prepend mail quoting with the sender information #66
Removes argument fixing of the i18n library #66
|
|
Issue #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore
|
|
|
|
Makes the mail model creation more linear
|
|
I was surfing the code and I got quite confused with the closures and
redefinitions of `this` when creating the mail model.
I tried to keep the style of grouping together the functions assignment
on the model on the end.
|