This closes my feature request #474658
[squirrelmail.git] / functions / imap_general.php
2001-11-08 ondrassWe have to know when there is attachment with size...
2001-10-29 thomppjLots of changes to get closer to having save as draft...
2001-10-27 philippe_mingo* Header rearranged
2001-10-04 philippe_mingoUse sqimap_session_id instead of axxxx for imap connect...
2001-09-13 fidianRemoved warning message with E_ALL
2001-08-01 fidianFixed a bug that would only appear with an obscenely...
2001-06-25 fidianFixed typo
2001-06-22 lkehresmanAdded IMAP speed imrpovements from the guys at XS4ALL
2001-05-07 fidian* Middle parameter wasn't used.
2001-04-19 fidian* Got bored and copied all the validate.php and define...
2001-03-05 fidian* Got rid of problem with passwords (finally)
2001-02-07 fidian* quotemeta() wasn't the right function. addslashes...
2001-02-02 fidianCleaned up regexp's.
2001-02-02 lkehresmanfixed warnings and fixed broken part of my updated...
2001-02-02 lbergmansome foo to 'foo'
2001-02-02 lkehresmanremoved warnings
2001-02-02 lkehresmanimproved imap_general.php -- much better handling
2001-01-31 fidianChanged many "Call-time pass-by-reference" errors....
2001-01-30 fidian* Needed to escape the { and } in the regexp
2001-01-30 fidianRemoved a lot of the warnings generated when PHP has...
2001-01-27 fidianReplaced preg_match with ereg (speed)
2001-01-25 lkehresmanfixed some problems in sqimap_read_body(). Please...
2001-01-18 lkehresmanAdded a much better fix for the IE/SSL problem. No...
2001-01-17 fidianCHEAP HACK to fix the problem. This should REALLY...
2001-01-17 lkehresmanFinally fixed the IE/SSL download problem.
2001-01-11 lkehresmanfixed bug #128278 - size not displayed correctly when...
2001-01-10 mattphillipsPatch contained in "[ Bug #128309 ] m$ exchange bug...
2001-01-09 fidianChanged timeout from 0 seconds (died for me constantly...
2001-01-09 lkehresmanadded Taiwan transation
2000-12-26 fidianHopefully killing the quotemeta and login problems...
2000-12-18 palloThe configured IMAP folder delimiter ($optional_delimit...
2000-12-15 fidianAnother array detection "if" statement.
2000-12-14 ondrassimap_mailbox: Fixed minor bug in sqimap_mailbox_list
2000-12-06 lkehresmanadded config option to specify the IMAP folder delimite...
2000-11-16 fidianChanged an if {} else if {} into if {} else {} (removed...
2000-10-27 fidian- Returned sqimap_get_delimiter() to the old code,...
2000-10-22 fidiansqimap_read_data now uses the $response and $message...
2000-10-21 fidianAdded html_top and html_bottom hooks to read_body for...
2000-10-17 fidianWhen there is an error logging in, and since we are...
2000-09-19 lkehresmanadded CHARSET option to searching.. should fix the...
2000-08-17 gustavfAdded encryption of the password before it is stored...
2000-08-14 lkehresmanif from = "" <user@domain.com>
2000-08-11 lkehresmansimple fix of a sorta-bug. Did a check for function...
2000-08-09 lkehresmanfixed some html errors, added endlines
2000-07-14 lkehresman- added "High Contrast" theme submitted by Casey A...
2000-07-10 lkehresman- fixed bugs in sorting by from and subject
2000-06-29 gustavfNow translation is working for "Unknown user or..."
2000-04-28 lkehresmanspeed optomizations and less imap commands
2000-04-28 lkehresmanoptomizations
2000-04-14 lkehresmanbugfixes with folder listing
2000-04-12 nehresmachanged log in method back to using cookies. also...
2000-04-11 lkehresmanchanged <? to <?php in everything
2000-04-10 lkehresmanadded these, changed permissions
2000-04-10 lkehresmanremoved these, changing permissiosn
2000-04-10 nehresmaadded use of PHP's session management
2000-03-30 lkehresmanremoved debugging information
2000-03-25 lkehresmanbugfixed the saving sent
2000-03-25 lkehresmanmajor speed improvements
2000-03-24 lkehresmansaving sent messages works!
2000-03-24 lkehresmanUpdated changelog and todo, working on saving sent
2000-03-23 lkehresmanfixed quote problem, and added \r\n to imap message
2000-03-19 lkehresmanAdded use of $imapPort
2000-03-15 lkehresmanadded saving attachments again, and removed a "click...
2000-03-15 lkehresmanSaving of sent messages works..kinda
2000-03-09 lkehresmanfixed a bug with email addresses not displaying right...
2000-03-07 lkehresmanfixed login problems
2000-03-05 lkehresmanRemoved font tags
2000-02-22 lkehresmanUpdated documentation, fixed sorting problems in folder...
2000-02-21 lkehresmanJust updated some documentation
2000-02-21 lkehresmanRewrote IMAP functions.