summaryrefslogtreecommitdiff
path: root/camel/camel-mime-utils.c
Commit message (Expand)AuthorAgeFilesLines
* bump version, libtool numbersEVOLUTION_DATA_SERVER_0_0_95evolution-data-server-0-0-95JP Rosevear2004-07-021-4276/+0
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-181-1/+11
* ** A few fixes for better rfc compliance, and cleaner code.Not Zed2004-06-011-341/+203
* fix/rearrange logic. It was using the wrong working pointer.Not Zed2004-05-241-9/+7
* Fix for #58738 ja_JP.UTF-8: Evolution crashes when certain ASCII/non-ASCIISuresh Chandrasekharan2004-05-201-3/+3
* Use header_decode_text() rather than rfc2047_decode_word() to decode theJeffrey Stedfast2004-03-301-2/+1
* decode newsgroups header into a list of newsgroups.Not Zed2004-03-221-0/+43
* drop embedded whitespace characters, and don't do unquoting, etc. SeeNot Zed2004-03-151-8/+25
* Same.Jeffrey Stedfast2004-01-161-16/+16
* if e_iconv() returns -1, check that errno != EINVAL - if errno *is*Jeffrey Stedfast2004-01-111-4/+5
* Revert the s/is_/camel_mime_is_/ changes or we get really long variableJeffrey Stedfast2003-12-091-20/+20
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-83/+58
* Added list-unsubscribe header match.Not Zed2003-12-011-0/+2
* Single condition shorteningArtur Flinta2003-11-171-1/+1
* We should check List-Post before List-Id (List-Post has to contain theJeffrey Stedfast2003-10-281-10/+10
* better detection of broken date to give to broken_date_parser.Frédéric Crozat2003-10-281-0/+15
* Allow timezone offsets to be up to 14 hours ahead of UTC. Fixes bugJeffrey Stedfast2003-10-091-2/+2
* Don't forget to flush the iconv conversion.Jeffrey Stedfast2003-09-231-1/+3
* New function to replace the one from camel-mime-part.cJeffrey Stedfast2003-09-181-2/+37
* namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-181-22/+22
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-181-169/+181
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-261-181/+169
* reverted some namespacing changes to internal functionsJeffrey Stedfast2003-08-261-17/+17
* Namespaced.Jeffrey Stedfast2003-08-251-182/+194
* Fix for #46168 'some additional locale aliases required for chinesenew-calendar-branch-startnew-calendar-branch-merge-endnew-calendar-branch-before-create-modifySuresh Chandrasekharan2003-07-291-43/+43
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-20/+10
* Use gmtime_r() instead of using gmtime() and memcpy() to try and beJeffrey Stedfast2003-07-021-3/+3
* Put day of week into outgoing email.David Woodhouse2003-07-011-1/+6
* Simplistic quick-fix for #42710. Add a charset argument. If the data is 8Not Zed2003-05-151-21/+39
* Workaround for POS mailers like the one in bug #42045.Jeffrey Stedfast2003-05-021-0/+4
* When we remove a node from the list, make sure to g_list_free_1().Jeffrey Stedfast2003-03-271-1/+5
* Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-201-11/+11
* Use header_contentid_decode() as this new function should be safer thanEVOLUTION_1_2_3Jeffrey Stedfast2003-03-141-0/+67
* Same as the ones below.Jeffrey Stedfast2003-02-251-39/+38
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-201-34/+32
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-171-46/+48
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-4/+4
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-051-1/+1
* Removed. Glib2 has this function.Jeffrey Stedfast2002-11-021-12/+0
* Fix all mailing list regex patterns to allow any number of spaces *or*Jeffrey Stedfast2002-10-071-11/+11
* Changed the Mailing-List rule to get the complete domain (* in wrongNot Zed2002-09-241-1/+1
* Revert a patch that I had not meant to commit that was aimed at fixing bugJeffrey Stedfast2002-09-111-30/+8
* Fixes bug #4224Jeffrey Stedfast2002-09-091-8/+30
* Use e_mktime_utc.EVOLUTION_1_1_1evolution-1-1-1-branchDan Winship2002-09-051-8/+2
* Oops - outbuf pointed to alloca'd memory but we were g_free'ing it afterJeffrey Stedfast2002-08-081-5/+6
* When writing the summary, use TRUNC flag, duh. Also, write to a temp fileNot Zed2002-07-241-1/+1
* Try to get the FQDN from the results of gethostname(). If that fails, thenJeffrey Stedfast2002-07-151-9/+20
* Parse "From: Dan Winship <danw>" (with no domain) in the way the senderEVOLUTION_1_0_8EVOLUTION_1_0_7Dan Winship2002-06-061-1/+1
* Fixed the fix for stupidly-broken-mailer bug #5 to work when multipleJeffrey Stedfast2002-05-031-3/+3
* If we get multiple Content-Type header values, change subsequent headersNot Zed2002-04-091-4/+4