aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
Commit message (Expand)AuthorAgeFilesLines
* - put consoring and smilie processing into functions (we use them all over th...Meik Sievertsen2004-02-211-1/+3
* some small changes to mailing again (to better cope with invalid email addres...Meik Sievertsen2004-02-071-13/+15
* Wordwrap messagePaul S. Owen2004-02-021-2/+3
* send mass mail immediatlyMeik Sievertsen2004-02-011-59/+113
* small change in handling recipients. ;)Meik Sievertsen2004-01-311-21/+34
* new smtp auth methods. :) Digest MD5 is NOT tested, all others are working fine.Meik Sievertsen2004-01-311-106/+387
* my attempt to break things...Meik Sievertsen2003-11-231-9/+11
* opsiePaul S. Owen2003-10-141-5/+5
* Don't trigger_error when connect fails in queue, continue queue processing of...Paul S. Owen2003-10-141-8/+7
* Moved queue handling back to common ... forgot to introduce session start whe...Paul S. Owen2003-10-131-1/+4
* Minor changesPaul S. Owen2003-10-121-2/+2
* Add jabber port, ignore queue lock if older than queue_interval ... probably ...Paul S. Owen2003-10-121-3/+5
* Updated the various "users of emailer", fixed issue(!) of jabber using the em...Paul S. Owen2003-10-121-7/+21
* Let's break lots of thingsPaul S. Owen2003-10-121-0/+29
* oopsie, $fp no longer exists, using lock file insteadPaul S. Owen2003-10-111-5/+1
* Merge email and IM (jabber) messagingPaul S. Owen2003-10-111-0/+832