/net-p2p/litecoin/

t repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-message.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug #27672Jeffrey Stedfast2002-07-121-1/+5
* made the copmment clearerJeffrey Stedfast2002-04-101-1/+1
* Don't adjust the timezone offset if we used tm.tm_gmtoff because it isJeffrey Stedfast2002-04-101-0/+3
* Handle Resent headers too.Jeffrey Stedfast2002-01-291-3/+10
* Fix the tm_gmtoff case (its sign is the opposite of "timezone"). FixesDan Winship2001-12-101-1/+1
* Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-12-011-3/+7
* Same as below.12001-11-011-1/+10
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-121-1/+3
* Same here.Jeffrey Stedfast2001-09-291-9/+15
* New function to convenience Larry ;-) (check_content_id): Oops, returnJeffrey Stedfast2001-09-271-4/+4
* New function to convenience Larry ;-)Jeffrey Stedfast2001-09-271-0/+40
* If the type is encoded, get the fallback charset from the message42001-09-251-1/+4
* Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-201-3/+5
* New function to parse an HTML meta-tag.Jeffrey Stedfast2001-07-111-200/+206
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-3/+3
* 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