Release version 999 generated by do-release.sh
[citadel.git] / citadel / modules / imap / imap_fetch.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
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2020-07-06 Art CancroZZMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-05 Art CancroRemoved some leftover dependencies on message fields...
2017-04-06 Art CancroFixed a bug reported by bennabiy, certain IMAP FETCH...
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-07-24 Wilfried GoesgensModularise msgbase
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-02-12 Art CancroMerge branch 'master' into nntp
2014-02-12 Art CancroAdded message-id to the list of fields CtdlOutputMsg...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-10-01 Wilfried GoesgensPut our known stringlength into the mime parser so...
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-30 Wilfried Goesgenspreserve stringlengths when outputting stuff in the...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-07-27 Wilfried GoesgensSMTP-Relaying: implement a method to choose a relay...
2012-05-25 Wilfried Goesgensremove unused assignments
2012-05-03 Wilfried GoesgensIMAP: make debug logging configurable.
2012-01-22 Wilfried Goesgensmap_fetch_body() pass StrBuf* into the mimeparser inste...
2011-11-06 Wilfried GoesgensIMAP FETCH Command: IAPuts immediately outputs the...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroRemoved newlines from syslog in pop3 and imap modules
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-11-13 Wilfried Goesgensfound one more place using IO directly, rerouting it...
2010-11-07 Wilfried GoesgensRewrite IMAP-Module to buffer its output
2010-09-01 Art CancroMore removal of $Id$ tags
2010-07-21 Art Cancro* imap_load_part() is expecting the desired_section...
2010-07-21 Art Cancro* indentation fix
2010-07-21 Art Cancro* Fix a bug that caused a logging problem but did not...
2010-07-21 Art Cancro* Minor logging change while I work on fixing imap...
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
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-16 Wilfried Göesgens* free some forgotten buffers
2010-03-16 Wilfried Göesgens* fix imap uid fetching:
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
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...
2009-11-18 Art Cancro* Gratuitous style cleanup of some of the imap code
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...
2009-06-01 Art Cancro* Fixed bug #467, possibly at the cost of poorer perfor...
2009-03-09 Art Cancro* Removed the defunct METADATA parameters to our unfini...
2008-11-20 Art CancroFixed a serious problem with IMAP header fetch. memrea...
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-25 Art CancroCompleted HEADERS_FAST mode, which fetches only the top
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-13 Wilfried Göesgens* speed up imap_pick_range by getting the Imap-Context...
2007-09-11 Wilfried Göesgens* 64 bit cleanness: format size_t properly in printf()
2007-08-23 Art CancroWhen outputting the extension data for a
2007-08-23 Art Cancro* Reversed previous change. It wasn't needed after...
2007-08-23 Art Cancroimap_fetch.c: output an extra space required before the
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-22 Art CancroChanged the way messages and headers are
2007-08-09 Wilfried Göesgens* typos remaining...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* strlen hunt: messed brackets.
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-08-03 Dave WestContinue phase 2 of modules stuff.