fix all the <time.h> vs. <sys/time.h> issues, hopefully
[citadel.git] / citadel / imap_fetch.c
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
2000-10-25 Art Cancro* die crispin die
2000-10-25 Art Cancro* did some UID fetch
2000-10-24 Art Cancro* Added RFC822, RFC822.HEADER, RFC822.SIZE, RFC822...
2000-10-18 Art Cancro* imap flags (empty)
2000-10-17 Art Cancro* IMAP date strings. More stupidity.
2000-10-16 Art Cancro* imap fetch keywords
2000-10-10 Art Cancro* Added support of macros ALL, BODY, FAST, and FULL...
2000-10-09 Art Cancro* Started a (broken) FETCH macro parser
2000-10-08 Art Cancro* plowing forward on imap
2000-10-07 Art Cancro* We're getting there. Managed to parse IMAP data...
2000-10-07 Art Cancro* Dammit, I lost my changes