Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-13 | Very limited support for SEARCH Commands. Closes: #4209 | Kali Kaneko | |
limited to HEADER Message-ID. This is a quick workaround for avoiding duplicate saves in Drafts Folder. but we'll get there! | |||
2014-01-13 | Add check for uniqueness when adding mails. | Kali Kaneko | |
Check by mbox + content-hash | |||
2014-01-11 | add offline flag | Kali Kaneko | |
2014-01-09 | check for none | Kali Kaneko | |
2014-01-09 | Merge remote-tracking branch 'refs/remotes/kali/bug/4925_close_session' into ↵ | Tomás Touceda | |
develop | |||
2014-01-09 | Convert unicode to str when raising in IMAP server (#4830). | drebs | |
2014-01-08 | add a flag to be able to close the session | Kali Kaneko | |
2014-01-08 | changes file updated | Kali Kaneko | |
2014-01-08 | First stage of the storage schema rewrite. | Kali Kaneko | |
* Separates between flags, docs, body and attachment docs. * Implement IMessageCopier interface: move and have fun! This little change is known to push forward our beloved architect emotional rollercoster. * Message deduplication. * It also fixes a hidden bug that was rendering the multipart mime interface useless (yes, the "True" parameter in the parsestr method). * Does not handle well nested attachs, includes dirty workaround that flattens them. * Includes chiiph's patch for rc2: * return deferred from addMessage * convert StringIO types to string * remove unneeded yields from the chain of deferreds in fetcher | |||
2013-12-24 | Fix parsing of IMAP folder names (#4830). | drebs | |
2013-12-20 | Limit the size of the returned messages from IMAP to MUA to 100 | Tomás Touceda | |
2013-12-20 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/kali/bug/use-soledad-writer-for-updates' into develop | |||
2013-12-20 | fix changes files | Kali Kaneko | |
2013-12-19 | Only try to fetch keys for multipart signed or encrypted messages when ↵ | drebs | |
fetching mail (#4671). | |||
2013-12-19 | Stop providing hostname for helo in smtp gateway (#4335). | drebs | |
2013-12-19 | Merge remote-tracking branch 'refs/remotes/kali/bug/defer-unset-recent' into ↵ | Tomás Touceda | |
develop | |||
2013-12-19 | deferToThread unsetting recent flag | Kali Kaneko | |
2013-12-17 | Footer url shouldn't end in period. | Ivan Alejandro | |
[Closes #4791] | |||
2013-12-13 | count_foo uses expanded u1db count method. | Kali Kaneko | |
Other fixes in the commit: * Correct the semantic for the recent flag (reset) * Minor unicode fixes. * Use a field for tracking the last_uid In general, this tries to squash all the quick and naive methods that were relying on evaluating all the message objects before returning a result. Further work is still needed, planned also for 0.5 release. get_by_index needs to be indexed too. | |||
2013-12-11 | add changes | Kali Kaneko | |
2013-12-06 | Fold in changes | Tomás Touceda | |
2013-12-06 | Update requirements | Tomás Touceda | |
2013-11-28 | add changes file | Kali Kaneko | |
2013-11-26 | fix adding msg with empty flags | Kali Kaneko | |
2013-11-26 | Fix fetch iteration on empty folder | Kali Kaneko | |
2013-11-26 | reduce polling time to one minute | Kali Kaneko | |
2013-11-25 | Fail gracefully when failing to decrypt incoming messages. Closes #4589. | drebs | |
2013-11-21 | Add the preference parameter to openpgp header. Closes #3878. | drebs | |
2013-11-21 | Add a header that reflects the validity of incoming signatures. Closes #4354. | drebs | |
2013-11-21 | Add a footer to outgoing messages that point to where sender keys can be ↵ | drebs | |
feched. Closes #4526. | |||
2013-10-18 | Fold in changes and update dependencies | Tomás Touceda | |
2013-10-17 | Do not log mail docs content | Tomás Touceda | |
2013-10-09 | Set dep versions on VERSION_COMPAT. | drebs | |
2013-10-09 | Add changes file. | drebs | |
2013-08-23 | Fold in changes0.3.1 | Tomás Touceda | |
2013-08-23 | Merge remote-tracking branch 'kali/feature/improve_packaging' into develop | Tomás Touceda | |
2013-08-23 | improve packaging | Kali Kaneko | |
2013-08-23 | refactor imap fetch | Kali Kaneko | |
2013-08-22 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'kali/feature/3409_make_imap_fetch_period_configurable' into develop | |||
2013-08-21 | Make a sensible default for incoming mail fetch period. | Kali Kaneko | |
Setting it to 5 min. | |||
2013-08-21 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/3487-split-soledad-into-common-client-and-server' into develop Conflicts: src/leap/mail/imap/fetch.py src/leap/mail/imap/server.py | |||
2013-08-21 | Update to new soledad package scheme. | drebs | |
2013-08-20 | Merge remote-tracking branch 'chiiph/bug/various_fixes' into develop | Kali Kaneko | |
2013-08-20 | Merge branch 'develop' of ssh://leap.se/leap_mail into develop | Kali Kaneko | |
2013-08-19 | Add changes file | Tomás Touceda | |
2013-08-16 | Merge remote-tracking branch 'kali/feature/add_imap_events' into develop | Tomás Touceda | |
2013-08-16 | add imap events | Kali Kaneko | |
2013-08-14 | Make SMTP Relay emit signals. | drebs | |
2013-08-13 | Ignore empty emails | Tomás Touceda | |
2013-08-13 | avoid logging dummy password | Kali Kaneko | |