summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-05Fix incoming email decryption problemsfeature/async-apiRuben Pollan
2015-02-04Attach key for addresses without known keyRuben Pollan
This seems to fix the problem with some headers dissapearing (#6692)
2015-01-28Add public key as attachmentRuben Pollan
2015-01-28If not signature don't failRuben Pollan
2015-01-28Remove footerRuben Pollan
2015-01-28append/copy performance improvementKali Kaneko
2015-01-28ignore revisionconflicts on puts.Kali Kaneko
we surely already have that part.
2015-01-28implement copy interfaceKali Kaneko
2015-01-27rename lingering , that is ambiguousKali Kaneko
2015-01-27return empty string if we couldn't find bodyKali Kaneko
so the server doesn't choke.
2015-01-27allow text/html for bodiesKali Kaneko
2015-01-26save drafts: search by msg-idKali Kaneko
2015-01-26fix initialization of cdocsKali Kaneko
2015-01-23re-add the missing hacking docs; add tb imap logging hintKali Kaneko
2015-01-22Fix SMTP async testsRuben Pollan
2015-01-22Fix recent/unseen notificationsKali Kaneko
2015-01-22add TODO to the adaptor interfaceKali Kaneko
2015-01-22Merge branch 'feature/new-mail-api' into feature/async-apiRuben Pollan
It is still a work in progress, many tests fails and there is plenty of TODOs to fix. But is starting to be a working version.
2015-01-22re-add support for basic multipart messagesKali Kaneko
2015-01-22fix typoKali Kaneko
2015-01-21lots of little fixes after meskio's reviewKali Kaneko
mostly having to do with poor, missing or outdated documentation, naming of confusing things and reordering of code blocks for improved readability.
2015-01-21rename confusing attribute for accountKali Kaneko
2015-01-21imap: implement setting of message flagsKali Kaneko
2015-01-21imap: complete FETCH implementationKali Kaneko
2015-01-21bug: fix empty definition; remove threading useKali 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-01-21tests: add link related to trial block with syncKali Kaneko
2015-01-21return the deferred from the incoming.startService() callKali Kaneko
2015-01-21update mail/imap testsKali Kaneko
2015-01-21Refactor fetch into leap.mail.incoming IServiceRuben Pollan
2015-01-21patch cbSelect to accept deferreds for count*Kali Kaneko
2015-01-21Complete IMAP implementation, update testsKali Kaneko
2015-01-21Use mailbox uuidsKali 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-01-21tests for mail.mail module: AccountKali Kaneko
2015-01-21tests for mail.mail module: MessageCollectionKali Kaneko
2015-01-21tests for mail.mail module: MessageKali Kaneko
2015-01-21cleanup imap implementationKali Kaneko
2015-01-21make outgoing a new submoduleKali Kaneko
2015-01-21MessageCollections + MailboxIndexerKali Kaneko
2015-01-21Serializable Models + Soledad AdaptorKali Kaneko
2015-01-21New keymanager async APIRuben Pollan
2015-01-21adapt to soledad 0.7 async APIKali Kaneko
2015-01-21fix typo in docsKali Kaneko
2015-01-21specify not syncable shared dbKali Kaneko
2015-01-21add service-identity as a dependency for leap.mailKali Kaneko
2015-01-21bump version compat for soledad clientKali Kaneko
2015-01-21remove enum depKali Kaneko
2015-01-05Port `enum` to `enum34`Ruben Pollan
2014-11-25Move SMTP gateway str assertion to inside OutgoingMail.drebs
2014-11-17Moving encrypt, sign and send logic from gateway (SMTP) to a MailServiceDuda Dornelles
2014-11-04Discover public key via attachmentRuben Pollan