Experimental changes to the default theme. Gradient
[citadel.git] / citadel / imap_fetch.c
2007-07-26 Dave WestMoved to new module init structure.
2006-12-14 Art CancroCleaned up some commented-out stuff that was left in...
2006-04-25 Art CancroIMAP FETCH operations now check before every iteration
2006-03-07 Art Cancroimap fetch bodystructure now handles null msg gracefully
2005-10-21 Art Cancro* MSG4 (and CtdlOutputMsg() as well) now accepts an...
2005-10-10 Art Cancrochanged CtdlSetSeen() API
2005-10-04 Art Cancro* CtdlOutputPreLoadedMsg() calling syntax has changed...
2005-09-16 Art Cancro* CC: support for message creation, and IMAP. Not...
2005-09-10 Art Cancro* Functions such as imap_fetch_internaldate() now retur...
2005-08-29 Art Cancro* imap_fetch.c: fixed a bug in the IMAP FETCH BODY...
2005-08-04 Art Cancro* imap_fetch.c: removed a spurious ')' character from...
2005-07-19 Art Cancro* Updated the MIME parser API to include the "charset...
2005-07-06 Art Cancro* imap_fetch.c: additional self-check to avoid attempti...
2005-06-02 Art Cancro* Set the correct flags in the target room after an...
2005-05-03 Art Cancro*** empty log message ***
2005-05-02 Art Cancro*** empty log message ***
2005-05-02 Art Cancro* More IMAP optimizations, including the application...
2005-04-29 Art Cancro* More IMAP tuning
2005-04-29 Art Cancro* More complex cache handling for IMAP fetch operations...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-10 Art Cancro* Silenced a compiler warning
2005-03-04 Art Cancro* IMAP FETCH RFC822.SIZE now honors the cached rfc822...
2005-03-03 Art Cancro* Finished removing the use of temp files in IMAP.
2005-03-03 Art Cancro* Realized that memreadline() does NOT return a NULL...
2005-03-03 Art Cancro*** empty log message ***
2005-03-02 Art Cancro* msgbase.c: fixed a buffer overflow error
2005-03-02 Art Cancro* serv_spam.c: use redirect_buffer instead of redirect_sock
2005-03-02 Art Cancro* Toned down some of the hostility in the code's commen...
2005-02-24 Art Cancro* Removed excessive trace messages that were slowing...
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2004-09-28 Art Cancro* Improve output of RECENT flag in IMAP
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-14 Art Cancro* Cache IMAP "BODY" fetches in an already-converted...
2004-03-13 Art Cancro* imap_fetch.c: don't fetch the message from disk at...
2004-03-09 Art Cancro* IMAP RFC822 FETCH caching
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-12-10 Art Cancro* Completed a more accurate implementation of the ENVEL...
2003-12-09 Art Cancro* Don't give away anonymous poster information in IMAP...
2003-12-09 Art Cancro* Painstakingly combed through IMAP headers and respons...
2003-11-30 Art Cancro* Support IMAP \Answered flag
2003-11-14 Art Cancro* Reversed the previous change because it made things...
2003-11-14 Art Cancro* IMAP FETCH ENVELOPE now outputs more fields correctly.
2003-11-14 Art Cancro* MUCH faster implementation of rfc822_fetch_field()
2003-11-08 Art Cancro* IMAP FETCH BODY<xxx.yyy> was outputting the offset...
2003-11-08 Art Cancro* IMAP FETCH FLAGS ... removed extra trailing space...
2003-11-06 Art Cancro* For certain IMAP outputs (such as BODYSTRUCTURE)...
2003-07-24 Art Cancro* Began implementation of the IMAP SEARCH command....
2003-03-11 Art Cancro* More accurate handling of IMAP FETCH xx BODYSTRUCTURE...
2003-03-10 Art Cancro* Tweaks to msgbase.c and imap_fetch.c to fix slightly...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-07-28 Art Cancro* Augmented the "headers only" functionality of the...
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
2001-06-19 Art Cancro* dont decode mime
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-28 Art Cancro*** empty log message ***
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2001-04-20 Art Cancro* IMAP LIST/LSUB: made it case insensitive. Also minor...
2001-03-13 Art Cancro* support (BODY[HEADER.FIELDS(BLAH BLAH BLAH)]) and...
2001-03-13 Art Cancro* HEADER.FIELDS...
2001-03-06 Art Cancro* Probable completion of STATUS, COPY, STORE, and EXPUN...
2001-03-05 Art Cancro* IMAP COPY
2001-03-04 Art Cancro* IMAP EXPUNGE responses -should- be correct now
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-24 Art Cancro* More of IMAP STORE. Works for \Deleted now, but...
2001-02-24 Art Cancro* Wrote a bit of the IMAP STORE command
2001-02-24 Art Cancro* imap
2001-02-21 Art Cancro* Repaired buggy "ALL" macro in IMAP FETCH.
2001-02-19 Art Cancro* IMAP server: added untagged, unsolicited server messa...
2001-02-13 Art Cancro* Worked out the remaining bugs in IMAP FETCH for the...
2001-02-13 Art Cancro* imap fetch
2001-02-04 Art Cancro* more imap. imap sucks. die crispin die.
2001-02-02 Art Cancro* I dunno
2001-01-16 Art Cancro* yeesh ... more on the IMAP BODYSTRUCTURE
2001-01-16 Art Cancro* imap bodystructure
2001-01-16 Art Cancro* Changed the MIME parser API *again* because we now...
2000-12-30 Art Cancro* Still more work on IMAP. Damn this is tedious.
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-27 Art Cancro* Added a skeleton IMAP "SEARCH" command (based on...
2000-12-26 Art Cancro* More IMAP tweaks
2000-12-25 Art Cancro* Added an API function to extract and unfold specific...
2000-12-25 Art Cancro* imap_fetch.c: added support for fetch-->envelope...
2000-11-26 Art Cancro* msgbase.c: Added new API function CtdlOutputPreLoaded...
2000-11-26 Art Cancro* I dunno, something I did made it work with Netscape...
2000-11-25 Art Cancro* Minor IMAP tweaks. It still doesn't work. :(
2000-11-09 Art Cancro* tools.c: striplt() strips all whitespace, not just...
2000-11-07 Art Cancro* imap_fetch.c: added a skeleton "ENVELOPE" fetch....
2000-11-07 Art Cancro* xx FETCH n:n BODY[pn.MIME] now works
2000-11-06 Art Cancro* Changed the mime_parser() API (again) to allow "don...
2000-11-02 Art Cancro* Worked on the fetching of mime parts using imap
2000-11-02 Art Cancro* Started working on part fetches
2000-10-28 Art Cancro* imap for multiples
2000-10-27 Art Cancro* fetch
2000-10-25 Art Cancro* FETCH now works for ranges *and* sets, and with seque...
2000-10-25 Art Cancro* lots of small commits
2000-10-25 Art Cancro* ranges are hideous
next