Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-07 | Merge remote-tracking branch 'meskio/feature/keymanager_api' into develop | Ivan Alejandro | |
2014-10-06 | Add new leap.keymanager version to VERSION_COMPAT | Ruben Pollan | |
2014-09-09 | addMailbox shouldn't accept empty names since it makes it impossible to ↵ | Duda Dornelles | |
retrieve it later | |||
2014-08-21 | Added changes file for the bug description | Bruno Wagner Goncalves | |
2014-04-04 | Fold in changes | Tomás Touceda | |
2014-04-04 | Update requirements | Tomás Touceda | |
2014-03-18 | Signal the UI in case the soledad token is invalid when syncing (#5191). | drebs | |
2014-03-17 | Merge remote-tracking branch 'refs/remotes/kali/feature/keepprocessing' into ↵ | Tomás Touceda | |
develop | |||
2014-03-11 | changes file | Kali Kaneko | |
2014-02-27 | Merge remote-tracking branch 'refs/remotes/kali/feature/literal_plus' into ↵ | Tomás Touceda | |
develop | |||
2014-02-27 | rename all fdocs when folder is renamed | Kali Kaneko | |
2014-02-26 | Implement non-synchronizing literals (rfc2088) Closes: #5190 | Kali Kaneko | |
This also paves the way to MULTIAPPEND IMAP Extension (rfc3502) Related to: Feature #5182 | |||
2014-02-25 | fix unread notification to UI | Kali Kaneko | |
2014-02-25 | changes file | Kali Kaneko | |
2014-02-06 | Flush IMAP data to disk when stopping. Closes #5095. | drebs | |
2014-01-30 | changes file | Kali Kaneko | |
2014-01-22 | Properly parse apple mail | Tomás Touceda | |
2014-01-22 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/bug/5014_fix-attachment-processing-when-signing' into develop | |||
2014-01-22 | Add changes file for #5021. | Ivan Alejandro | |
2014-01-21 | Restrict adding outgoing footer to text/plain messages. | drebs | |
2014-01-21 | Prevent double base64 encoding of attachments when signing (#5014). | drebs | |
2014-01-17 | Update VERSION_COMPAT, add changes file for #4838. | Ivan Alejandro | |
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 | |