summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Updated TODOJeffrey Stedfast2018-11-261-0/+30
|
* minor fixups thanks to coverity scanJeffrey Stedfast2017-12-181-1/+6
|
* Re-use the ensure_newline field instead of needing message->complianceJeffrey Stedfast2017-04-031-2/+0
|
* Updated TODOJeffrey Stedfast2017-03-311-3/+0
|
* Updated TODOJeffrey Stedfast2017-03-281-2/+0
|
* Updated TODOJeffrey Stedfast2017-03-271-2/+0
|
* Updated TODOJeffrey Stedfast2017-03-261-2/+1
|
* Fixed GMimeParser to handle header names with trailing whitespaceJeffrey Stedfast2017-03-191-2/+0
|
* Updated TODOJeffrey Stedfast2017-03-181-1/+13
|
* Converted GMimeParam and GMimeParamList into GObjectsJeffrey Stedfast2017-03-161-2/+0
|
* Modified GMimeHeader[List] to subclass GObjectJeffrey Stedfast2017-03-161-2/+0
|
* Implemented g_mime_content_type_encode()Jeffrey Stedfast2017-03-161-10/+0
| | | | | | | | | | | Renamed g_mime_header_list_get() to g_mime_header_list_get_header() and renamed the old g_mime_header_list_get_header() to g_mime_header_list_get_header_at(). Also renamed g_mime_content_type_to_string() to g_mime_content_type_get_mime_type() and renamed g_mime_content_disposition_to_string() to g_mime_content_disposition_encode().
* Updated TODOJeffrey Stedfast2017-03-161-0/+18
|
* Update TODOJeffrey Stedfast2017-03-121-3/+0
|
* Updated TODOJeffrey Stedfast2017-03-111-11/+2
|
* Updated TODOJeffrey Stedfast2017-03-071-4/+0
|
* Updated TODOJeffrey Stedfast2017-02-191-9/+13
|
* Updated TODOJeffrey Stedfast2017-02-081-24/+0
|
* Updated TODOJeffrey Stedfast2017-02-031-4/+7
|
* Updated TODOJeffrey Stedfast2017-01-311-0/+4
|
* Updated TODOJeffrey Stedfast2017-01-311-6/+0
|
* Replaced GMimeHeaderIter with an indexed APIJeffrey Stedfast2017-01-311-0/+4
|
* Updated TODOJeffrey Stedfast2017-01-301-0/+3
|
* Updated TODOJeffrey Stedfast2013-08-121-86/+7
|
* Added new constructor functions GMimeStreamFs and GMimeStreamFile that take ↵Jeffrey Stedfast2013-08-121-0/+9
| | | | | | | | | | | | a path 2013-08-12 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-stream-file.c (g_mime_stream_file_new_for_path): New convenience function that handles opening the file for you. * gmime/gmime-stream-fs.c (g_mime_stream_fs_new_for_path): New convenience function that handles opening the file for you.
* Fixed g_mime_message_set_reply_to() and updated docs for UTF-8 interfacesJeffrey Stedfast2013-08-111-0/+10
| | | | | | | | | | | | | 2013-08-11 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-message.c (g_mime_message_set_reply_to): Fixed this function to parse the reply_to string just like g_mime_message_set_sender() does so that the reply_to field can be guaranteed to be in UTF-8. * gmime/*.c: Updated API documentation for functions taking or returning strings to clarify whether the strings should be in UTF-8 or not.
* More C# API fixes and updated TODOJeffrey Stedfast2011-08-141-10/+13
|
* Added g_mime_message_get_body()Jeffrey Stedfast2010-10-301-2/+4
| | | | | | | | | | 2010-10-30 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-message.c (g_mime_message_get_body): New function * to try and guess which part (or multipart/alternative) represents the message body.
* updated TODOJeffrey Stedfast2009-12-131-1/+4
|
* Minor soptimizationJeffrey Stedfast2009-10-161-1/+1
|
* renamed BestEncoding to EncodingConstraintJeffrey Stedfast2009-04-301-3/+4
| | | | | | | | | | 2009-04-30 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-filter-best.h: Renamed GMimeBestEncoding to GMimeEncodingConstraint to make this enum more clear as to what it's intended purpose is. * gmime/gmime-part.c: Updated.
* updated ChangeLog and TODOJeffrey Stedfast2009-04-291-1/+1
|
* updated TODOJeffrey Stedfast2009-04-291-3/+7
|
* added g_mime_part_get_best_content_encoding()Jeffrey Stedfast2009-04-281-2/+9
| | | | | | | | 2009-04-28 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-part.c (g_mime_part_get_best_content_encoding): New helper function to calculate the most efficient Content-Transfer-Encoding for a given mime-part.
* updated gtk-doc comments and TODOJeffrey Stedfast2009-04-271-1/+1
|
* updated visual studio project filesJeffrey Stedfast2009-04-261-1/+1
|
* updated TODO and ChangeLogJeffrey Stedfast2009-04-251-0/+5
|
* use a custom event APIJeffrey Stedfast2009-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 2009-04-25 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-parse-utils.h: Marked APIs as internal linkage only. * gmime/gmime-common.h: Same. * gmime/gmime-content-type.c: Use the new GMimeEvent API instead of libgobject's g_signal API which is more than we need. * gmime/gmime-disposition.c: Same. * gmime/gmime-object.c: Updated to use the GMimeEvent API for content-type and content-disposition. * gmime/internet-address.c: Use the new GMimeEvent API instead of our own. * gmime/gmime-events.[c,h]: New source files implementing a simple and performant event system needed internally within GMime. Based on the event system that used to be in internet-address.c
* updated TODOJeffrey Stedfast2009-04-251-0/+30
|
* updated TODOJeffrey Stedfast2008-10-031-21/+0
| | | | svn path=/trunk/; revision=1485
* Added an accessor to make bindings easier.Jeffrey Stedfast2008-05-251-0/+13
| | | | | | | | | | 2008-05-25 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-part.c (g_mime_part_get_content_disposition_object): Added an accessor to make bindings easier. svn path=/trunk/; revision=1274
* added some ideasJeffrey Stedfast2008-01-031-0/+23
| | | | svn path=/trunk/; revision=1202
* Clear any error we may have (bad passwd?) each pass so that we don't tryJeffrey Stedfast2007-11-021-13/+0
| | | | | | | | | | | 2007-11-01 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-gpg-context.c (gpg_ctx_parse_status): Clear any error we may have (bad passwd?) each pass so that we don't try to set an error when one is already set. svn path=/trunk/; revision=1151
* Bumped versionGMIME_2_2_42.2.4Jeffrey Stedfast2007-02-081-1/+1
| | | | | | | | | | | 2007-02-08 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.in: Bumped version to 2.2.4 svn path=/trunk/; revision=1051
* #include <gmime/gmime-session-simple.h> for ia64 build fix on DebianJeffrey Stedfast2004-08-221-1/+1
| | | | | | | | | | | | 2004-08-22 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime.h.in: #include <gmime/gmime-session-simple.h> for ia64 build fix on Debian (required because of the way gtk-doc's scan program works). * gmime/gmime-filter-enriched.c (enriched_to_html): Don't replace <nofill> with <pre>. Also, replace lone '\n's with a space as suggested by rfc1896.
* Added back this symbol in order to avoid breaking ABI.GMIME_2_1_02.1.0Jeffrey Stedfast2003-08-091-2/+2
| | | | | | | | 2003-08-09 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime-charset.c (g_mime_charset_name): Added back this symbol in order to avoid breaking ABI. (g_mime_charset_locale_name): Same.
* updatedJeffrey Stedfast2003-08-091-2/+3
|
* updated TODOJeffrey Stedfast2003-08-091-7/+0
|
* Added new headers.Jeffrey Stedfast2003-08-091-2/+4
| | | | | | | | | | | | | | | | | | | | | | | 2003-08-09 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime.h.in: Added new headers. * gmime/gmime-utils.c (g_mime_utils_generate_message_id): Use the re-entrant g_gethostbyname_r() function rather than gethostbyname() so that we are threadsafe. * gmime/gmime-host-utils.[c,h]: New source files containing gethostbyname_r() and gethostbyaddr_r() implementations. * gmime/gmime-filter-windows.[c,h]: New source files implementing a windows charset detection filter. * gmime/gmime-charset.c (g_mime_charset_iso_to_windows): New function to return the windows-cp125# equivalent charset for iso-8859-# charsets. * gmime/gmime-parser.c (parser_push_boundary): Soptimise a bit :-) (parser_push_boundary):
* New simple instantiable class implementing the GMimeSession interfaces.Jeffrey Stedfast2003-05-171-1/+1
| | | | | | | 2003-05-17 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime-session-simple.[c,h]: New simple instantiable class implementing the GMimeSession interfaces.