summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/mail_view.js
AgeCommit message (Collapse)Author
2016-01-27Keep attachments when forwarding a mail #509Giovane
- Extract the attachment file box to a partial - Adds logic to show/hide the download arrow icon
2016-01-11format attachment sizeNavaL
Issue #573
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-11-27Created a discard draft behaviour #512 w/ bwagnerGiovane
If a draft was never saved before, and there wasn't any change to save, we now discard it instead saving and deleting it. This also lessens the calls to saveDraft that was causing some draft duplication.
2015-09-30issue #475 - Fixed the jshintJefferson Stachelski
2015-09-28Revert "Issue #475 - Removed the identification tag"Bruno Wagner
This reverts commit b3024519d4539802b6dfd1c930344ccbce7be24e.
2015-09-28Issue #475 - Removed the identification tagJefferson Stachelski
Removed signature and encryption identification tags
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the ↵Duda Dornelles
signature and encryption status
2015-08-17Read encoding from attachment info instead of headerskaeff
Clean up by removing now unused headers from attachment info, and add a unit test for attachment rendering
2015-04-14refactor mail item mixin creation and renderingrafael lisboa
2015-03-06for #288, changes current failure message to errorVictor Shyba
2015-02-12 #220 fixing issue were we couldnt delete a tag that was highlightedDuda Dornelles
2015-02-06Issue #274 - fixes bug on numeric tags removalPatrick Maia
2015-01-27#184 not creating empty tags of any length (as opposed to only empty strings ↵Duda Dornelles
with len==0)
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2014-12-11no_signature_information used when leap signature header is none #177Victor Shyba
2014-11-03Card #30 - shows attachment information on mail visualizationPatrick Maia and Victor Shyba
2014-10-09Only suggest tags that are not already part of the mail.Folker Bernitt
- Fixup for issue #52
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-01#53 - does not show modal on when all tags are removed. Now its allowed to ↵Patrick Maia
do so.
2014-09-22#51 - refreshs tag list on tag removalPatrick Maia
2014-09-22removes event without handlerPatrick Maia
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-12Move tagging functionality to withMailTagging mixin to clear mailView someAlexandre Pretto Nunes
2014-08-08replaces Smail by Pixelated in all js filesPatrick Maia
2014-08-08adds signatureStatus, encryptionStatus, tags feature togglesPatrick Maia
2014-08-08disables save draft, add tag, reply-section featuresPatrick Maia
2014-07-31Add web-ui based on previous codeOla Bini