]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/message.py
decode headers from utf-8 to unicode
[notmuch] / bindings / python / notmuch / message.py
2011-08-15 patrickdecode headers from utf-8 to unicode
2011-08-09 pazzpython: pep8 compliance for message.py
2011-06-30 Sebastian Spaethpython: Do not implicitely call maildir_flags_to_tags etc
2011-06-24 Sebastian Spaethpython: Do not implicitely call maildir_flags_to_tags etc
2011-06-16 Sebastian SpaethSimplify (& fix) Message().__str__()
2011-06-16 Sebastian Spaethpython: Improve API documentation
2011-06-16 Sebastian SpaethImplement Message.tags_to_maildir_flags
2011-06-15 Sebastian Spaethpython: Improve documentation
2011-06-15 Sebastian Spaethpython: Implement Message.__cmp__ and __hash__
2011-06-15 Sebastian Spaethpython: Remove Messages().__len__
2011-06-02 Sebastian Spaethbindings/python: Implement Message().get_filenames()
2010-11-08 Carl WorthMerge in ruby bindings.
2010-10-28 Sebastian Spaethpython: lambda(p) is not P3k-compliant
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl WorthMove everything down into a bindings/python directory.