summaryrefslogtreecommitdiff
path: root/camel/camel-internet-address.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 471791 - Move away from g_asserts to g_ret*Milan Crha2015-06-171-9/+12
* Update devel-doc Since from 3.14 to 3.16Milan Crha2015-02-241-1/+1
* Bug 486018 - Implement IDNA (Internationalized Domain Names in Applications)Milan Crha2014-08-271-0/+66
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-5/+5
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-13/+13
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-22/+39
* Coding style cleanups.Matthew Barnes2011-05-081-12/+12
* Coding style cleanups.Matthew Barnes2010-09-131-66/+66
* Port Camel to GObject.Matthew Barnes2010-04-241-23/+3
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-64/+54
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-031-3/+3
* Fix excessive whitespace.Matthew Barnes2009-07-121-7/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-4/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-50/+50
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-29/+29
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-7/+7
* updated novell copyright noticesJeffrey Stedfast2008-06-201-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-29/+29
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-29/+29
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-2/+2
* ** Fixes bug #418852Matthew Barnes2007-04-281-1/+1
* Fixes to many source files to suppress compiler warnings thanks to KjartanJeffrey Stedfast2006-04-121-1/+1
* Modify License to LGPLHarish Krishnaswamy2005-08-311-2/+2
* gtk-doc stuffJeffrey Stedfast2005-05-091-54/+63
* Same.Jeffrey Stedfast2004-01-161-3/+3
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-19/+60
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-181-6/+6
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-261-6/+6
* Namespaced.Jeffrey Stedfast2003-08-251-6/+6
* Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-201-1/+1
* More fixing of the license texts.Ettore Perazzoli2001-10-271-11/+11
* Use the new header_address_fold.Jeffrey Stedfast2001-06-271-1/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* New function that decides if 2 word types are mergeable. An atom and aJeffrey Stedfast2001-06-211-5/+6
* Make the (previously unused) get-source command actually do the rightJon Trowbridge2001-04-131-1/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-3/+3
* Make sure there is a space between the name and the address tokens.Jeffrey Stedfast2001-03-051-1/+1
* Add address headers to list that we dont fold when writing. The areNot Zed2001-02-131-6/+50
* change a bunch of IS_CAMEL_* macros to CAMEL_IS_*EVOLUTION_0_8Dan Winship2000-12-131-5/+5
* Remove use of linewrap filter. Headers are now wrapped. encode_8bitMichael Zucci2000-12-111-10/+32
* Add tests.Not Zed2000-11-241-1/+1
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-15/+176
* teach camel about "its" vs. "it's"Jacob "Ulysses" Berkman2000-10-101-1/+1
* Don't send the recipient data through smtp_get_email_addr_from_text - thisJeffrey Stedfast2000-09-291-3/+3
* New function to fold headers.Not Zed2000-09-281-36/+36
* When encoding the internet address, quote the name as the name may haveJeffrey Stedfast2000-09-191-31/+36
* Fix output for when the name is emptyPeter Williams2000-08-181-0/+2
* More leak fixesPeter Williams2000-08-161-2/+3
* Merge with camel-async.Peter Williams2000-08-101-33/+20