Fix bug #534795 concerning logo height broken
[squirrelmail.git] / functions / smtp.php
2002-03-21 jmunroAdded correct References header support per rfc2822
2002-03-08 stekkelbugfix
2002-03-08 stekkeldifferent attachement handling. Now lookup an session...
2002-03-02 simondClear out tabs for proper spaces
2002-03-02 jmunrobased on bug report #497148. Limits alias expansion...
2002-02-13 jmunroFixed bug with double error messages
2002-02-13 philippe_mingoTylerisation
2002-02-09 philippe_mingoTylerisation
2002-02-09 ullgrenAdded the possibility for plugins to change Content...
2002-02-09 philippe_mingoMDN
2002-01-07 ullgrenCode cleanup
2002-01-03 lkehresmanNot having the \r\n caused lots of problems for lots...
2001-12-30 antipodeThis *may* fix a problem with Outlook brain damage...
2001-12-28 antipodeUntabified and flushed left.
2001-12-23 thomppjGetting ready for 1.2.0 release.
2001-12-13 thomppjAdded option to do data and attachment directory hashin...
2001-12-02 thomppjCode cleanup brigage...
2001-11-26 philippe_mingo** -> *
2001-11-21 philippe_mingoAdded (c) stuff and some formatting.
2001-11-20 philippe_mingoSome fixup:
2001-11-10 ullgrenFixed bug #431256 - Alias expanded not RFC 821-compatible
2001-11-04 ullgrenAdded code for priority.
2001-10-30 ondrassadd support for qmail-inject (qmail-inject doesn't...
2001-09-26 philippe_mingoOperation "foo_once".
2001-09-19 phutnickAdded a hook for the priority plugin.
2001-09-13 fidianRemoved message priority code (heck, it's already a...
2001-09-12 fidianRemoved unnecessary condition.
2001-09-04 phutnickAdded A. Kirchwitz's check for set put empty MIME type...
2001-09-04 phutnickAdded Pontus Ullgren's message priority code.
2001-07-02 fidianAdded $onetimepad to the list of globals.
2001-07-02 fidianAdded $key to globals
2001-07-02 fidianMoved the include lower -- less overhead when it's...
2001-06-28 fidianMade the SMTP functions now just convert \n into \r\n.
2001-06-14 fidian* A fix for NT systems sending binary attachments
2001-05-24 fidian* Fixed typo
2001-05-21 fidian* Found my bug
2001-05-20 fidian* Fixed text attachment handling (adds \r\n because...
2001-05-10 fidian* Adds multiple identities ("From:" addresses)
2001-05-07 fidian* Disabled errors (see comment for why)
2001-04-25 fidian* Since we do an address book lookup for nicknames...
2001-04-23 fidian* Sending messages now works as expected
2001-04-23 fidian* Warning removal
2001-04-22 lkehresmangreatly improved smtp error handling (doesn't trash...
2001-04-19 fidian* Got bored and copied all the validate.php and define...
2001-04-13 lkehresmanfixed bug with authenticated smtp
2001-04-13 lkehresmansmall fix to authenticated smtp
2001-04-13 lkehresmanadded authenticated smtp server support
2001-04-10 fidian* Fixed warnings from popping up (even though they...
2001-03-28 fidian* I really didn't like the old attachment code
2001-03-09 palloRemoved extra <> around RCPT TO addresses that made...
2001-03-09 fidian* Added spaces so the SMTP server gets the data correctly
2001-03-08 fidian* Added the _ to further ensure that the bounary string...
2001-03-07 fidian* Fixed weird addressbook problem over SMTP
2001-03-05 fidian* Possible fix for GroupWise
2001-02-24 lkehresmanadded auto-lookup functionality -- aliases can now...
2001-02-07 fidian* Removed the other workarounds too. :-)
2001-02-03 fidian* All incoming form values now have stripslashes()...
2001-02-02 fidian* Changed some regexps into string matches and the...
2001-02-02 fidianCommented where more workarounds were added
2001-02-02 lkehresmanadded another fix for the odd addition of newlines
2001-02-01 lkehresmanremoved another warning
2001-02-01 lkehresmanwhoops.. didn't mean to commit this stuff
2001-02-01 lkehresmanwarnings removed
2001-02-01 fidianRemoved workaround for Konqueror.
2001-01-31 fidianReinstating fix for the "to" addresses. Hopefully...
2001-01-31 fidianCommented out code -- I don't think that this problem...
2001-01-31 lkehresmanfixed parse error
2001-01-31 lbergmanreplace with ''
2001-01-30 fidianHopefully fixed the "unbalanced <" error
2001-01-30 fidianRemoved a lot of the warnings generated when PHP has...
2001-01-09 lkehresman* Removed sqimap_mailbox_close() function -- automatica...
2000-12-14 lkehresmanfixed the bug of not being able to have a period on...
2000-11-30 lkehresmanfixed bug with one line length text message with an...
2000-11-16 lbergmanAdded a name parameter to content-type header to fix...
2000-11-16 lkehresmanmade sorting a bit faster
2000-11-01 gpadghamfixed a function where a variable needed to be global...
2000-10-23 ondrassI have apllied patch to handle virtual domains login...
2000-10-11 fidianAdded the 'login_top' hook (was missing) (login.php)
2000-10-10 fidianAdds a config option to invert the time for Solaris...
2000-10-02 fidianImproved random number generation
2000-09-19 palloSmall security patch: Make sure that the envelope sende...
2000-08-14 lkehresmantweaked conf.pl
2000-08-10 lkehresmanfixed some bugs in the sqimap_mailbox_close() function
2000-08-10 lkehresmanadded sqimap_mailbox_close() and implemented it for...
2000-08-10 lkehresman- fixed and improved wordWrap
2000-07-27 lkehresmanfixed problem with sending subjects with a '.
2000-07-15 lkehresmanfixed bug that didn't send "from" header correctly...
2000-07-14 palloFixed problem with multiline SMTP reponses.
2000-07-12 lkehresman- fixed bugs in conf.pl, removed some unnecessary options
2000-07-08 lkehresman- added a bunch of sqimap_logout's where none existed
2000-07-06 gustavfMade some more changes to the received line.
2000-07-06 gustavfSome more modifications to the received line.
2000-07-06 gustavfAdded proxying information to the Received: header...
2000-07-05 gustavfFixed bug with 8-bit characters in personal name when...
2000-07-04 palloInsert In-Reply-To and References headers when replying...
2000-05-26 nehresmaspelling fix
2000-05-05 lkehresmansending messages takes you back to previous mailbox
2000-04-21 lkehresmanbugfixes in sending
2000-04-21 lkehresmanRemoved special folders, made them user preferences
2000-04-11 lkehresmanchanged <? to <?php in everything
next