Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-20 | update release in docs | Kali Kaneko | |
2015-02-19 | Add missing changes about IncomingMail | Ruben Pollan | |
2015-02-18 | Use MessageCollection instead of IMAPMailbox in IncomingMail | Ruben Pollan | |
2015-02-18 | Add callbacks to inbox insertions | Ruben Pollan | |
2015-02-11 | Fix incoming email decryption problems | Ruben Pollan | |
2015-02-11 | Attach key for addresses without known key | Ruben Pollan | |
This seems to fix the problem with some headers dissapearing (#6692) | |||
2015-02-11 | Add public key as attachment | Ruben Pollan | |
2015-02-11 | If not signature don't fail | Ruben Pollan | |
2015-02-11 | Remove footer | Ruben Pollan | |
2015-02-11 | append/copy performance improvement | Kali Kaneko | |
2015-02-11 | ignore revisionconflicts on puts. | Kali Kaneko | |
we surely already have that part. | |||
2015-02-11 | implement copy interface | Kali Kaneko | |
2015-02-11 | rename lingering , that is ambiguous | Kali Kaneko | |
2015-02-11 | return empty string if we couldn't find body | Kali Kaneko | |
so the server doesn't choke. | |||
2015-02-11 | allow text/html for bodies | Kali Kaneko | |
2015-02-11 | save drafts: search by msg-id | Kali Kaneko | |
2015-02-11 | fix initialization of cdocs | Kali Kaneko | |
2015-02-11 | re-add the missing hacking docs; add tb imap logging hint | Kali Kaneko | |
2015-02-11 | Fix SMTP async tests | Ruben Pollan | |
2015-02-11 | Fix recent/unseen notifications | Kali Kaneko | |
2015-02-11 | add TODO to the adaptor interface | Kali Kaneko | |
2015-02-11 | re-add support for basic multipart messages | Kali Kaneko | |
2015-02-11 | fix typo | Kali Kaneko | |
2015-02-11 | lots of little fixes after meskio's review | Kali Kaneko | |
mostly having to do with poor, missing or outdated documentation, naming of confusing things and reordering of code blocks for improved readability. | |||
2015-02-11 | rename confusing attribute for account | Kali Kaneko | |
2015-02-11 | imap: implement setting of message flags | Kali Kaneko | |
2015-02-11 | imap: complete FETCH implementation | Kali Kaneko | |
2015-02-11 | bug: fix empty definition; remove threading use | Kali Kaneko | |
this fixes a bug by which incoming service was not deleting the message from incoming after correclty saving all the message subparts into soledad. | |||
2015-02-11 | tests: add link related to trial block with sync | Kali Kaneko | |
2015-02-11 | return the deferred from the incoming.startService() call | Kali Kaneko | |
2015-02-11 | update mail/imap tests | Kali Kaneko | |
2015-02-11 | Refactor fetch into leap.mail.incoming IService | Ruben Pollan | |
2015-02-11 | patch cbSelect to accept deferreds for count* | Kali Kaneko | |
2015-02-11 | Complete IMAP implementation, update tests | Kali Kaneko | |
2015-02-11 | Use mailbox uuids | Kali Kaneko | |
The previous implementation is naive, since it imposes a burden when renaming mailboxes. We're using uuids in the local uid tables instead, which is more cryptic but way more efficient. * receive mbox uuid instead of name * use mailbox uuid in identifiers | |||
2015-02-11 | tests for mail.mail module: Account | Kali Kaneko | |
2015-02-11 | tests for mail.mail module: MessageCollection | Kali Kaneko | |
2015-02-11 | tests for mail.mail module: Message | Kali Kaneko | |
2015-02-11 | cleanup imap implementation | Kali Kaneko | |
2015-02-11 | make outgoing a new submodule | Kali Kaneko | |
2015-02-11 | MessageCollections + MailboxIndexer | Kali Kaneko | |
2015-02-11 | Serializable Models + Soledad Adaptor | Kali Kaneko | |
2015-02-11 | New keymanager async API | Ruben Pollan | |
2015-02-11 | adapt to soledad 0.7 async API | Kali Kaneko | |
2015-02-11 | fix typo in docs | Kali Kaneko | |
2015-02-11 | specify not syncable shared db | Kali Kaneko | |
2015-02-11 | add service-identity as a dependency for leap.mail | Kali Kaneko | |
2015-02-11 | bump version compat for soledad client | Kali Kaneko | |
2015-02-11 | remove enum dep | Kali Kaneko | |
2015-01-05 | Port `enum` to `enum34` | Ruben Pollan | |