Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / imap / serv_imap.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2018-12-20 Art CancroRemoved the 'master user' feature ... if we still need...
2017-03-07 Art CancroIMAP server: fix spurious 'incorrect number of paramete...
2017-03-04 Art Cancrostyle 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-06-03 Art CancroFinished migrating legacy control record to new config...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art CancroMigrated many other files to the new config system
2014-12-22 Wilfried Goesgensmore places to fix the new linebreak behaviour of the...
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2014-02-03 Wilfried GoesgensAUTH PLAIN: password length has to be its own variable...
2014-02-03 Wilfried GoesgensAUTH PLAIN: don't trip over eventually uninitialized...
2014-02-03 Wilfried GoesgensAUTH PLAIN: second try.
2014-02-01 Art CancroMerge branch 'master' into nntp
2014-01-27 Wilfried GoesgensBASE64: we don't remove \0's anymore, we need to treat...
2013-12-14 Wilfried GoesgensIMAP: fix memcpy, don't coppy blocks when loaded from...
2013-10-10 Wilfried Goesgensmemset also needs to have the right type.
2013-09-30 Wilfried Goesgenspreserve stringlengths when outputting stuff in the...
2013-09-30 Wilfried Goesgensfix type for sizeof; it shouldn't be the pointer.
2013-09-28 Wilfried Goesgensset the type of the pointer into sizeof, so its definit...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-03 Wilfried GoesgensIMAP: make debug logging configurable.
2012-01-22 Wilfried Goesgensfix warning; add length to irlparams so we don't need...
2012-01-22 Wilfried Goesgensmap_rescan_msgids(): musn't ues memcpy on overlapping...
2011-12-03 Wilfried GoesgensMemleaksearch
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
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 the logging facility from citserver, use syslog...
2010-11-14 Wilfried GoesgensMemleak: free the imap-handlerlist on exit
2010-11-08 Wilfried Goesgensfix some incompletely transformed reply strings; thanks...
2010-11-07 Wilfried GoesgensRewrite IMAP-Module to buffer its output
2010-10-26 Art CancroDon't output a space between imap namespaces
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-08-26 Wilfried Göesgens* if we fail to log in because of user/passvoid wrong...
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-21 Wilfried Göesgens * imap_fetch_rfc822(): migrate to strbuf
2010-03-20 Wilfried Göesgens* rename another buf
2010-03-19 Wilfried Göesgens* give static buffers either a meaningfull name or...
2010-03-11 Wilfried Göesgens* make uid fetch and friends dynamic in size
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-21 Wilfried Göesgens* migrate append to StrBuf; switch the lineconverter...
2010-01-22 Wilfried Göesgens* add literal support to imap login / passwords; this...
2009-11-18 Art Cancro* Gratuitous style cleanup of some of the imap code
2009-11-02 Art Cancro* Made some annotations regarding bug 368 in the code.
2009-11-02 Art Cancro* removed a spurious trace msg
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-08-14 Wilfried Göesgens* be more paranoid about the previous content of passvo...
2009-06-04 Art Cancro* IMAP CREATE command with no folder name specified...
2009-04-06 Art Cancro* Set zapped_ok to 1 on nearly all calls to imap_grabro...
2009-03-09 Art Cancro* Removed the defunct METADATA parameters to our unfini...
2009-03-02 Art Cancro* Added some comments next to portions of the code...
2008-09-25 Art CancroCompleted HEADERS_FAST mode, which fetches only the top
2008-07-17 Art CancroDisplaying incoming instant messages through an IMAP...
2008-07-17 Dave WestIMAP now supports the nologin flag in the context and...
2008-05-28 Dave WestNow IMAP posts Aide messages when a room is created.
2008-03-31 Art CancroRefrain from transmitting untagged IMAP responses when the
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-01-01 Art CancroMore verbose logging for get_default_icaltimezone(...
2007-12-27 Art CancroAdded a missing 'NO' to some error messages in IMAP...
2007-12-09 Art CancroIMAP server: suppress untagged 'EXISTS' and 'EXPUNGE...
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-10-11 Art CancroCompleted the implementation of RFC2359
2007-10-10 Art CancroBegan implementing the UIDPLUS extension.
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-24 Art CancroCompile with -DDISABLE_IMAP_ACL to build a Citadel...
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-08-03 Dave WestContinue phase 2 of modules stuff.