Age | Commit message (Expand) | Author |
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 |
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 |
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 |
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 | specify not syncable shared db | Kali Kaneko |
2015-01-05 | Port `enum` to `enum34` | Ruben Pollan |
2014-11-25 | Move SMTP gateway str assertion to inside OutgoingMail. | drebs |
2014-11-17 | Moving encrypt, sign and send logic from gateway (SMTP) to a MailService | Duda Dornelles |
2014-11-04 | Discover public key via attachment | Ruben Pollan |
2014-10-13 | Get keys from OpenPGP email header | Ruben Pollan |
2014-10-12 | Update docstrings | Ruben Pollan |
2014-09-16 | The get_key cache now it's automagical | Ruben Pollan |
2014-09-10 | add test for empty mailbox creation | Kali Kaneko |
2014-09-09 | addMailbox shouldn't accept empty names since it makes it impossible to retri... | Duda Dornelles |
2014-09-09 | add comment | Kali Kaneko |
2014-09-09 | return the deferred from sendMessage | Kali Kaneko |
2014-09-03 | split tests in different modules | Kali Kaneko |
2014-09-03 | fix and migrate tests to trial | Kali Kaneko |
2014-09-03 | remove uid from signature | Kali Kaneko |
2014-08-26 | remove unneeded imports | Kali Kaneko |
2014-08-21 | Fixed some PEP8 warnings on the messages file | Bruno Wagner Goncalves |
2014-08-21 | MessageCollection iterators must instantiate LeapMessage with the collection | Bruno Wagner Goncalves |
2014-08-21 | Added fallback in case the gpg binary is not found on the PATH | Bruno Wagner Goncalves |
2014-08-21 | Find the gpg binary on the system, even through symlinks | Bruno Wagner Goncalves |
2014-08-21 | On the mac, the tempdir is not created at /tmp, so checking the tempdir forma... | Bruno Wagner Goncalves |
2014-03-26 | Merge remote-tracking branch 'refs/remotes/kali/bug/bad-object-in-save-callba... | Tomás Touceda |
2014-03-26 | fix wrong object being passed in the messageSaved callback | Kali Kaneko |
2014-03-18 | Signal the UI in case the soledad token is invalid when syncing (#5191). | drebs |