Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-13 | Changed log level to INFO for the pixelated namespace and added basic info ↵ | Bruno Wagner | |
messages | |||
2016-01-13 | Changed the search engine setup to use the logger | Bruno Wagner | |
2016-01-12 | Issue #577 - Added namespace to search index path | Bruno Wagner | |
2015-12-18 | extracted a leap attachment store, handling all attachment responsibilities, ↵ | mnandri | |
including saving attachments. Issue #548 | |||
2015-11-09 | use mail_service to inject account_email into root_resource | sw00 | |
instead of using leap_session, mail_service can be used to get the account email. | |||
2015-11-06 | Refactor - Removed class SoledadSession | Jefferson Stachelski | |
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider | |||
2015-11-04 | Issue #499 - removed the local SMTP | Jefferson Stachelski | |
2015-11-04 | Enable new MailSender and disable the local smtp one | Folker Bernitt | |
- Issue #499 | |||
2015-11-04 | Instantiate new MailSender in Services | Folker Bernitt | |
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class | |||
2015-11-03 | Issue #499 Moved remote smtp configuration | Bruno 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 | Rename MailSender to LocalSmtpMailSender | Folker Bernitt | |
- Issue #499 | |||
2015-10-28 | Add markov-generate to load-mails | Folker Bernitt | |
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10 | |||
2015-10-27 | Moves welcome mail logic inside LeapSession | Giovane | |
2015-10-20 | Refactored the welcome mail logic and add a test | Jefferson Stachelski | |
2015-10-20 | Revert "Add missing import for logging" | kaeff | |
This reverts commit e3bdf2411dda9e25d87d7fb96da05a6ecfc624ee. Issue fixed in the meantime, sorry. | |||
2015-10-20 | Add missing import for logging | kaeff | |
pixelated-maintenance failed, presumably due to 0bf81341f33ac415d48c0b012fb66c8f7df45f57. | |||
2015-10-20 | Use logging variable instead of hard coded string to set logging level. | Giovane | |
2015-10-19 | Fixed pep8 warning | Bruno Wagner | |
2015-10-19 | Moved set gnupg loggin level to right place | Jefferson Stachelski | |
2015-10-19 | Fix the pep8 | Jefferson Stachelski | |
2015-10-19 | Added a missing import | Jefferson Stachelski | |
2015-10-16 | project-issues#130 Change gnupg logging level | Giovane Liberato | |
Changed logging level to WARN in order to prevent logging gpg keys. | |||
2015-10-14 | issue #484 - Add welcome mail for new accounts | Jefferson Stachelski | |
Make a logic to add the welcome mail in INBOX when the user log into account at the first time | |||
2015-09-28 | Only show warnings and errors if you're not debugging | Bruno Wagner | |
2015-09-25 | Add repair to pixelated maintenance | Folker Bernitt | |
- Issue #468 - Call with: pixelated-maintenance repair | |||
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-16 | Moved account to after sync function #458 | Bruno Wagner | |
Imap account creation was firing post sync hooks and that was trying to use the mailboxes that were not synced yet. Just moved that for the after sync together with the incoming mail fetcher | |||
2015-09-08 | Remove unused SoledadQuerier from Services | kaeff | |
2015-09-04 | #304 Include CSP header support to more browsers | Giovane | |
2015-09-04 | Remove SoledadQuerier from Services | kaeff | |
- Issues: #449, #432 | |||
2015-09-04 | Use SearchIndexStorageKey in favor of SoledadQuerier | kaeff | |
2015-09-03 | #304 Adds PixelatedSite class to hold custom request configuration and ↵ | Giovane | |
remove foundation inline javascript. | |||
2015-09-01 | [bug] set from mail address as first step | Victor Shyba | |
This is needed while indexing mail and other logic can use it. Setting it as soon as it is possible. | |||
2015-08-25 | [refactor] remove mailbox references | Victor Shyba | |
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440 | |||
2015-08-24 | [bug] start mailboxes properly | Victor Shyba | |
mail_store is needed as parameter, not querier --- Issue #439 | |||
2015-08-11 | Worked on integration tests. | Folker Bernitt | |
2015-08-11 | Made LeapMail compatible with SearchEngine. | Folker Bernitt | |
2015-08-11 | First steps migrating mail service to new data model. | Folker Bernitt | |
2015-08-11 | [refactor] Extracts get_key logic, sharing it | Victor Shyba | |
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422 | |||
2015-08-11 | Added mail store to mail service. | Folker Bernitt | |
2015-08-11 | pep8 | Victor Shyba | |
2015-08-11 | disable mark all as recent and remove duplicates for now as they need review | Victor Shyba | |
2015-08-11 | Enable initial sync and background jobs. | Folker Bernitt | |
2015-08-11 | migrates smtp, working | Victor Shyba | |
2015-08-11 | All mails now displays mails. | Folker Bernitt | |
2015-08-11 | fix pep8 in order to run tests | Victor Shyba | |
2015-08-11 | Disabled soledad_querier.remove_duplicates for now. | Folker Bernitt | |
2015-08-11 | Moved mark_all_as_not_recent to yield. | Folker Bernitt | |
2015-08-11 | Added some more yields to the soledad wrapper code. | Folker Bernitt | |
2015-08-11 | Working on pixelated-user-agent. | Folker Bernitt | |
- Startup works till all mails are queried |