Commit History

Author SHA1 Message Date
  Andy c32baf6f95 Merge branch 'trunk' into master 4 years ago
  pdontthink c4ef1a0eea Happy New Year 4 years ago
  Andy 69acd51ecc Merge branch 'trunk' into master 4 years ago
  pdontthink 8e48a0bb7b Remove use of each() as it is deprecated 4 years ago
  Andy a3e51f1ee6 Merge branch 'trunk' 5 years ago
  pdontthink fc283980d0 Happy New Year 5 years ago
  Andy f1e95758e1 Add SCRAM Support 5 years ago
  Andy 28d4844b62 Array and String offset Curly Braces deprecated 6 years ago
  Andy 68f33f9151 Merge branch 'trunk' 6 years ago
  pdontthink 2b6232c8f9 Add IMAP ID command (RFC2971), sent after every login - use by setting in config/config_local.php (see notes in config/config_local.example.php for more details) 6 years ago
  Andy f7fe4708b2 Merge branch 'trunk' 6 years ago
  pdontthink fbcb1ca1f5 Happy New Year 6 years ago
  Andy d5dd5a28c2 SizeOf is now StrLen where appropriate 7 years ago
  Andy 53b9dbdc2d While/List/Each are now ForEach 7 years ago
  pdontthink 23cd61b628 Happy New Year 7 years ago
  pdontthink eb6563d978 Seriously? The variable is named as an array and initialized as a string? Well, I hope no callers were expecting a potentially empty string, because now they will get an empty array instead. empty() should handle this fine, hopefully callers do something sane like that. 7 years ago
  pdontthink 2454a09f25 SM doesn't know how to log in again on the same connection, so best to actually close the file handle as well 8 years ago
  pdontthink 6cd24c0552 Happy 2017 8 years ago
  pdontthink 2934017d92 Happy New Year 9 years ago
  pdontthink 3b465a0d0f Happy 2015 10 years ago
  pdontthink 19cfc02954 Add session variables that store information about most recent fatal IMAP error 11 years ago
  pdontthink 6aa022543c Variable name correction 11 years ago
  pdontthink d95e0da38c Allow SSL socket context to be specified as well 11 years ago
  pdontthink e0ba6b31ed Add ability to show login error from the IMAP server instead of traditional "Unknown user or password incorrect" (thanks to Alain Williams) 11 years ago
  pdontthink cedca778de Add advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus) 11 years ago
  pdontthink 581dc23061 Happy 2014 11 years ago
  Fredrik Jervfors c076a1f1ae Update copyright 12 years ago
  Thijs Kinkhorst efd75f4867 Replace calls to htmlspecialchars() with sm_encode_html_special_chars(). 12 years ago
  pdontthink d4e2698415 Account for servers that send extra unsolicited FETCH responses (such as when flags change due to a FETCH request). PLEASE TEST! 13 years ago
  pdontthink 33ebad3f5c Fall back to using LIST if NAMESPACE answer is malformed or otherwise problematic. This still doesn't account for situations where the NAMESPACE or LIST answer can't be parsed correctly. 13 years ago