Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Started work on MailStore abstraction. | Folker Bernitt | |
2015-08-11 | Skipped test_welcome_mail integration test. | Folker Bernitt | |
- Fixed test_mailbox.py | |||
2015-08-11 | Added some calls to super for tests based on test_abstract_leap.py. | Folker Bernitt | |
2015-08-11 | fix testing on draft while sending mails | Victor Shyba | |
2015-08-11 | Fixed missing yield in test_mail.py. | Folker Bernitt | |
2015-08-11 | Fixed relative file resource in test_mail.py. | Folker Bernitt | |
2015-08-11 | Removed broken, outdated test from test_soledad_querier.py. | Folker Bernitt | |
2015-08-11 | Fixed relative file import in test_soledad_querier.py. | Folker Bernitt | |
2015-08-11 | Fixed get_lastuid in test_soledad_querier.py. | Folker Bernitt | |
2015-08-11 | fix unit tests for soledad.need_sync method, its gone | Victor Shyba | |
2015-08-11 | fix unit tests for nicknym | Victor Shyba | |
2015-08-11 | Fixed unit tests. | Folker Bernitt | |
2015-08-11 | prepare mailbox tests, missing property functionality on mail.py only | Victor Shyba | |
2015-08-11 | fix test_soledad_querier | Victor Shyba | |
2015-08-11 | fix test_session | Victor Shyba | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-19 | [refactor] Use auth for fewer parameters | Victor Shyba | |
2015-06-18 | SMTP should be getting up properly again | Bruno Wagner | |
The latest changes on the platform caused the user agent to be unable to download the smtp client certificate, receiving a 401 in response. I added the authorization header to the call on the user agent so that is fixed. | |||
2015-06-13 | [rename] tested app_factory code is now on application module | Victor Shyba | |
2015-06-13 | [tests] Enabling 2 skipped tests | Victor Shyba | |
Adapted to run on current application module | |||
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-06-10 | Fix bug when not passing leap certificate nor fingerprint | rafael lisboa | |
2015-06-10 | Provider web certificate will always be bytestring now, requests complains ↵ | Bruno Wagner | |
otherwise | |||
2015-06-09 | Removed triplicated code to concatenate user mail | Victor Shyba | |
2015-06-08 | Heavy rework on certs, removed most of it, simplified the logic | Bruno Wagner | |
2015-06-08 | Moved initialization, fingerprint and cert inside LeapCertificate class | Bruno Wagner | |
2015-06-08 | Fixed certificates initialization and removed which_api_bundle | Bruno Wagner | |
2015-06-07 | fixes tests for smtp gateway | Victor Shyba | |
2015-06-05 | Added creation of input mail from python message | Bruno Wagner | |
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways. | |||
2015-06-05 | Moved register out of application like maintenance | Bruno Wagner | |
2015-06-05 | Moved extensions to their own folder, so support has more meaning | Bruno Wagner | |
2015-06-05 | Refactoring the config, logging_setup is now called logger | Bruno Wagner | |
2015-06-04 | [feat] async index writer to avoid locking #404 | Victor Shyba | |
This commit changes index writer to use AsyncWriter. It should avoid locking on our code and speed up things for now. | |||
2015-06-04 | Config dispatcher and config_ua are now in credentials | Bruno Wagner | |
2015-06-03 | Move reactor logic out of application initialization | rafael lisboa | |
2015-06-03 | Creating a leap session is now part of leap init | Bruno Wagner | |
We've moved the init soledad method to the leap_initialization module and gave it a meaningful name, because it was initializing the whole leap session instead of only soledad, because of that we removed some of the uneeded config files and deduplicated some code on maintenance to use the same facilities. Some arguments had non-meaningful variable names and args was being passed everywhere (it was unclear who was using which variables in the args) We changed the initialization to pass those arguments explicitly, then we can factor them out sometime when it makes sense | |||
2015-06-03 | Dispatcher tests were not reflecting the args parser changes | Bruno Wagner | |
2015-06-03 | Fixed tests after app changes | Bruno Wagner | |
2015-05-11 | Use maildir for folders like DRAFTS or SENT. | Folker Bernitt | |
- Issues #337, #338 - Added example how to use maildir sub folders | |||
2015-05-05 | #337 Fixed the test adding a new behavior for add_mail_folder | Jefferson Stachelski | |
2015-05-04 | Merge pull request #389 from pixelated-project/srp_changes | Bruno Wagner Gonçalves | |
SRP changes to support LEAP 0.7 | |||
2015-05-04 | update tests | rafael lisboa | |
2015-05-04 | Changed maintenance load mails format from mbox to maildir. | Folker Bernitt | |
- Can now import mails from maildir (allows import of old mail accounts, too) - Flags currently supported: Replied, Seen - Issue #336 | |||
2015-04-30 | Removed check for mail file names. | Folker Bernitt | |
- Issue #337 | |||
2015-04-29 | #337 Created a validation to just open file that the file name starts with ↵ | Jefferson Stachelski | |
'mbox' and ends with a number | |||
2015-04-29 | #337 Fixed the indentation of test_commands | Jefferson Stachelski | |
2015-04-27 | Merge pull request #373 from roberto/master | Rafael Lisboa | |
Allow user to move emails from trash to inbox | |||
2015-04-22 | Fix: Remove invalid import from maintenance.py. | Folker Bernitt | |
2015-04-21 | Added load-mails maintenance command. | Folker Bernitt | |
- Issue #335 |