summaryrefslogtreecommitdiff
path: root/python/libmu_py/message.c
AgeCommit message (Collapse)AuthorFiles
2010-04-08Reflect recent RFC compatibility changes in Python/C++.Wojciech Polak1
* examples/python/mimetest.py: Update. * include/mailutils/cpp/message.h (get_attachment_name): Overload. * libmu_cpp/message.cc (Message::get_attachment_name): Overload. * python/libmu_py/message.c (api_message_get_attachment_name): Update. * python/mailutils/message.py (Message.get_attachment_name): Add optional charset parameter. Return (name, lang) tuple.
2010-04-06Improve compatibility with RFC 2231 and RFC 2047.Sergey Poznyakoff1
* mailbox/mimehdr.c: New file. * mailbox/Makefile.am (libmailutils_la_SOURCES): Add mailbox/mimehdr.c. * mailbox/attachment.c (_header_get_param) (_get_attachment_name, mu_message_aget_attachment_name) (mu_message_get_attachment_name: Move to mailbox/mimehdr.c (with edits). (mu_message_save_attachment): Add a FIXME comment. * include/mailutils/message.h (MU_MIMEHDR_MULTILINE) (MU_MIMEHDR_CSINFO): New defines. (mu_mimehdr_get_disp,mu_mimehdr_aget_disp) (mu_mimehdr_get_param,mu_mimehdr_aget_param) (mu_mimehdr_decode_param) (mu_mimehdr_aget_decoded_param): New prototypes. (mu_message_aget_attachment_name): Change signature. (mu_message_aget_decoded_attachment_name): New prototype. * mailbox/mutil.c (mu_hex2ul): Fix a silly bug (have anybody ever tried to use that function?!?) * mailbox/testsuite/Urls: Update. * examples/mimetest.c (message_display_parts): Add a FIXME comment. * libmu_cpp/message.cc (Message::get_attachment_name): Likewise. * mh/mhn.c (store_handler): Likewise. * python/libmu_py/message.c (api_message_get_attachment_name): Likewise.
2010-01-05Update copyright years.Sergey Poznyakoff1
Happy GNU year!
2009-09-08Correct some pydocs.Wojciech Polak1
2009-03-25Return int from mu_py_init_*()Wojciech Polak1
2009-03-14Split Python interface into libmu_py and c_api.so.Wojciech Polak1
* include/mailutils/python.h: New file. * python/c_api: Rename to python/libmu_py.

Return to:

Send suggestions and report system problems to the System administrator.