Added slovak
[squirrelmail.git] / functions / mime.php
2001-10-25 philippe_mingoRetrieval typo
2001-10-24 philippe_mingoParses HTML documents to make them more readable and...
2001-10-23 philippe_mingoThis commit contains the following things (this is...
2001-10-08 fidianAdded the hook!
2001-10-04 philippe_mingoUse sqimap_session_id instead of axxxx for imap connect...
2001-10-04 philippe_mingoWhile getting data from a stream it is possible to...
2001-09-29 centaurixs/retrival/retrieval/ fixed spelling mistake
2001-09-26 philippe_mingoOperation "foo_once".
2001-09-13 fidianRemoved weird patch.
2001-09-12 fidianFixed flaw in logic
2001-09-12 phutnickAdded Pontus Ullgren's re-hash of Tyler's re-write...
2001-09-08 fidianAltered HTML patch.
2001-09-04 phutnickAdded a conversion from < to &lt; when viewing "non...
2001-08-08 fidianRemoved extra comparison. $k must be < 256.
2001-08-06 fidianPatch from Philippe
2001-08-06 fidianrc1 -> cvs (for consistancy [did I spell that right?])
2001-07-27 fidianMoved code around to make sense.
2001-05-21 fidian* Nic Bernstein (nic) provided a patch to fix the HTML...
2001-05-11 fidian* Now someone over a dialup can download a large attach...
2001-05-07 fidian* $data didn't have the $
2001-04-26 fidian* To reduce on errors, I moved the includes for config...
2001-04-26 fidian* Hopefully fixed the "no text part" bug -- # 417504
2001-04-22 lkehresmangreatly improved smtp error handling (doesn't trash...
2001-04-20 fidian* Detects HTML mail if the entity id is 1.2
2001-04-19 fidian* Got bored and copied all the validate.php and define...
2001-04-11 fidian* Warning removal
2001-03-26 fidian* Fixed a typo I made
2001-03-13 gustavfFixed bug #230696: subject line decoded wrong. A proble...
2001-03-13 gustavfFixed bug: Only characters having odd numbers where...
2001-03-07 fidian* If possible, replies now use the text-only version...
2001-03-07 fidian* Added code to show text/html messages (immediately...
2001-02-24 lkehresmanadded bugfix from 1.0.3cvs
2001-02-09 fidian* Stupid bugfix
2001-02-09 fidian* Noticed that mime_match_parentheses() didn't work...
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 lkehresmanfixed warnings and fixed broken part of my updated...
2001-02-01 lkehresman* speed improvemnts in sorting
2001-01-31 fidianAnother initialization thing fixed
2001-01-31 fidian$header->cc, $header->to, $header->bcc should always...
2001-01-31 fidianChanged _('String') into _("String") to help out the...
2001-01-31 fidianChanged many "Call-time pass-by-reference" errors....
2001-01-31 lkehresmanfixed bug i introduced that always showed attachment box
2001-01-31 lkehresmanfixed more warnings
2001-01-30 fidianRemoved a lot of the warnings generated when PHP has...
2001-01-18 lkehresmanAdded a much better fix for the IE/SSL problem. No...
2001-01-17 fidianTemporary fix for problem when reading a message and...
2001-01-17 lkehresmanFinally fixed the IE/SSL download problem.
2001-01-10 lkehresmangreatly improved speed and memory management of downloa...
2000-12-26 centaurixApplied patch #102655. Ha! my first commit !
2000-12-15 fidianThis fixes SquirrelMail's inability to download large...
2000-12-05 fidianmime_fetch_body reworked to fix a bug I found on my...
2000-10-23 fidianAdded numerous changes from embeejay
2000-10-21 fidianAdded html_top and html_bottom hooks to read_body for...
2000-10-18 fidianClosure of bug 117039
2000-10-13 fidianAttachment hook has the filename sent.
2000-10-11 fidianChanged size display:
2000-10-10 fidianFunctions now pass message body by reference to save...
2000-10-10 lkehresman- improved date parsing
2000-10-09 fidianNew attachment view, do_hook() with parameters, better...
2000-10-01 fidianStrings with ) are not counted in mime_match_parenthesis()
2000-09-20 lkehresmanFixed bug I noticed when ONLY an attachment is sent...
2000-09-15 palloFixed error in MIME structure parsing when response...
2000-09-14 lkehresmantweaks, fixed some misspellings, added a few hooks
2000-08-09 lkehresmanfixed some html errors, added endlines
2000-08-08 lkehresmanif NIL is description, doesn't display it
2000-08-05 lkehresman- fixed attachment names from being lower case
2000-08-04 gustavfFixed yet another bug with small letters in QP encoding-
2000-08-02 lkehresman- fixed some more HTML bugs
2000-07-31 lkehresmanremoved making search results highlighted -- messed...
2000-07-29 lkehresmanfixed a few more links to make them search-aware
2000-07-25 gustavfFixed bug that ignored lowercase quoted printable in...
2000-07-24 lkehresmanfixed bug that couldn't read steve's emails
2000-07-23 lkehresmanit now decodes filenames
2000-07-15 lkehresman- cleaned up the documentation directory
2000-07-13 lkehresman- more minor UI tweaks
2000-07-11 gustavfChanged the way attachments are viewed. Now, clicking...
2000-07-11 gustavfFixed bug that made it impossible to receive attachments.
2000-07-10 gustavfCharset and encoding support is now working again :-)
2000-07-10 gustavfAdded a 0 to a call in mime_structure to get rid of...
2000-07-10 gustavfPut decoding of encoded bodies back in after MIME rewri...
2000-07-08 lkehresmanFixed major problems with IMAP session handling in...
2000-07-08 lkehresman- added a bunch of sqimap_logout's where none existed
2000-07-07 lkehresman- added a view header option
2000-07-06 gustavfFixed bug: Now using uppercase letters when doing RFC15...
2000-07-04 palloInsert In-Reply-To and References headers when replying...
2000-06-30 lkehresmanMade some changes to the way that attachments are downl...
2000-06-23 lkehresmanupdated todo, trying to fix this stupid multiple log...
2000-06-23 lkehresmanThis MIME support now passes the torture test that...
2000-06-22 lkehresmanadded debugging information and fixed a minor bug ...
2000-06-21 lkehresmanRewrote MIME support and made it much, MUCH quicker...
2000-04-12 nehresmachanged log in method back to using cookies. also...
2000-04-11 lkehresmanchanged <? to <?php in everything
2000-04-10 nehresmaadded use of PHP's session management
2000-04-02 gustavfNow setting charset also in headers when sending mail.
2000-03-24 gustavfFixed bug: Charset was not taken into account for singl...
2000-03-22 gustavfAdded limited support for Cyrillic (only KOI8-R yet...
2000-03-01 gustavfAdded a constat to all files in functions/ to be able...
2000-02-29 gustavfFixed bug: Encoding was not set correctly when message...
2000-02-28 gustavfAdded i18n.php and moved som functionality to that...
next