Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-26 | Move flags and other metadata to a separate doc. | Kali Kaneko | |
This change will allow for quicker access times, and smaller syncs since the fields that change more often will fall in a pretty small document. For the big raw message, we only need to sync once. Also, implemented multipart interface for messages. This will need additional migration helper in --repair-mailboxes. | |||
2013-12-26 | defer costly operations | Kali Kaneko | |
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 | fix wrong object call | Kali Kaneko | |
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-20 | safety catch against wrong last_uid | Kali Kaneko | |
2013-12-20 | use soledad_writer for puts also | Kali Kaneko | |
2013-12-20 | Fix tests and bug introduced in 541bd8aec1f67834c42bc2e5df14c1f73c569082. | drebs | |
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 | Merge remote-tracking branch 'refs/remotes/kali/bug/fix-memoize' into develop | Tomás Touceda | |
2013-12-19 | deferToThread unsetting recent flag | Kali Kaneko | |
2013-12-18 | memoize the special method | Kali Kaneko | |
2013-12-18 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/4791_url-should-not-end-in-period' into develop | |||
2013-12-17 | Footer url shouldn't end in period. | Ivan Alejandro | |
[Closes #4791] | |||
2013-12-17 | Use git.cmd instead of git.exe in windows since we use GitBash | Tomás Touceda | |
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-11 | consume messages eagerly | Kali Kaneko | |
2013-12-10 | make exceptions fail the test. | Kali Kaneko | |
right now, the exceptions were visible in the stdout, but the test was not *actually* failing. using nose deferred decorator for this. | |||
2013-12-10 | Merge remote-tracking branch 'refs/remotes/kali/yet-another-pep8-fix' into ↵ | Tomás Touceda | |
develop | |||
2013-12-10 | pep8 | Kali Kaneko | |
2013-12-10 | add testing reqs | Kali Kaneko | |
2013-12-07 | Merge remote-tracking branch 'refs/remotes/kali/bug/pep8-fixes' into develop | Tomás Touceda | |
2013-12-06 | pep8 cleanup | Kali Kaneko | |
2013-12-06 | Fold in changes | Tomás Touceda | |
2013-12-06 | Update requirements | Tomás Touceda | |
2013-12-05 | add with_venvwrapper script | Kali Kaneko | |
2013-11-28 | add changes file | Kali Kaneko | |
2013-11-28 | use messageproducer to write messages to soledad | Kali Kaneko | |
2013-11-28 | add message producer and consumer | 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-25 | Fix smtp tests to accept deferred and new param encoding. | drebs | |
2013-11-21 | Add the preference parameter to openpgp header. Closes #3878. | drebs | |
2013-11-21 | Add a header that reflects the validity of incoming signatures. Closes #4354. | drebs | |
2013-11-21 | Add a footer to outgoing messages that point to where sender keys can be ↵ | drebs | |
feched. Closes #4526. | |||
2013-11-15 | Fold in changes | Tomás Touceda | |
2013-11-13 | fix mail UID indexing for non-sequential uids | Kali Kaneko | |
2013-11-12 | check username on imap authentication | Kali Kaneko | |
2013-11-12 | Remove 'multipart/encrypted' header after decrypting incoming mail. Closes ↵ | drebs | |
#4454. | |||
2013-11-11 | Correcly handle message headers when gatewaying. Closes #4322 and #4447. | drebs | |
2013-11-11 | use deferToThread in the sendMail. Closes: #3937 | Kali Kaneko | |
2013-11-11 | add changes | Kali Kaneko | |
2013-11-11 | refactor callbacks so we properly catch remote errors | Kali Kaneko | |