Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / pop3 / serv_pop3.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-12-19 Art Cancroserv_pop3.c: updated to latest style guidelines
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2019-09-12 Art CancroRemoved md5.c and md5.h because the APOP implementation...
2018-12-20 Art CancroRemoved the 'master user' feature ... if we still need...
2017-03-15 Art Cancropop3: style cleanup
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancrohere be more migration
2015-01-13 Wilfried Goesgensdon't fetch & dereference pointers on shut down all...
2014-11-08 Wilfried Goesgensadd function to lock the current user.
2014-02-12 Art CancroMerge branch 'master' into nntp
2014-02-12 Art CancroAdded message-id to the list of fields CtdlOutputMsg...
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-19 Wilfried GoesgensPOP3: optionalize pop3 verbose logging.
2012-07-27 Wilfried GoesgensSMTP-Relaying: implement a method to choose a relay...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved newlines from syslog in pop3 and imap modules
2011-09-04 Art CancroRemoved nonce/apop/pas2, no longer used by anyone
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-04 Wilfried Goesgensfix parameter order of memset as reported by Silvio...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-03-22 Art Cancro* More work on the XMPP dead buddy list
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...
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-10-12 Art Cancro* Blank out the Envelope-to: header when reading messag...
2008-07-17 Dave WestPOP3 server now supports the nologin flag in the contex...
2008-05-27 Dave WestRemoved unused variables.
2008-05-25 Dave WestNow the escaping of a single dot on a line of its own...
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-05-11 Dave WestNow the POP3 server also handles messages that contain...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-21 Art Cancrostruct CitContext no longer contains separate module...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-09-21 Art CancroThe 'master user' account and password may now
2007-09-20 Wilfried Göesgens* honor the openssl configure define, so we don't die...
2007-09-10 Art CancroFor the SSL-only ports, if crypto negotiation fails,
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-31 Dave WestContinue phase 2 of modules stuff.