SMTP-Client: strip newlines from smtp replies when setting them as Statusmessage.
[citadel.git] / citadel / modules / smtp /
2012-05-05 Wilfried GoesgensSMTP-Client: strip newlines from smtp replies when...
2012-04-29 Wilfried GoesgensSMTPClient: more log silencing
2012-04-29 Wilfried GoesgensLogging: add commands to runtime view/enable/disable...
2012-04-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-29 Wilfried GoesgensSMTP-Client: streamline logging; make look more uniq
2012-04-25 Art CancroMore logging for rssclient and pop3client holdoff and...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-24 Wilfried GoesgensSMTP-Client: add per facility debug logging 'smtpeventc...
2012-04-24 Wilfried GoesgensLogging: add timestamps for eventdriven IO
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-23 Wilfried GoesgensSMTP-Client: summary log success / fail of delivery...
2012-04-17 Wilfried Goesgensc-ares: make InitC_ares_dns() private to serv_cares.c
2012-04-17 Wilfried GoesgensNetworker / SMTP-Client: free a-record lookup reply.
2012-04-16 Wilfried GoesgensSMTP-Client: GetShutdownDeliveries() deliveres a bool...
2012-04-13 Art CancroRevert "Revert "SMTP-Client: make shure everything...
2012-04-13 Art CancroRevert "Revert "SMTP-Client: move the client-shutdown...
2012-04-13 Art CancroRevert "SMTP-Client: move the client-shutdown procedure...
2012-04-13 Art CancroRevert "SMTP-Client: make shure everything is finished...
2012-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-06 Wilfried GoesgensSMTP-Client: make shure everything is finished before...
2012-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-06 Wilfried GoesgensSMTP-Client: move the client-shutdown procedure into...
2012-03-06 Wilfried GoesgensSMTP-Client: more timeout situations where we're in...
2012-03-06 Wilfried GoesgensSMTP-Bounce-Message: separate mime header by \r\n
2012-03-01 Wilfried GoesgensSMTP-Client: seems as if libev timestamps are not what...
2012-02-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-28 Wilfried GoesgensDon't put functionpointer into the hash directly, some...
2012-02-27 Wilfried GoesgensSMTP-client: when serializing, make next now+Retry
2012-02-27 Wilfried GoesgensSMTP-Client: send a message on first failed, or permane...
2012-02-27 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-27 Wilfried GoesgensSMTP-Client: decide when to send a bounce or not.
2012-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
2012-02-25 Wilfried GoesgensMailQ: remember & display the room for mailingilst...
2012-02-25 Wilfried GoesgensSMTP-QView Rework: set the right subject when re-saving...
2012-02-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-21 Wilfried GoesgensSMTP-Client: implement tactics not to overload our...
2012-02-10 Wilfried GoesgensSMTP-Client: fix MX sorting in.
2012-02-09 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-09 Wilfried GoesgensSMTP-Client: respect MX-Priority in the sequence of...
2012-02-07 Wilfried GoesgensSMTP-Client: assign error status buffer on initialisati...
2012-02-05 Wilfried GoesgensQUEUE-Rooms: give it an own view.
2012-02-05 Wilfried GoesgensSMTP-Client: give more time while sending the message
2012-02-05 Wilfried GoesgensSMTP-Client: after a successfully FROM don't try second...
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...
2012-01-29 Wilfried GoesgensSMTP-Client: when starting a delivery attempt, (re...
2012-01-29 Wilfried GoesgensSMTP-Client: rename all SmtpOutMsg pointers to 'Msg'
2012-01-29 Wilfried GoesgensSMTP-Client: Fix handling of retry-time.
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-26 Wilfried GoesgensSMTP-Client: fix reattempt control
2012-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-21 Wilfried GoesgensFix problem with closing 0-fds
2012-01-19 Wilfried Goesgensnowadays we don't need to call InitC_ares_dns() from...
2011-12-30 Wilfried GoesgensStyle cleanup
2011-12-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-29 Wilfried GoesgensCleanup of shutdown of event contexts
2011-12-25 Wilfried GoesgensRefactoring: create central place to init AsyncIO
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-22 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-22 Wilfried GoesgensImplement Ares Timeouts & error messages
2011-12-22 Wilfried GoesgensLog the different abort/retry scenarios
2011-12-20 Wilfried Goesgensadd more information to the system contexts, so one...
2011-12-20 Wilfried Goesgensimprove logging output of event clients & opnional...
2011-12-11 Wilfried Goesgensre-enable waiting between mail resending attempts
2011-11-27 Wilfried Goesgensproperly iterate over the linked list.
2011-11-22 Wilfried Goesgensadd email address to start command
2011-11-22 Wilfried Goesgensjust adjust the refcounts in one place.
2011-11-21 Wilfried Goesgensbefore removing an entry from an hash, revalidate wheth...
2011-11-21 Wilfried Goesgensfix removal from Queu
2011-11-20 Wilfried Goesgensalways serialize our queue item
2011-11-17 Wilfried Goesgensincrease array of error messages
2011-10-30 Wilfried GoesgensLogging enhancement & SMTP client fixes
2011-10-22 Wilfried Goesgensadd eSendFile/eReadfile in the switchs where they are...
2011-09-16 Wilfried GoesgensAdd error handler for failing DNS requests; the Client...
2011-09-14 Wilfried Goesgenswe need to register the smtp queue runner...
2011-09-08 Wilfried Goesgensremove classic smtp client. we're over this.
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-07 Wilfried Goesgensfix warnings in libev related codebase
2011-09-05 Wilfried Goesgensmore tiny merge misses
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 CancroReset run_queue_now back to 0 after a forced run of...
2011-09-04 Wilfried Goesgensremoved CtdlClearSystemContext() entirely.
2011-09-04 Art Cancrosmtp client: if msg_size is 0, assume memory corruption...
2011-09-04 Art CancroTemporarily adding dump of badmail to smtpclient
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 CancroMoved all of the background tasks back to the old EVT_T...
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...
2011-09-04 Wilfried GoesgensFix off by one here too; else we will send two '<'...
2011-08-24 Wilfried Goesgensrename our context so its more filename friendly.
2011-08-20 Wilfried Goesgensprotect access to the counter by mutex, else we might...
2011-05-14 Wilfried GoesgensMemleak: free the vector of URLs to try to connect to.
2011-05-09 Wilfried Goesgensuse long hash function, if we intend to use long values...
2011-05-08 Wilfried Goesgenswork on errorhandling for the smtp event client
2011-04-28 Wilfried GoesgensName of MX in error messages
next