提交历史

作者 SHA1 备注 提交日期
  Tyler Akins ba0e8688fe * Middle parameter wasn't used. 24 年之前
  Tyler Akins 0d0de5d238 * Got bored and copied all the validate.php and define() stuff to 1.1 24 年之前
  Tyler Akins 1b97851467 * Got rid of problem with passwords (finally) 24 年之前
  Tyler Akins da36de70bf * quotemeta() wasn't the right function. addslashes() is correct. 24 年之前
  Tyler Akins d7abdc9a6b Cleaned up regexp's. 24 年之前
  Luke Ehresman cd371ecca9 fixed warnings and fixed broken part of my updated sqimap_read_data() 24 年之前
  lbergman 77173ee663 some foo to 'foo' 24 年之前
  Luke Ehresman c431513c48 removed warnings 24 年之前
  Luke Ehresman e77db066ff improved imap_general.php -- much better handling 24 年之前
  Tyler Akins d5750c6aca Changed many "Call-time pass-by-reference" errors. Things should be passed 24 年之前
  Tyler Akins 248061a4d0 * Needed to escape the { and } in the regexp 24 年之前
  Tyler Akins de965920f1 Removed a lot of the warnings generated when PHP has all warnings enabled. 24 年之前
  Tyler Akins de7069a67c Replaced preg_match with ereg (speed) 24 年之前
  Luke Ehresman 57564a5cf0 fixed some problems in sqimap_read_body(). Please test it out. 24 年之前
  Luke Ehresman 1f973b92da Added a much better fix for the IE/SSL problem. No security hazards 24 年之前
  Tyler Akins cb3984d52c CHEAP HACK to fix the problem. This should REALLY look at the first line 24 年之前
  Luke Ehresman 02508d318b Finally fixed the IE/SSL download problem. 24 年之前
  Luke Ehresman a5b4ea4619 fixed bug #128278 - size not displayed correctly when searching 24 年之前
  mattphillips efcd749e41 Patch contained in "[ Bug #128309 ] m$ exchange bug workaround". Exchange was 24 年之前
  Tyler Akins 825c6f8d9b Changed timeout from 0 seconds (died for me constantly) to 15 seconds. 24 年之前
  Luke Ehresman 3e4438f709 added Taiwan transation 24 年之前
  Tyler Akins c322ac4a25 Hopefully killing the quotemeta and login problems with funny characters 24 年之前
  pallo 9d692148ef The configured IMAP folder delimiter ($optional_delimiter) was never used (it 24 年之前
  Tyler Akins 94dd6b5127 Another array detection "if" statement. 24 年之前
  Ondřej Surý 2780154b27 imap_mailbox: Fixed minor bug in sqimap_mailbox_list 24 年之前
  Luke Ehresman 4a6ff6d6d7 added config option to specify the IMAP folder delimiter, rather than 24 年之前
  Tyler Akins f0ba821678 Changed an if {} else if {} into if {} else {} (removed unnecessary if) 25 年之前
  Tyler Akins d4db78af51 - Returned sqimap_get_delimiter() to the old code, but left the new code 25 年之前
  Tyler Akins 5effbcffde sqimap_read_data now uses the $response and $message vars 25 年之前
  Tyler Akins bab85e2806 Added html_top and html_bottom hooks to read_body for compression plugin 25 年之前