Commit graph

521 commits

Author SHA1 Message Date
pdontthink
598a599ba3
Happy New Year 2025-01-03 11:47:03 -08:00
pdontthink
39cfdaadfd
Happy New Year 2024-01-02 14:58:16 -08:00
pdontthink
380afc7213
Happy New Year 2023-01-02 22:04:25 -08:00
pdontthink
139a9f97a6
Add ability to explicitly set address book DB connection charset, though usually if database defaults are sensible this is not something to be concerned with in configuring SquirrelMail 2022-05-27 15:09:38 -07:00
pdontthink
eb1008dffb
Add ability to explicitly set prefs DB connection charset, though usually if database defaults are sensible this is not something to be concerned with in configuring SquirrelMail 2022-05-27 15:02:55 -07:00
pdontthink
bcdfe6e9f1
Happy New Year 2022-01-26 01:06:50 -08:00
pdontthink
96a713c8e4
Fix certain messages with headers in unknown charsets encoded as quoted printable showing up as blank sender/subject in message list. There are two ways to fix it, and the more accurate but costly one is left unfinished since the easy fix seems to have helped in every case I know of 2021-08-25 06:21:15 -07:00
pdontthink
f732572ecb
Add cookie SameSite attribute; uses default if "Strict" but can be overridden by $same_site_cookies in config_local.php 2021-05-07 03:31:11 -07:00
pdontthink
c4ef1a0eea
Happy New Year 2021-02-05 11:55:37 -08:00
pdontthink
1dd515365c
Uploaded file sizes seem to be reported differently by PHP filesize(); changing divisor from 1024 to 1000 in this case. You can set in config/config_local.php to 1024 if this breaks things for you. Feedback appreciated for this one. 2020-05-23 16:40:52 -07:00
pdontthink
3807084b01
Document $php_self_pattern and $php_self_replacement 2020-03-24 18:57:50 -07:00
pdontthink
fc283980d0
Happy New Year 2020-01-07 00:12:38 -08:00
Andy
3d3bf7a859
Fix Stray Plus Character in Perl Config Script 2019-11-06 23:32:08 -08:00
pdontthink
882882704c
Document new config_local item for CVE-2019-12970 2019-07-23 18:34:05 -07:00
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) 2019-04-06 19:58:54 -07:00
pdontthink
cb97a9edc5
Add new options for SVG handling and broken base64-encoded messages 2019-02-26 22:17:25 -08:00
pdontthink
fbcb1ca1f5
Happy New Year 2019-01-07 21:55:08 -08:00
pdontthink
9d64bf61a6
Make sure link tags are proper XHTML 2018-10-13 16:41:57 -07:00
pdontthink
da08b38ebd
Add favicon and ability for admins to use their own by setting in config_local.php (see documentation in config/config_local.php) 2018-10-13 03:19:24 -07:00
pdontthink
e1e33c3b55
Add hidden configuration variables for anti-CSRF security token features 2018-08-25 18:07:59 -07:00
pdontthink
23cd61b628 Happy New Year 2018-01-16 23:44:07 +00:00
pdontthink
6cd24c0552 Happy 2017 2017-01-27 20:34:08 +00:00
pdontthink
58e782eca3 New config_local settings 2016-10-29 19:30:16 +00:00
pdontthink
2934017d92 Happy New Year 2016-01-01 20:59:53 +00:00
pdontthink
c2ccff872f Update defaults 2015-11-30 23:42:20 +00:00
pdontthink
22815939ae Minor correction 2015-11-30 23:40:19 +00:00
pdontthink
2581933b22 Minor code organization 2015-11-30 23:31:50 +00:00
pdontthink
5b246ce933 Add a couple sensible defaults 2015-06-21 10:16:48 +00:00
pdontthink
aac60fdced Add ability for administrator to control whether or not users can edit their reply-to address 2015-06-20 12:52:36 +00:00
pdontthink
b972f2219e Add MD5 alternative to directory hash calculation 2015-06-17 23:18:37 +00:00
pdontthink
3b465a0d0f Happy 2015 2015-01-03 04:09:49 +00:00
pdontthink
6aa022543c Variable name correction 2014-01-21 22:15:03 +00:00
pdontthink
d7ab89a759 Make configuration tool show the SquirrelMail version 2014-01-21 20:19:48 +00:00
pdontthink
d95e0da38c Allow SSL socket context to be specified as well 2014-01-21 03:47:03 +00:00
pdontthink
e0ba6b31ed Add ability to show login error from the IMAP server instead of traditional "Unknown user or password incorrect" (thanks to Alain Williams) 2014-01-21 03:20:48 +00:00
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) 2014-01-21 01:13:49 +00:00
pdontthink
581dc23061 Happy 2014 2014-01-01 20:33:20 +00:00
pdontthink
302724aa45 Add new spacer image and allow its use for unsafe images instead of the sec_remove_* image -- brings HTML emails into the modern age (much more viewable) 2013-10-23 10:09:16 +00:00
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +00:00
pdontthink
62d7075787 For DSN values, allow current value to remain if no changes made 2012-09-09 22:46:38 +00:00
pdontthink
209efe7644 Separate E_STRICT reporting from E_ALL in internal debug mode (E_STRICT is included in E_ALL only as of PHP 5.4.0) 2012-07-28 05:57:50 +00:00
pdontthink
bdf9358177 Alignment fix 2012-02-28 18:18:29 +00:00
pdontthink
8a649bc2d9 Clarify explanation slightly 2012-02-28 18:16:48 +00:00
pdontthink
3a2a38151d Document some previously added configuration parameters 2012-01-02 21:51:22 +00:00
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00
pdontthink
d5f89a822b Fix what seems to have been a copy/paste bug 2011-12-29 01:34:06 +00:00
pdontthink
76e21b5573 Allow administrators to configure subfolders of user INBOXes to be treated as special folders by adding $subfolders_of_inbox_are_special to config_local.php 2011-05-03 06:05:08 +00:00
pdontthink
fc57bf2b59 Happy New Year! 2011-01-06 03:16:21 +00:00
pdontthink
55afb8582a Unify SMTP auth mechanisms in configuration tool 2010-11-26 10:02:51 +00:00
pdontthink
40e4b15b6a The use of 'user' as a column name no longer causes errors in SquirrelMail/PostgreSQL 2010-07-21 07:24:37 +00:00