Began writing a routine to fetch the user's preferred display name for authenticated...
[citadel.git] / citadel / modules / smtp / serv_smtp.c
2013-02-22 Art CancroBegan writing a routine to fetch the user's preferred...
2013-02-12 Wilfried Goesgensfree static stuff on shutdown.
2012-12-09 Wilfried GoesgensSMTP: fix authentication.
2012-12-01 Wilfried GoesgensSMTPSRV: migrate to use StrBuf
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-07-24 Wilfried GoesgensSMTP-Relay: add other ways of filtering
2012-07-23 Art CancroChanged the behavior introduced in commit fb862a2894f01...
2012-07-19 Wilfried GoesgensSMTP-Server: check whether the user is allowed to use...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-06-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-05 Art CancroUpdated the comments in serv_smtp.c to reflect that...
2012-05-25 Wilfried GoesgensSMTP-Server: Assert with backtrace instead of running...
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroWhen the maximum number of client connections has been...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-12-15 Wilfried GoesgensMove: give the SMTP-Client its own file.
2010-12-13 Wilfried GoesgensSMTP Async I/O:
2010-11-21 Wilfried GoesgensRelax SMTP Client timeout settings as discussed.
2010-11-15 Wilfried Goesgenssmtp_do_bounce(): don't loose msg['A'] when overwriting...
2010-11-06 Wilfried Goesgenshave flexible timouts while reading lines in our client...
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Wilfried Goesgens* sock_getln (): CtdlSockGetLine() gives us lines witho...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-08-19 Art Cancro* Removed the 'protocol' parameter from the sock_connec...
2010-07-21 Art Cancro* Suppress Envelope-To: header during SMTP sends
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-06-08 Wilfried Göesgens* check for syscall.h
2010-06-03 Wilfried Göesgens* add function to cleanly shutdown server threads
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-21 Wilfried Göesgens* fill the migrate buffer so the new sock_getln works
2010-02-12 Wilfried Göesgens* wrong pointer...
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-10 Wilfried Göesgens* migrate convert_internet_message to StrBuf, the new...
2010-02-09 Wilfried Göesgens* change CtdlReadMessageBody to use StrBuf for concatte...
2010-01-29 Wilfried Göesgens* get the pointer after we sent the greating, its NULL...
2010-01-20 Art CancroSession SMTP data is null. WTF? We will crash now.
2010-01-15 Art Cancro* When an outgoing message being delivered via SMTP...
2009-12-13 Wilfried Göesgens* keep local pointers to SMTP as sSMTP instead of query...
2009-11-14 Dave WestFixed the SMTP sending as a thread. Now the thread...
2009-11-14 Art Cancro* Switched the SMTP Client back to a simple timer-event...
2009-11-13 Art Cancro* Trying to figure out why the SMTP Send queue is stuck...
2009-11-07 Dave WestChanged smtp sending to use a thread.
2009-10-24 Dave WestFix a warning in serv_smtp.c
2009-10-17 Dave WestCitadel API clean up.
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.