* More license declarations
[citadel.git] / citadel / modules / smtp / serv_smtp.c
2009-10-15 Art Cancro* More license declarations
2009-08-14 Wilfried Göesgens* be more paranoid about the previous content of passvo...
2009-06-21 Wilfried Göesgens* add support for reading the UID via getsockopt from...
2009-03-19 Art Cancro* After completing an SMTP queue run, include the numbe...
2009-03-11 Art Cancro* Implemented the first of several steps required to...
2008-09-07 Wilfried Göesgens* UPPERCASE smtp commands. this fixes communication...
2008-05-27 Dave WestRemoved unused variables.
2008-05-25 Dave WestNow the escaping of a single dot on a line of its own...
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-04-28 Art CancroFixed a syntax error in the previous commit.
2008-04-27 Dave WestModified the SMTP client to escape lines within the...
2008-04-10 Art CancroAdded the words 'SMTP client:' to some of the log messages
2008-04-05 Dave WestAdded some CtdlThreadCheckStop() calls to exit rbl...
2008-04-04 Art CancroReduced the output of the SMTP HELP command.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-02-11 Wilfried Göesgens* allow LMTP posting to all rooms.
2008-02-07 Art CancroFixed (hopefully) the mailing list problem.
2008-01-29 Art CancroMissed a few :)
2008-01-29 Art CancroEliminated unnecessary complexity by removing support
2008-01-29 Art Cancrosmtp service: offer the 8BITMIME extension, because
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-21 Art Cancrostruct CitContext no longer contains separate module...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-09-20 Wilfried Göesgens* honor the openssl configure define, so we don't die...
2007-09-18 Art CancroAggregation of remote POP3 accounts is now working.
2007-09-10 Art CancroFor the SSL-only ports, if crypto negotiation fails,
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-08-09 Wilfried Göesgens* give the right status code for STARTTLS. thanks to...
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-31 Dave WestContinue phase 2 of modules stuff.