Commit graph

327 commits

Author SHA1 Message Date
Andy
4f2129a616
Merge branch 'trunk' 2025-04-01 23:14:53 -07:00
pdontthink
598a599ba3
Happy New Year 2025-01-03 11:47:03 -08:00
Andy
d79aab6762
Merge branch 'trunk' 2024-01-02 14:58:59 -08:00
pdontthink
39cfdaadfd
Happy New Year 2024-01-02 14:58:16 -08:00
Andy
ec52fd089c
Merge branch 'trunk' 2023-01-02 22:06:59 -08:00
pdontthink
380afc7213
Happy New Year 2023-01-02 22:04:25 -08:00
Andy
a4419982b5
Merge branch 'trunk' 2022-05-22 13:51:49 -07:00
pdontthink
84336cdc40
Add option to folder prefs for marking deleted messages as read 2022-05-22 13:50:52 -07:00
Andy
474f469a4a
Empty Strings Don't Need Cleanup
PHP 8.1 is a real stickler about this.
2022-02-28 19:11:03 -08: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
c4ef1a0eea
Happy New Year 2021-02-05 11:55:37 -08:00
pdontthink
8e48a0bb7b
Remove use of each() as it is deprecated 2021-01-16 02:08:19 -08:00
pdontthink
c810f40bb7
Implement ability to move to next message after moving the one you are viewing, per the way delete_move_next plugins does from v1.4.x 2020-05-08 00:27:07 -07:00
pdontthink
fc283980d0
Happy New Year 2020-01-07 00:12:38 -08:00
pdontthink
fbcb1ca1f5
Happy New Year 2019-01-07 21:55:08 -08:00
pdontthink
23cd61b628 Happy New Year 2018-01-16 23:44:07 +00:00
pdontthink
cfdaa58131 Add option to allow returning to the message one had been replying to after sending 2017-11-22 06:08:38 +00:00
pdontthink
9597f1a963 May as well grab offset info too 2017-11-10 02:39:26 +00:00
pdontthink
157e472108 Make server TZ available after it is changed 2017-05-02 19:55:46 +00:00
pdontthink
6cd24c0552 Happy 2017 2017-01-27 20:34:08 +00:00
pdontthink
2934017d92 Happy New Year 2016-01-01 20:59:53 +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
Fredrik Jervfors
e13e2beb94 Happy new year 2015-01-06 23:26:34 +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
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
Fredrik Jervfors
75c81425d2 Happy 2014 2014-01-13 10:16:27 +00:00
pdontthink
581dc23061 Happy 2014 2014-01-01 20:33:20 +00:00
pdontthink
5c5e74e227 Add associative edit list option widget with optional folder list selector for values; Minor fixes for non-associative edit list widget 2013-10-22 15:49:26 +00:00
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +00:00
Thijs Kinkhorst
efd75f4867 Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.

Patch by Paul Lesniewski.

See #3491925
2012-12-09 12:06:30 +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
372f716005 Add option that allows users to have replies to their own messages sent to the recipient of the previous message (#3520988) 2012-07-01 20:06:18 +00:00
Fredrik Jervfors
a1149f5cac Update the copyright year
The constant was neglected when updating all copyright years.
2012-02-15 14:32:07 +00:00
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00
pdontthink
fc57bf2b59 Happy New Year! 2011-01-06 03:16:21 +00:00
pdontthink
b1e39e16f1 Aggressive sanitizing of REQUEST_URI, PHP_SELF, and QUERY_STRING corrupted page URIs by encoding ampersands in the query string, so we have to un-sanitize ampersands. Will this cause any security/XSS issues? 2010-06-26 10:15:49 +00:00
pdontthink
b786dff83a Avoid notices in some environments 2010-01-27 23:36:52 +00:00
pdontthink
e4c71602cd REQUEST_URI is used in php_self(), so make sure it's sanitized too 2010-01-27 23:05:18 +00:00
pdontthink
7aa0e60863 Update copyrights to 2010 2010-01-25 03:23:30 +00:00
Fredrik Jervfors
134d462c94 The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation. 2009-09-29 12:15:33 +00:00
pdontthink
585c624f80 Implemented page referal verification mechanism. (Secunia Advisory SA34627) 2009-08-12 08:20:46 +00:00
Fredrik Jervfors
6e1fc6a033 Removing "www." from some links. 2009-05-26 12:35:43 +00:00
Fredrik Jervfors
40dc0ffc88 Porting comments betweeen 1.4 and 1.5. 2009-05-26 12:29:07 +00:00
pdontthink
7e85ed842b Fixed improper sanitizing of PHP_SELF and the lack of sanitizing of QUERY_STRING server environment variables. Thanks to Niels Teusink and Christian Balzer. (CVE-2009-1578) 2009-05-11 21:49:23 +00:00
pdontthink
ff9c284aff Use squirrelmail.org 2009-04-23 02:23:20 +00:00
pdontthink
6f92ae7878 Repoint 2009-04-21 21:24:16 +00:00
Fredrik Jervfors
0a6245814a There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style. 2009-04-15 22:00:49 +00:00
pdontthink
77b3c3d037 Put sample .htaccess in all directories browser does not access directly 2009-03-26 22:34:32 +00:00