summaryrefslogtreecommitdiff
path: root/libmu_cpp/message.cc
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-07-05Fix libmu_cpp compilation.Wojciech Polak1
* examples/cpp/http.cc, examples/cpp/iconv.cc, examples/cpp/lsf.cc, examples/cpp/mailcap.cc, examples/cpp/msg-send.cc, examples/cpp/sfrom.cc, libmu_cpp/message.cc, libmu_cpp/mutil.cc, libmu_cpp/pop3.cc: Include missing <cstdlib>.
2009-03-05Add Envelope class to libmu_cpp. Add new methods.Wojciech Polak1
* include/mailutils/cpp/envelope.h, libmu_cpp/envelope.cc: New files.
2009-01-30Add Folder class to libmu_cpp. Provide new examples lsf.cc and msg-send.cc.Wojciech Polak1
* examples/cpp/lsf.cc, examples/cpp/msg-send.cc, include/mailutils/cpp/folder.h, libmu_cpp/folder.cc: New files.
2009-01-03libmu_cpp refactoring and improvements.Wojciech Polak1
* examples/cpp/mimetest.cc, include/mailutils/cpp/attribute.h, include/mailutils/cpp/body.h, include/mailutils/cpp/mime.h, include/mailutils/cpp/mutil.h, include/mailutils/cpp/registrar.h, libmu_cpp/attribute.cc, libmu_cpp/body.cc, libmu_cpp/mime.cc, libmu_cpp/mutil.cc, libmu_cpp/registrar.cc: New files.
2007-06-27Prepare for the GPL v.3 release. Relicense programs under GPL v.3, libraries ↵Sergey Poznyakoff1
under LPGL v.3
2006-12-25Updated to the current API 1.0Wojciech Polak1
2004-11-17Initial version of libmu_cpp.Wojciech Polak1

Return to:

Send suggestions and report system problems to the System administrator.