summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-11Fix SMTP async testsRuben Pollan
2015-02-11Fix recent/unseen notificationsKali Kaneko
2015-02-11add TODO to the adaptor interfaceKali Kaneko
2015-02-11re-add support for basic multipart messagesKali Kaneko
2015-02-11fix typoKali Kaneko
2015-02-11lots of little fixes after meskio's reviewKali Kaneko
2015-02-11rename confusing attribute for accountKali Kaneko
2015-02-11imap: implement setting of message flagsKali Kaneko
2015-02-11imap: complete FETCH implementationKali Kaneko
2015-02-11bug: fix empty definition; remove threading useKali Kaneko
2015-02-11tests: add link related to trial block with syncKali Kaneko
2015-02-11return the deferred from the incoming.startService() callKali Kaneko
2015-02-11update mail/imap testsKali Kaneko
2015-02-11Refactor fetch into leap.mail.incoming IServiceRuben Pollan
2015-02-11patch cbSelect to accept deferreds for count*Kali Kaneko
2015-02-11Complete IMAP implementation, update testsKali Kaneko
2015-02-11Use mailbox uuidsKali Kaneko
2015-02-11tests for mail.mail module: AccountKali Kaneko
2015-02-11tests for mail.mail module: MessageCollectionKali Kaneko
2015-02-11tests for mail.mail module: MessageKali Kaneko
2015-02-11cleanup imap implementationKali Kaneko
2015-02-11make outgoing a new submoduleKali Kaneko
2015-02-11MessageCollections + MailboxIndexerKali Kaneko
2015-02-11Serializable Models + Soledad AdaptorKali Kaneko
2015-02-11New keymanager async APIRuben Pollan
2015-02-11adapt to soledad 0.7 async APIKali Kaneko
2015-02-11specify not syncable shared dbKali 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
2014-10-13Get keys from OpenPGP email headerRuben Pollan
2014-10-12Update docstringsRuben Pollan
2014-09-16The get_key cache now it's automagicalRuben Pollan
2014-09-10add test for empty mailbox creationKali Kaneko
2014-09-09addMailbox shouldn't accept empty names since it makes it impossible to retri...Duda Dornelles
2014-09-09add commentKali Kaneko
2014-09-09return the deferred from sendMessageKali Kaneko
2014-09-03split tests in different modulesKali Kaneko
2014-09-03fix and migrate tests to trialKali Kaneko
2014-09-03remove uid from signatureKali Kaneko
2014-08-26remove unneeded importsKali Kaneko
2014-08-21Fixed some PEP8 warnings on the messages fileBruno Wagner Goncalves
2014-08-21MessageCollection iterators must instantiate LeapMessage with the collectionBruno Wagner Goncalves
2014-08-21Added fallback in case the gpg binary is not found on the PATHBruno Wagner Goncalves
2014-08-21Find the gpg binary on the system, even through symlinksBruno Wagner Goncalves
2014-08-21On the mac, the tempdir is not created at /tmp, so checking the tempdir forma...Bruno Wagner Goncalves
2014-03-26Merge remote-tracking branch 'refs/remotes/kali/bug/bad-object-in-save-callba...Tomás Touceda
2014-03-26fix wrong object being passed in the messageSaved callbackKali Kaneko
2014-03-18Signal the UI in case the soledad token is invalid when syncing (#5191).drebs