* More IMAP tweaks
[citadel.git] / citadel / imap_fetch.c
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