Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / internet_addressing.h
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-11-29 Art CancroMail to a mailing list room must be from a subscriber...
2021-07-28 Art CancroExpansion of aliases is working. Still need to restore...
2021-02-04 Art Cancroremove typedef from struct recptypes
2018-12-20 Art CancroAddress generator is moved into internet_addressing...
2017-11-30 Art CancroSynchronization of LDAP users to Citadel is now complet...
2017-06-14 Art CancroInternally, "directory" domains are now treated like...
2017-05-16 Art CancroNew data format for internet addresses, convert old...
2017-04-09 Art Cancroprune dead code
2013-09-30 Wilfried Goesgenspreserve stringlengths when outputting stuff in the...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2013-09-01 Wilfried Goesgensmove email address related functions oven to internet_a...
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-10 Wilfried Göesgens* migrate convert_internet_message to StrBuf, the new...
2007-05-08 Wilfried Göesgens* added parameters for validating recipients against...
2005-09-18 Art Cancro* When submitting a message, harvest non-local addresse...
2005-08-12 Art Cancro* Bounds checking in CtdlDirectoryLookup()
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-01-17 Art Cancro* Began making some build changes for Cygwin compatibility
2002-06-10 Art Cancro* Configuration for spam filter
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-01-31 Art Cancro* When deleting a vCard from the Global Address Book...
2002-01-26 Art Cancro* More internet addressing and global directory stuff...
2002-01-13 Art Cancro* oops
2002-01-10 Art Cancro* Minor changes for global directory service
2002-01-05 Art Cancro* Removed some protocol commands and writeups that...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-27 Art Cancro* IMAP stuff
2000-12-25 Art Cancro* Added an API function to extract and unfold specific...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-02-29 Art Cancro* IGnet delivery is broken
2000-02-07 Art Cancro* Renamed CtdlLocalHost() to CtdlHostAlias() and worked...
2000-02-03 Art Cancro* Formalized the 'Internet Configuration' logistics...
2000-01-09 Art Cancro* Bug fixes
1999-12-17 Art Cancro* More header parsing stuff. Still needs work.
1999-12-14 Art Cancro* More SMTP implementation
1999-12-11 Art Cancro* Implemented most of MAIL FROM:
1999-12-10 Art Cancro* internet_addressing.c: added. (Internet address...