Commit graph

15136 commits

Author SHA1 Message Date
pdontthink
46ff51f5ab Handle HTML a little better on replies 2015-12-09 05:30:19 +00:00
pdontthink
005b9ba157 Use the correct entity type to detect content type 2015-12-09 04:49:16 +00:00
pdontthink
46168b3131 Added STARTTLS support 2015-11-30 23:52:03 +00:00
pdontthink
f78009008e Update config utility to add STARTTLS support 2015-11-30 23:45:33 +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
bf99d3fea5 Add STARTTLS support for SMTP connections 2015-11-30 23:23:07 +00:00
pdontthink
e548b9e174 Adding "smtp_helo_override" hook 2015-11-30 22:54:16 +00:00
pdontthink
7ce105fc6a Adding "smtp_helo_override" hook 2015-11-30 22:53:13 +00:00
pdontthink
d123f4ae3d Adding "smtp_helo_override" hook 2015-11-30 22:48:12 +00:00
pdontthink
5246c01932 Adding STARTTLS for IMAP connections 2015-11-30 22:10:05 +00:00
pdontthink
7de100ce73 Check for error opening directory 2015-09-10 21:01:22 +00:00
pdontthink
99c1dcd230 Check for error opening directory 2015-09-10 21:00:50 +00:00
pdontthink
90eefd310c Delete-move-next plugin needs to update server sort array cache too 2015-08-11 00:24:40 +00:00
pdontthink
4167b582e1 Also give the containing table an identifier 2015-08-04 22:51:22 +00:00
pdontthink
95c481e03e Put an id on username/pwd input cells 2015-08-04 22:40:47 +00:00
pdontthink
42b544d3d0 Give submit button an id/name 2015-08-04 22:05:48 +00:00
pdontthink
bbb42f3850 Minor fix 2015-08-01 04:36:18 +00:00
pdontthink
371aaad753 Add new login_before_page_header (boolean) hook; allows plugins to have more explicit control over login page header 2015-08-01 04:32:48 +00:00
pdontthink
440c913f5a Spacing only 2015-08-01 04:29:17 +00:00
pdontthink
23101734cb Add new login_before_page_header (boolean) hook; allows plugins to have more explicit control over login page header 2015-08-01 03:03:53 +00:00
pdontthink
91066cd0e6 Always show subject tooltip rollover 2015-08-01 02:34:57 +00:00
pdontthink
09399c7420 Always show subject tooltip rollover 2015-08-01 02:23:37 +00:00
pdontthink
5b246ce933 Add a couple sensible defaults 2015-06-21 10:16:48 +00:00
pdontthink
76ebee730b Add a couple sensible defaults 2015-06-21 10:07:38 +00:00
pdontthink
149a70ba09 Add a couple sensible defaults 2015-06-21 10:06:21 +00:00
pdontthink
83c6f28db1 Add a couple sensible defaults 2015-06-21 10:05:27 +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
e3aa4664f9 Add ability for administrator to control whether or not users can edit their reply-to address 2015-06-20 11:53:28 +00:00
pdontthink
3e4ec696e0 Add MD5 alternative to directory hash calculation 2015-06-17 23:21:03 +00:00
pdontthink
b972f2219e Add MD5 alternative to directory hash calculation 2015-06-17 23:18:37 +00:00
pdontthink
dbabe08d57 Add MD5 alternative to directory hash calculation 2015-06-17 23:10:11 +00:00
pdontthink
9e725ac4bf Add helpful link 2015-06-14 10:47:28 +00:00
pdontthink
2d5fcd0288 Sync configtest with core 2015-06-14 10:19:14 +00:00
pdontthink
b19c34c6ff Sync configtest with core 2015-06-14 10:15:51 +00:00
Thijs Kinkhorst
38208a612e Replace invalid characters with a symbol instead of returning empty string for the
entire to be encoded string.

Currently, if an email contains such an invalid character, the whole line will be
left out, which is rather confusing. Even more when it's the email subject. This
constant is only available in PHP 5.4 and up.
2015-06-07 13:51:19 +00:00
Thijs Kinkhorst
d1e9f86c74 Replace invalid characters with a symbol instead of returning empty string for the entire to be encoded string.
Currently, if an email contains such an invalid character, the whole line will be left out, which is rather confusing. Even more when it's the email subject. This constant is only available in PHP 5.4 and up.
2015-06-07 13:46:58 +00:00
pdontthink
3a6d6fa36e Fix uninitialized client IP address. Thanks to Wuerr Marcus 2015-01-28 04:45:04 +00:00
pdontthink
b987a59ab5 Remove unused parameter. Thanks to Juergen Nickelsen 2015-01-26 19:57:10 +00:00
pdontthink
326b5380af Add some documentation 2015-01-26 19:54:01 +00:00
pdontthink
068615702f Back out last change; looks like larger - or unrelated - issue 2015-01-25 01:42:38 +00:00
pdontthink
385b546bf7 Prevent PHP notices 2015-01-19 19:51:09 +00:00
pdontthink
3845c4464d Fix PHP notice - this function is called statically, so needs to be declared as such. Thanks to Juergen Nickelsen for reporting 2015-01-19 18:27:15 +00:00
pdontthink
a468224b92 Fix PHP notice - this function is called statically, so needs to be declared as such. Thanks to Juergen Nickelsen for reporting 2015-01-19 18:22:19 +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
96ee8182ee Make sure the correct identity is used for list command mailto actions 2015-01-09 07:24:03 +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
6926b03c2e Ah, I see - the stuff after the ? needs to be handed to src/compose.php as-is, no encoding. 2015-01-09 06:08:55 +00:00
pdontthink
0cb3954883 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:57 +00:00