changed <? to <?php in everything
[squirrelmail.git] / functions / smtp.php
2000-04-11 lkehresmanchanged <? to <?php in everything
2000-04-11 lkehresmanWorked on setting answered flag
2000-04-10 lkehresmanAdded email addr parsing, added bugfix for boundary...
2000-04-03 lkehresmanremoved debugging
2000-04-02 gustavfNow setting charset also in headers when sending mail.
2000-03-25 lkehresmanbugfixed the saving sent
2000-03-24 lkehresmansaving sent messages works!
2000-03-24 lkehresmanUpdated changelog and todo, working on saving sent
2000-03-22 gustavfAdded limited support for Cyrillic (only KOI8-R yet...
2000-03-16 gustavfMade things ready for saving messages to a sent folder.
2000-03-16 gustavfAdded a suggested interface to add messages to a sent...
2000-03-15 lkehresmanadded saving attachments again, and removed a "click...
2000-03-15 lkehresmanremoved saving sent for now
2000-03-15 lkehresmanSaving of sent messages works..kinda
2000-03-14 gustavfChanged \n to \r\n to confomr better with SMTP.
2000-03-10 lkehresmanfixed a bug in my last bugfix. (:
2000-03-10 lkehresmanfixed bug in sending messages. It wasn't putting a...
2000-03-01 gustavfAdded a constat to all files in functions/ to be able...
2000-02-29 gustavfUses the brand new configuration directive email_addres...
2000-02-27 gustavfChanged parameters to sendmail.
2000-02-21 gustavfFixed a problem with signatures getting added all the...
2000-02-14 gustavfMinor bug that let the user get files from any director...
2000-02-11 gustavfNo longer put complete filename relative to / in the...
2000-02-09 gustavfAdded correct timezone according to locale
2000-02-08 lkehresmanThis might fix the problem with adding slashes when...
2000-02-01 gustavfAdded attachments support when sending mail (alfa quality).
2000-01-28 gustavfRestructured code for sending. compose_send.php is...
2000-01-26 gustavfMoved creation of headers into write822Header and some...
2000-01-25 gustavfSome minro modification to the use of config.php
2000-01-12 nehresmaadded patch to allow use of sendmail instead of connect...
2000-01-08 lkehresmanFixed some slash problems
2000-01-07 lkehresmanminor fix for the quote problem
2000-01-07 lkehresmanReally fixed the slash problem this time.
2000-01-07 lkehresmanfixed the apostrophe problem (again) (:
2000-01-07 lkehresmanfixed bug so it doesn't add slashes before apostrophies
2000-01-07 lkehresmanfixed a bug in smtp
2000-01-07 lkehresmanAdded some preference options, and debugged many bugs
2000-01-06 lkehresmanFixes some bugs in preferences
2000-01-06 lkehresmanmade data path relative
2000-01-06 lkehresmanupdated smtp
2000-01-06 lkehresmanupdated install
2000-01-06 lkehresmanRewrote SMTP functions, now includes error correction...
2000-01-06 lkehresmanAdded "Themes" to personal preferences
2000-01-05 lkehresmanjust cleaning up some stuff
2000-01-05 lkehresmanMade MIME much more efficient
2000-01-04 lkehresmanRewrote multipart/* algorithm to be recursive
1999-12-20 lkehresmanBug fixes
1999-12-18 lkehresmanRedid the way folders are listed
1999-12-04 lkehresmanFixed a minor bug with slashes before quotes
1999-12-04 lkehresmanComposing messages works great!
1999-12-04 lkehresmanupdated some sending stuff
1999-12-04 lkehresmanAdded MUCH better composing