index
:
leap_mail.git
debian/experimental
develop
feature/async-api
master
ppa
release/0.3.x
release/0.4.x
release/bitmask-0.9.x-alpha
[leap_mail]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
leap
/
mail
/
adaptors
Age
Commit message (
Expand
)
Author
2016-02-11
[feat] Use cryptography instead of pycryptopp to reduce dependencies.
Ruben Pollan
2015-12-10
Fixed the get_body logic
Bruno Wagner
2015-09-28
[bug] fail gracefully if fetch fails
Kali Kaneko
2015-08-21
[tests] properly skip not implemented tests, do not raise
Kali Kaneko
2015-08-11
[docs] add folker to authors + pep8
Kali Kaneko
2015-08-11
[bug] Fix missing _normailize_dict in DocumentWrapper constructor.
Folker Bernitt
2015-08-11
[bug] Fix typo in content-transfer-encoding in walk.py.
Folker Bernitt
2015-08-03
[tests] Skipped tests that were not implemented
Bruno Wagner
2015-07-29
[bug] fixed syntax error in models.py
Folker Bernitt
2015-07-21
Transformed assigned lambdas to functions in models and test_models because o...
Bruno Wagner
2015-07-13
[bug] Return the first cdoc if no body found
Kali Kaneko
2015-06-29
[bug] allow mailbox to be notified of collection changes
Kali Kaneko
2015-06-29
[bug] avoid KeyError on pending_insert_docs lookup
Kali Kaneko
2015-06-25
[bug] avoid duplication of copies in draft folder
Kali Kaneko
2015-06-25
[bug] saving message to drafts folder hangs
Kali Kaneko
2015-06-22
[bug] fixes for display attachments and move between folders
0.4.0-alpha
Kali Kaneko
2015-06-05
[refactor] deprecate old incoming index
Kali Kaneko
2015-03-30
[bug] fix early append notification
Kali Kaneko
2015-03-30
[bug] re-add fix for multiple headers
Kali Kaneko
2015-02-11
append/copy performance improvement
Kali Kaneko
2015-02-11
ignore revisionconflicts on puts.
Kali Kaneko
2015-02-11
implement copy interface
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
Fix recent/unseen notifications
Kali Kaneko
2015-02-11
re-add support for basic multipart messages
Kali Kaneko
2015-02-11
lots of little fixes after meskio's review
Kali Kaneko
2015-02-11
imap: complete FETCH implementation
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
MessageCollections + MailboxIndexer
Kali Kaneko
2015-02-11
Serializable Models + Soledad Adaptor
Kali Kaneko