Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | Read encoding from attachment info instead of headers | kaeff | |
Clean up by removing now unused headers from attachment info, and add a unit test for attachment rendering | |||
2015-07-29 | #384 Refactored the pull request code | Jefferson Stachelski | |
2015-07-05 | Moved floatlabel function to a mixin | Leonardo Schäffer | |
2015-06-25 | Renamed css div class 'compose' to 'floatlabel' | Leonardo Schäffer | |
2015-06-07 | Fixed quotes in javascript files | Leonardo Schäffer | |
2015-06-07 | Implemented floatlabels for input fields when composing email | Leonardo Schäffer | |
2015-04-29 | Changing from bad to unreliable signature | Gabriel Albo | |
2015-04-28 | Changing signature status messages to use the term 'verified', 'not signed' ↵ | Gabriel Albo | |
and 'bad signature' | |||
2015-04-27 | Merge pull request #373 from roberto/master | Rafael Lisboa | |
Allow user to move emails from trash to inbox | |||
2015-04-24 | Fixing margin around close button inside the compose email box | Gabriel Albo | |
2015-04-24 | Rearranging the compose box element to be align the same way the full email ↵ | Gabriel Albo | |
view for reading is; removing inline styles from an html tag to a proper css class | |||
2015-04-22 | Adding a max-height as a fallback for a really long list of custom tags | Gabriel Albo | |
2015-04-22 | Making the custom tag list be as high as the number of custom tags instead ↵ | Gabriel Albo | |
of having a fixed size | |||
2015-04-22 | Fixing some of the encryption messages | Gabriel Albo | |
2015-04-22 | removing styles related to tip-msg | Gabriel Albo | |
2015-04-22 | Removing compose box form input order message from the top | Gabriel Albo | |
2015-04-21 | Fixes typo in warnSendButtonOfRecipients. | Lisa Junger | |
- Issue #353 | |||
2015-04-14 | Using consistent colors for the open and closed padlocks :) | Gabriel Albo | |
2015-04-14 | Refactoring the scss file to avoid duplication | Gabriel Albo | |
2015-04-14 | Adding icons to help identify whether an email is encryptable or not for a ↵ | Gabriel Albo | |
given address | |||
2015-04-14 | Merge pull request #376 from pixelated-project/mail-item-refactor | Rafael Lisboa | |
Mail item refactor | |||
2015-04-14 | remove no longer used method on mail_item | rafael lisboa | |
2015-04-14 | update trash template with correct field name | rafael lisboa | |
2015-04-14 | Fix mail opening and add some tests | Alexandre Pretto Nunes | |
2015-04-14 | refactor mail item mixin creation and rendering | rafael lisboa | |
2015-04-14 | Fixing padding that was breaking the line when user clicked to add a new tag ↵ | Gabriel Albo | |
to an email | |||
2015-04-14 | Making the logo also toggle the sidenav | Gabriel Albo | |
2015-04-13 | Removed last traces of progress bar | Bruno Wagner | |
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner | |
2015-04-13 | #289 - uncheck mails when user changes current tag/mailbox | rafael lisboa | |
change solution to let event be handled in mail item mixin | |||
2015-04-09 | Moving email date information to recipients line | Gabriel Albo | |
2015-04-09 | removes debugger (whoops) | Roberto Soares | |
2015-04-09 | listening event 'recoverMany' | Roberto Soares | |
2015-04-09 | Adds trash actions template and respective javascript | Leandro Gualter | |
2015-04-09 | Fixing the 'add new' button position | Gabriel Albo | |
2015-04-09 | Changing tag icon color | Gabriel Albo | |
2015-04-09 | Adding a tag icon to indicate tags on the full email view | Gabriel Albo | |
2015-04-09 | Merge pull request #370 from ↵ | Bruno Wagner | |
bltavares/preprend-messages-with-response-information Prepend mail quoting with the sender information #66 Removes argument fixing of the i18n library #66 | |||
2015-04-09 | Merge pull request #367 from glauco/master | Bruno Wagner | |
Issue #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore | |||
2015-04-09 | @sw00, @amukiza: #299 tag counters are updated when mail is sent | sw00 | |
2015-04-09 | Removing unnecessary period after message | Gabriel Albo | |
2015-04-09 | Changing icons for encryption statuses on email headers | Gabriel Albo | |
2015-04-09 | Merge pull request #372 from bltavares/mail-model-cleanup | Bruno Wagner Gonçalves | |
Makes the mail model creation more linear | |||
2015-04-09 | Makes the mail model creation more linear | Bruno Tavares | |
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. | |||
2015-04-08 | Prepend mail quoting with the sender information #66 | Bruno Tavares | |
2015-04-08 | Removes argument fixing of the i18n library #66 | Bruno Tavares | |
To introduce variables on the internationalization functions we should be able to pass extra arguments to the `i18n.t`. The way it was we could only pass the key and no more options to interpolate values. | |||
2015-04-08 | #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore | Glauco Vinicius | |
2015-04-08 | Merge pull request #366 from recarreira/master | Rafael Lisboa | |
Unchecking all emails when changing inbox | |||
2015-04-08 | Unchecking all emails when changing inbox | Renata Carreira | |
Triggering events.ui.mails.uncheckAll when calling events.ui.tag.select refers to #289 with @mindyor :) |