aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-message.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-827/+0
* Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-311-1/+7
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-2/+16
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-3/+5
* Don't spew a warning if the message-id wasn't set by the application, notJeffrey Stedfast2001-03-271-10/+6
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-0/+7
* Made thread-safe and moved to above the test code.Jeffrey Stedfast2001-02-271-2/+48
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-6/+5
* Change the sign of the default date offset when none is supplied.Not Zed2000-12-081-2/+3
* Keep track of the caller bestenc flags that make sense.Not Zed2000-11-081-8/+11
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-329/+344
* Use the camel_address_encode function again.Jeffrey Stedfast2000-10-061-4/+20
* Modified to not encode space chars in the middle of a line. (isblank): NewJeffrey Stedfast2000-10-061-10/+4
* Use header_encode_phrase instead. (camel_mime_message_set_from): Same.Jeffrey Stedfast2000-10-051-12/+2
* Quote the mailbox name when sending a SELECT request otherwise mailboxesJeffrey Stedfast2000-10-041-57/+76
* New convenience function to determine if there are any 8bit mime parts inJeffrey Stedfast2000-10-031-1/+170
* oops, spelling mistakeJeffrey Stedfast2000-09-071-2/+2
* Implemented (someone added these to camel-mime-message.h but neverJeffrey Stedfast2000-09-071-3/+21
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+2
* Merge with camel-async.Peter Williams2000-08-111-42/+33
* Add another subject g_strstrip that fejj's earlier commit missed.Dan Winship2000-08-091-1/+1
* Do a g_strstrip on the subject so we can stop getting those annoyingJeffrey Stedfast2000-08-081-1/+1
* Trim trailing space from the subject. I've now seen replies from twoDan Winship2000-08-031-1/+1
* Don't add a Mime-Version header to a message that already has one.Dan Winship2000-07-261-1/+2
* Parse In-Reply-To with header_references_decode, not header_msgid_decode.Dan Winship2000-07-031-1/+1
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-171-167/+1
* Fixes Bug 192.Not Zed2000-06-021-2/+2
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-6/+4
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-181-23/+75
* Big bunch o memleaks fixed.NotZed2000-05-121-1/+4
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-4/+6
* Format From and Reply-To to at least a decoded string. Should probablyNotZed2000-05-081-4/+20
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-3/+8
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-1/+0
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-021-65/+56
* Dont try and check a NULL header.NotZed2000-04-281-139/+119
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-53/+55
* fix some incorrect macro usage that resulted in bogus castsDan Winship2000-04-251-4/+4
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-241-2/+8
* No longer call data_wrapper_repository_init.NotZed2000-04-241-17/+29
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-152/+102
* Ref the folder after setting it in the new message.NotZed2000-04-221-33/+60
* kill camel-logDan Winship2000-04-191-65/+15
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-181-5/+1
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-281-1/+2
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* Fix a bunch of serious small bugs.NotZed2000-02-291-4/+0
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-1/+0
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-2/+4
* set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE ---bertrand2000-02-101-1/+3
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-241-3/+13
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* Make set_* methods in CamelMimeMessage use const strings.Ettore Perazzoli1999-12-091-14/+15
* More work:Ettore Perazzoli1999-11-171-1/+1
* Added streaming capability to CamelDataWrapper. This makes it possible, forEttore Perazzoli1999-11-171-0/+5
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* changed decl to fit CRLFunc. (_write_recipients_to_stream): callsbertrand1999-09-021-6/+8
* now use CamelRecipientTablebertrand1999-09-011-82/+41
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-6/+6
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* now descend from CamelMedium.bertrand1999-08-261-1/+8
* Implemented deletion/expunge mechanism.bertrand1999-08-151-54/+54
* New field (message_list) which will hold a reference on each messagebertrand1999-08-141-12/+52
* new method, returns the list of permanent flags supported by the folder.bertrand1999-08-131-5/+30
* those two func go here now.bertrand1999-08-131-13/+15
* Message creation still consumes a lot ofbertrand1999-08-111-1/+2
* implemented destructors.bertrand1999-08-111-0/+28
* new method. (camel_folder_get_message): corresponding public callbertrand1999-08-061-2/+2
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-139/+121
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-2/+4
* Various patches from Ulrich Drepper <drepper at cygnus.com>bertrand1999-06-251-1/+2
* syncBertrand Guiheneuf1999-06-221-1/+1
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-191-18/+23
* remove leading and trailing spaces in recipient addresses.Bertrand Guiheneuf1999-05-301-1/+1
* rewrite message obtained via parsing into a file. Actually, it worksBertrand Guiheneuf1999-05-281-6/+79
* syncBertrand Guiheneuf1999-05-281-0/+46
* new func. Parses message header zone and returns a Glist of all headerbertrand1999-05-271-21/+3
* recipient list printingBertrand Guiheneuf1999-05-211-4/+33
* syncBertrand Guiheneuf1999-05-211-2/+9
* test if content exists before calling its write_to method.bertrand1999-05-201-16/+18
* syncBertrand Guiheneuf1999-05-201-0/+11
* testsBertrand Guiheneuf1999-05-191-1/+28
* message number funcs.bertrand1999-05-181-1/+1
* syncBertrand Guiheneuf1999-05-171-0/+20
* flags handling methodsbertrand1999-05-151-5/+96
* added recipient handling class funcs.Bertrand Guiheneuf1999-05-141-0/+7
* create recipients hash table (_remove_recipient): (_add_recipient):Bertrand Guiheneuf1999-05-141-1/+89
* a bunch of get/set header field method done. Does nothing yet though.Bertrand Guiheneuf1999-05-141-4/+185
* Mime message ...Bertrand Guiheneuf1999-05-131-0/+78