Mailing list header changes (fuck you Google)
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
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...
2008-03-18 Dave WestPOP3 client now makes use of CtdlThreadCheckStop()...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-29 Art CancroSieve GETENVELOPE - fill in a bogus envelope from
2007-10-29 Art CancroChanged the format of UIDL's stored in S_USETABLE
2007-10-29 Art CancroFound a MUCH better way to store the UIDL's of
2007-10-29 Art Cancro* Reverted the code I checked in last week that created a
2007-10-20 Art CancroCreate and maintain a directory for pop3client uidl...
2007-10-20 Art CancroCreate a linked list with learned uidl's
2007-10-19 Art CancroRetrieve POP3 UIDL for each message. (Not yet doing
2007-10-18 Art CancroPOP3 aggregation client: transmit CRLF newlines instead
2007-09-20 Art CancroRemoved the ifdef for the pop3client module
2007-09-20 Art CancroMinor tagging and comments
2007-09-18 Art CancroAggregation of remote POP3 accounts is now working.
2007-09-17 Art Cancrofix bug in previous commit
2007-09-17 Art CancroLogin to POP3 server
2007-09-17 Art CancroScan each room's netconfig for remote POP3 account...
2007-09-17 Art CancroPOP3 client is now in development, add -DPOP3_AGGREGATI...
2007-09-17 Art CancroSkeleton module for POP3 client