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
|
06f96dc8d7
|
Merge branch 'trunk'
|
2022-06-04 11:07:02 -07:00 |
|
pdontthink
|
c870c2b266
|
Remove use of each() and make sense of poorly named variables
|
2022-06-04 11:06:21 -07:00 |
|
Andy
|
e77a63b675
|
Merge branch 'trunk'
|
2022-01-26 01:07:44 -08:00 |
|
pdontthink
|
bcdfe6e9f1
|
Happy New Year
|
2022-01-26 01:06:50 -08:00 |
|
Andy
|
9986e3b4f3
|
Fix Square Bracket in Administrator Plugin
|
2021-02-06 09:34:18 -08:00 |
|
pdontthink
|
4783fa1b6a
|
Stop using curly braces
|
2021-02-06 09:33:41 -08:00 |
|
pdontthink
|
84071a7e84
|
Stop using curly braces
|
2021-02-05 23:49:02 -08:00 |
|
Andy
|
c32baf6f95
|
Merge branch 'trunk' into master
|
2021-02-05 11:57:03 -08:00 |
|
pdontthink
|
c4ef1a0eea
|
Happy New Year
|
2021-02-05 11:55:37 -08:00 |
|
Andy
|
ecd5be1f86
|
Prevent Administrator Plugin Re-Define Warnings
|
2021-02-03 00:32:54 -08:00 |
|
Andy
|
48fdaf6d58
|
List all SCRAM Digests in Administrator Plugin
|
2021-02-03 00:29:32 -08:00 |
|
Andy
|
69acd51ecc
|
Merge branch 'trunk' into master
|
2021-01-16 02:19:32 -08:00 |
|
pdontthink
|
8e48a0bb7b
|
Remove use of each() as it is deprecated
|
2021-01-16 02:08:19 -08:00 |
|
Andy
|
9572d6c6ca
|
Required Param Not Allowed After Optional Param
PHP 8's finally being a stickler about these things.
|
2020-11-01 16:05:48 -08:00 |
|
Andy
|
a3e51f1ee6
|
Merge branch 'trunk'
|
2020-01-07 00:13:04 -08:00 |
|
pdontthink
|
fc283980d0
|
Happy New Year
|
2020-01-07 00:12:38 -08:00 |
|
Andy
|
f1e95758e1
|
Add SCRAM Support
Close #1
|
2019-11-06 23:30:26 -08:00 |
|
Andy
|
41cad43106
|
Merge branch 'trunk'
|
2019-09-01 23:53:33 -07:00 |
|
pdontthink
|
6a19e091bf
|
Fix broken anchor links
|
2019-09-01 23:53:10 -07:00 |
|
Andy
|
255174ac58
|
Check for Nulls
|
2019-08-22 17:14:56 -07:00 |
|
Andy
|
28d4844b62
|
Array and String offset Curly Braces deprecated
|
2019-08-22 17:01:30 -07:00 |
|
pdontthink
|
fbcb1ca1f5
|
Happy New Year
|
2019-01-07 21:55:08 -08:00 |
|
pdontthink
|
cc928acee3
|
TLS settings were not working
|
2018-04-19 11:01:57 +00:00 |
|
pdontthink
|
8d9d473023
|
Fix link
|
2018-04-06 17:31:06 +00:00 |
|
pdontthink
|
23cd61b628
|
Happy New Year
|
2018-01-16 23:44:07 +00:00 |
|
pdontthink
|
8bc2e73c83
|
Add ability to control the display of the "Check Spelling" button. Allows administrators to offer this plugin but keep it out of the way for users who do not want it. Put sqspell_show_button=0 in default preferences if it should be hidden by default.
|
2017-06-17 20:23:12 +00:00 |
|
pdontthink
|
d8c5da112d
|
Missing close form tag
|
2017-06-17 20:08:33 +00:00 |
|
pdontthink
|
6cd24c0552
|
Happy 2017
|
2017-01-27 20:34:08 +00:00 |
|
pdontthink
|
f7aab703bd
|
Syntax error. Thanks to Jean-Jacques Puig
|
2016-09-27 17:03:57 +00:00 |
|
pdontthink
|
2934017d92
|
Happy New Year
|
2016-01-01 20:59:53 +00:00 |
|
pdontthink
|
99c1dcd230
|
Check for error opening directory
|
2015-09-10 21:00:50 +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
|
6d9f88b738
|
Make sure the correct identity is used for list command mailto actions
|
2015-01-09 07:24:26 +00:00 |
|
pdontthink
|
9eec98d8bc
|
Ah, I see - the stuff after the ? needs to be handed to src/compose.php as-is, no encoding.
|
2015-01-09 06:10:11 +00:00 |
|
pdontthink
|
17941b51d0
|
Unsubscribe addresses with characters like + in them need to be url-encoded if they are going to be used in a query string. Not sure what the ? to & replacement was doing (was it broken?), but it is possible I broke something by removing it.
|
2015-01-09 05:21:38 +00:00 |
|
pdontthink
|
3b465a0d0f
|
Happy 2015
|
2015-01-03 04:09:49 +00:00 |
|
pdontthink
|
cc7f92b6e3
|
Prevent session lock-up caused by filters plugin trying to move messages in an account that is over quota
|
2014-08-01 02:28:12 +00:00 |
|
pdontthink
|
87e03fed9f
|
If filtering fails, say due to account quota issues, disable for remaineder of login session. This plugin appears to have a more serious issue that corrupts folder cache in subfolders of INBOX
|
2014-07-01 03:15:53 +00:00 |
|
pdontthink
|
6aa022543c
|
Variable name correction
|
2014-01-21 22:15: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 |
|
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
|
41dbe6fe7e
|
Remove unused hook
|
2013-12-30 04:46:19 +00:00 |
|