Commit graph

153 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
84336cdc40
Add option to folder prefs for marking deleted messages as read 2022-05-22 13:50:52 -07:00
pdontthink
bcdfe6e9f1
Happy New Year 2022-01-26 01:06:50 -08: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
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
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
pdontthink
581dc23061 Happy 2014 2014-01-01 20:33:20 +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
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
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
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
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
cebf083b4e Add access keys to mailbox list 2009-03-26 20:34:35 +00:00
pdontthink
ad6bc15789 Add access keys to main options page 2009-03-26 10:27:24 +00:00
pdontthink
b8f37f5a64 Add access keys for folder pane 2009-03-26 09:52:10 +00:00
pdontthink
39355dd534 Add access keys for menubar 2009-03-26 08:40:48 +00:00
pdontthink
3fc34f3f99 Add accesskey to the From drop-down too 2009-03-26 04:04:12 +00:00
pdontthink
41912a1675 Add accesskeys accessibility implementation. Need to keep adding other pages, especially mailbox view and perhaps folder frame. 2009-03-25 07:53:49 +00:00
pdontthink
714b2552af Add option that allows email address to be shown on message listings instead of full name (which is then shown in the tool tip) (#1762482) 2009-01-03 00:14:42 +00:00
pdontthink
68e7ef6f2e RPC requests should use their own template sets with different content-type. 2008-09-10 06:48:00 +00:00
pdontthink
766622207d Add address list pagination, 'Compose To' button, more labels for checkboxes, hook points for plugins to modify abook nav bar and filter address listings 2008-05-22 01:19:00 +00:00
pdontthink
94a7db1ba4 Don't assume we are the first form on the page 2008-05-07 16:44:01 +00:00
pdontthink
3d36ce7e19 Add notes about the fact that the new custom date option needs a better UI 2008-03-14 20:38:54 +00:00
pdontthink
579cacd28b Add new 'Custom Date Format' option for message list date format 2008-03-14 08:43:30 +00:00
pdontthink
642f901396 A few output elements are used often, so just retrieve them once and make them globally available 2008-01-06 06:01:10 +00:00
pdontthink
4804380684 Enabled user selection of address format when adding from address book during message composition 2007-10-01 20:11:00 +00:00
pdontthink
f703541e64 Removed "Include CCs when Forwarding Messages", which had no functionality whatsoever 2007-09-06 22:50:47 +00:00
Thijs Kinkhorst
92551dac02 Bring defaults for the folder selection pref in line.
Create constants for their values, not use the semantically irrelevant
SMPREF_{ON,OFF}
2007-09-03 11:51:57 +00:00
Thijs Kinkhorst
baff951679 color has been dropped as a parameter from (plain_)error_message,
update the code to follow
2007-06-08 19:55:53 +00:00
Thijs Kinkhorst
46995d0b89 Add option to ask users for personal information on first login.
Many users start sending out mail without a decent or even correct
"From" header. Defaults to on. Admin can disable if he has a
retrieve_user_info plugin or the guessed defaults are ok.
2007-02-18 18:47:48 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
pdontthink
4fe3cc2423 Remove HTML from SM option widget code; use forms.php utilities, which in turn use templated output 2007-01-09 05:09:28 +00:00
stevetruckstuff
bb268c7629 Use paths for user/template themes rather than u_ and t_ prefixes. 2006-10-09 20:56:38 +00:00
stevetruckstuff
441608ef28 Add support for tempalte-provided themes. 2006-10-03 15:30:53 +00:00
stevetruckstuff
48374bec60 Minor modifications to handle moving of icon themes to conf.pl 2006-10-02 21:22:59 +00:00