Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-23 | [feat] disable email firewall on docker containers | Ivan Alejandro | |
- Related: #7471 | |||
2015-09-21 | [bug] add compatibility mode for platform < 0.8 | Kali Kaneko | |
there was a bug in plaform that made webapp not serve correctly the smtp certificates. with this fallback, we try to support platforms < 0.8, although we should deprecate this behavior in bitmask 0.10 | |||
2015-09-21 | [feature] retrieve specific smtp certificate. Closes: #4284 | Kali Kaneko | |
2015-09-17 | [bug] fix assignment of the incoming service | Kali Kaneko | |
the second callback was actually broken, not being called when it was supposed to be. the reason is that IncomingMail.startService returns a deferred which callback is called with the loopingCall instance only when the loopingCall is stopped. | |||
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2015-06-08 | [bug] fix attribute error on mail conductor | Kali Kaneko | |
due to remaining bits that had not been changed after a refactor. - Resolves: #7093 | |||
2015-05-27 | [feat] adapt to new events api on common | Ivan Alejandro | |
- Related: #6359 | |||
2015-03-10 | [doc] Remove unneded comment about collection refs | Kali Kaneko | |
This concern is addressed by the following mail pullreq, that will be into 0.4.0 release: https://github.com/leapcode/leap_mail/pull/175 By the way, it is really funny that I cannot tell if this comment was written by meskio, as the blame says, or if I was the original author of the remark. I should stop drinking so much coffee. | |||
2015-02-19 | Use the collection instead of the mailbox to initalize IncomingMail | Ruben Pollan | |
2015-02-11 | do not terminate the session on the backend, moved to mail | Kali Kaneko | |
factory.do_Stop will handle this now. | |||
2015-02-11 | remove use of threading.Condition | Kali Kaneko | |
we should deal with this with pure deferreds | |||
2015-02-11 | pass userid correctly, and cast it to string | Kali Kaneko | |
2015-02-11 | fix mail imports for new mail api (0.4.0) | Kali Kaneko | |
2015-02-11 | Use the incoming mail IService | Ruben Pollan | |
From kali: add some notes about the improper handling of the mailbox required to initialize the account, and draft some notes about how to improve this in next iterations. | |||
2014-12-18 | Quit Bitmask if there is no polkit agent running. | Ivan Alejandro | |
Closes #6150. | |||
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-09-03 | Code cleanup and logging improvements. | Ivan Alejandro | |
2014-07-16 | Code style fixes. | Ivan Alejandro | |
2014-07-14 | Use specific settings for backend. | Ivan Alejandro | |
This way we get rid of Qt on the backend side. The use of QSettings in the backend was breaking the app on OSX. | |||
2014-07-14 | Do backend calls using kwargs. | Ivan Alejandro | |
2014-07-08 | defer encryption | Kali Kaneko | |
2014-05-28 | Properly set userid for SMTP | Tomás Touceda | |
2014-05-23 | Fix method names. | Ivan Alejandro | |
2014-05-21 | Rename backend methods for consistency. | Ivan Alejandro | |
2014-05-21 | Move waiting logic for imap stop to the backend. | Ivan Alejandro | |
Also, improve quit and cleanup calls. | |||
2014-05-21 | Move Mail logic to backend. | Ivan Alejandro | |
2014-05-21 | Separate imap/smtp logic from conductor. | Ivan Alejandro | |
2014-05-21 | Refactor SoledadBootstrapper to backend. | Ivan Alejandro | |
2014-05-08 | Organize smtp logic in the bootstrapper. | Ivan Alejandro | |
2014-04-17 | Use consistent wording for triggers documentation. | Ivan Alejandro | |
2014-04-17 | Use Slot decorator instead of SLOT docstring. | Ivan Alejandro | |
2014-03-18 | Catch soledad invalid token error (#5191). | drebs | |
2014-02-07 | Merge remote-tracking branch 'refs/remotes/kali/feature/memstore-support' ↵ | Tomás Touceda | |
into develop | |||
2014-02-07 | Ensure IMAP flushes data to disk before quitting. Closes #5095. | drebs | |
2014-01-27 | make plumber use memory store | Kali Kaneko | |
2014-01-23 | Replace provider hardcoded path with helper. | Ivan Alejandro | |
Also reorder some imports and remove unused ones. | |||
2014-01-13 | able to import maildir | Kali Kaneko | |
2014-01-12 | rename repair to plumber to suit more generic functionality | Kali Kaneko | |
2014-01-12 | make plumber use the cached uuid instead of authenticating | Kali Kaneko | |
2014-01-12 | Merge remote-tracking branch 'refs/remotes/kali/feature/offline-mode' into ↵ | Tomás Touceda | |
develop | |||
2014-01-11 | offline mode | Kali Kaneko | |
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care. | |||
2014-01-08 | Flag imap session for closing. Fixes: #4925 | Kali Kaneko | |
This will need a more serious investigation, since we're not shutting down all the imap-related objects, but will do for now to prevent access to different accounts while a session is initiated in the MUA. (tested with thunderbird). | |||
2013-12-27 | update mail path after refactor | Kali Kaneko | |
2013-12-20 | mail logs | Kali Kaneko | |
2013-12-18 | add repair mailbox utility | Kali Kaneko | |
2013-11-12 | re-raise the exceptions on init as expected | Kali Kaneko | |
2013-11-11 | Fix call to smtp gateway. | drebs | |
2013-11-07 | Reject sender if it's not the logged in user | Tomás Touceda | |
2013-11-06 | Initializes mail service with the user id. | Kali Kaneko | |
This will be used to properly obtain the private key that now is a property. It will also be needed for the imap authentication. | |||
2013-10-31 | improve error handling | Kali Kaneko | |