summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-13Issue #523 - Created python test for arhive mailJefferson Stachelski
2015-11-13Issue #523 - Added some JS testJefferson Stachelski
2015-11-13Issue #523 - Created an archive mail buttonJefferson Stachelski
2015-11-13Revert "Add absolute path for jshint call."Giovane
This reverts commit 7b67d64ce75600961cc9836fb124997590126d0e.
2015-11-13Show search term with no results in uppercase #502Giovane
2015-11-13Add absolute path for jshint call.Giovane
2015-11-13Remove search engine query lookups when showing no mails available #503Giovane
2015-11-12remove save draft button, related css and jsRobin Doherty
2015-11-11toggle no mails available message when it's an empty search #503Giovane
2015-11-11Propagate search query to noMailAvailablePane component #503Giovane
2015-11-11Merge pull request #520 from juniorz/issue-514Giovane Liberato
Align second line of email addresses to the beginning of the first line
2015-11-11Ignore file generated during test executionReinaldo de Souza Jr
2015-11-11Align second line of email addresses to the beginning of the first lineReinaldo de Souza Jr
Fixes #514
2015-11-11removing dead code from InputMailVictor Shyba
2015-11-11unhandled errors were not being logged and generated no response backVictor Shyba
2015-11-11remove commented codeVictor Shyba
2015-11-11install pip before setuptoolsChristoph Kluenter
pip is used to install setuptools. So use latest pip to install latest setuptools
2015-11-11Merge pull request #519 from juniorz/fix-518Christoph
Split pip and setuptools upgrade
2015-11-10Split pip and setuptools upgradeReinaldo de Souza Jr
Fixes #518
2015-11-10Fix the problem when leap doesn't found body_phashJefferson Stachelski
2015-11-10Merge pull request #502 from sw00/masterBruno Wagner Gonçalves
show user email address in title
2015-11-10#503 - Aligning the 'no emails in inbox' message to the 'nothing selected' ↵Gabriel Albo
message for different browser displays (in a, ugly way. Must refactor this to avoid negative margins).
2015-11-10refactor unit testsw00
don't use initialize method of root_resource in test
2015-11-09use mail_service to inject account_email into root_resourcesw00
instead of using leap_session, mail_service can be used to get the account email.
2015-11-09template user's email address into titlesw00
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246 needed to inject leap_session into root resource to access user email on request.
2015-11-09Adds style and tag information on 'No Mails available' message.Giovane
- Issue #503
2015-11-09Add no mails availabe message to middle paneFolker Bernitt
- Issue #503
2015-11-09pip also needs upgrade on install scriptVictor Shyba
2015-11-09Fixing recipients label width so it won't break for the BCC fieldGabriel Albo
2015-11-09#504 - Fixed non clickable area below the recipients labelGabriel Albo
2015-11-06Refactor - Removed class SoledadSessionJefferson Stachelski
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider
2015-11-04Issue #499 - removed the local SMTPJefferson Stachelski
2015-11-04#504 - Adding element focus using 'important' while we figure out why ↵Gabriel Albo
there's an inline style being added to recipients-input elements
2015-11-04#504 - Making the recipients fields have a distinct background color when ↵Gabriel Albo
focused (like subject and body already did)
2015-11-04Add error handling to MailSenderFolker Bernitt
- Issue #499
2015-11-04Merge branch 'master' of github.com:pixelated-project/pixelated-user-agentGabriel Albo
2015-11-04#504 - Fixing the recipients label and span padding so the line height is ↵Gabriel Albo
not taller than the subject one
2015-11-04Enable new MailSender and disable the local smtp oneFolker Bernitt
- Issue #499
2015-11-04Change str email to twisted.mail.smtp.UserFolker Bernitt
- Issue #499 - leap.mail relies on this
2015-11-04Merge branch 'master' of github.com:pixelated-project/pixelated-user-agentGabriel Albo
2015-11-04#504 - Fixing horizontal padding for entered addressesGabriel Albo
2015-11-04Instantiate new MailSender in ServicesFolker Bernitt
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class
2015-11-03Issue #499 - Fixed pep8Jefferson Stachelski
2015-11-03Issue #499 Moved remote smtp configurationBruno Wagner
We removed the common parts from the bitmask libraries smtp and adapted the tests. We also advanced the new mail sender implementation, but it is coupled to the twisted.mail.smtp.User currently and we need to adapt leap mail to remove this dependency
2015-11-03[#508] Making search also work with substrings - pairing w/ @pereiragisleneGiovane
2015-11-03Add new MailSender based on OutgoingMailFolker Bernitt
- Issue #499 - No longer needs local smtp port
2015-11-03Rename MailSender to LocalSmtpMailSenderFolker Bernitt
- Issue #499
2015-11-03Redirect to / if ajax request returns 401 statusFolker Bernitt
- see issue pixelated/project-issues#162 - move test code to monitored_ajax_call.spec.js
2015-10-29Jeff/Albo - Fixing to, cc and bcc label alignmentGabriel Albo
2015-10-29Jeff/Albo - Making the labels on the recipients fields point to their ↵Gabriel Albo
respective inputs.