Did away with lprintf all together now its called CtdlLogPrintf()
[citadel.git] / citadel / modules / smtp / serv_smtp.c
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.