rename InitEventIO to EvConnectSock, since this suits better what this function does...
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
2011-12-25 Wilfried Goesgensrename InitEventIO to EvConnectSock, since this suits...
2011-12-25 Wilfried GoesgensMove c-ares related data into its own Sub-Struct
2011-12-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-23 Wilfried GoesgensFix memleaks
2011-12-20 Wilfried Goesgensadd more information to the system contexts, so one...
2011-11-21 Wilfried Goesgensbefore removing an entry from an hash, revalidate wheth...
2011-10-22 Wilfried Goesgensadd eSendFile/eReadfile in the switchs where they are...
2011-10-19 Wilfried GoesgensMark our session as deleteable when we exit.
2011-10-16 Wilfried GoesgensFinalize Networker; native modern linux.
2011-09-16 Wilfried GoesgensAdd error handler for failing DNS requests; the Client...
2011-09-13 Wilfried Goesgensprepend pop3 to some more functions to work around...
2011-09-07 Wilfried GoesgensRevoke refetching of already polled pop3 messages
2011-09-06 Wilfried Goesgensfix more merge hickups
2011-09-04 Art CancroCleanup pop3client
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-01 Wilfried GoesgensMultiple cleanup
2011-08-31 Wilfried GoesgensAdd testhash function, since we experienced troubles...
2011-08-24 Wilfried GoesgensCleanup Pop3Aggregator
2011-08-20 Wilfried Goesgensone time 'room' var is enough.
2011-08-17 Wilfried GoesgensWork on event'ing the pop3 aggregator
2011-08-10 Wilfried Goesgenswork on the pop3 aggregator
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroMore of the same. I think it's time to reduce complexi...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-19 Art Cancro* Removed the 'protocol' parameter from the sock_connec...
2010-06-09 Wilfried Göesgens* add thread local contexts here too.
2010-02-21 Wilfried Göesgens* fill the migrate buffer so the new sock_getln works
2010-02-12 Wilfried Göesgens* make the write -1 aware here too.
2010-02-12 Wilfried Göesgens* custom sockets need to work buffered too...
2010-02-09 Wilfried Göesgens* change CtdlReadMessageBody to use StrBuf for concatte...
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