rxu
a86f368f3d
[ticket/17467] Provide TLS v.1.3 support for SMTP connections
...
PHPBB-17467
2025-02-02 10:42:29 +07:00
rxu
cc4579ee04
[ticket/17383] Validate php_uname() output too
...
PHPBB-17383
2024-08-16 00:30:40 +07:00
rxu
6d0a965db2
[ticket/17383] Fix HELO/EHLO error in email messenger on PHP8
...
PHPBB-17383
2024-08-15 23:49:50 +07:00
rxu
b38e8a2c84
[ticket/17299] Allow event to modify email core vars before sending a message
...
PHPBB3-17299
2024-03-31 09:55:57 +07:00
Marc Alexander
d572070456
[ticket/12785] Prefer REQUEST_URI over PHP_SELF in early redirects
...
PHPBB3-12785
2023-09-16 12:02:39 +02:00
Christian Schnegelberger
9fb2dbb776
[ticket/17058] Add $encode_eol to process()
...
PHPBB3-17058
2022-11-11 23:15:09 +01:00
Christian Schnegelberger
6f034c5215
[ticket/17058] Replace hardcoded PHP_EOL in phpbb_mail() with var
...
PHPBB3-17058
2022-11-11 23:15:09 +01:00
Christian Schnegelberger
0802772f09
[ticket/17058] Add if-sentence for $encode_eol for email headers
...
PHPBB3-17058
2022-11-11 23:15:09 +01:00
Marc Alexander
064a96ec07
[ticket/16932] Ensure special characters are encoded for ASCII in emails
...
PHPBB3-16932
2022-06-27 22:36:25 +02:00
lionel-rowe
9b2f42748c
[ticket/16981] Fix HTML-encoded emojis in email subject line
...
PHPBB3-16981
2022-04-05 17:18:33 +01:00
rxu
b305070e0a
[ticket/16912] Adjust code
...
PHPBB3-16912
2021-12-24 20:44:15 +07:00
rxu
a0ced790e2
[ticket/16912] Add test
...
PHPBB3-16912
2021-11-23 22:29:49 +07:00
rxu
0537365cac
[ticket/16912] Rewrite email headers encoding method
...
Based on symfony/polyfill-iconv implementations.
PHPBB3-16912
2021-11-23 15:17:11 +07:00
rxu
391f80d480
[ticket/16900] Fix quoted_printable_encode() behavior
...
PHPBB3-16900
2021-10-30 00:33:10 +07:00
3D-I
19076de94c
[ticket/16879] Add events to phpbb_mail()
...
PHPBB3-16879
2021-09-22 22:39:19 +02:00
3D-I
27289cbfad
[ticket/16879] Add events to phpbb_mail()
...
PHPBB3-16879
2021-09-20 22:02:25 +02:00
3D-I
303a933403
[ticket/16879] Add events to phpbb_mail()
...
PHPBB3-16879
2021-09-19 03:59:46 +02:00
3D-I
54b54c41c6
[ticket/16879] Add event core.phpbb_mail_after
...
PHPBB3-16879
2021-09-19 03:00:59 +02:00
rxu
e855f5cba4
[ticket/15729] Avoid unnecessary email headers encoding in Base64
...
PHPBB3-15729
2021-08-03 00:33:13 +07:00
Máté Bartus
6eb357b421
[ticket/16754] Fix docblocks
...
PHPBB3-16754
2021-04-10 10:36:01 +02:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
...
PHPBB3-16690
2021-01-20 00:21:24 +07:00
rubencm
9749aa936c
[ticket/16351] Use CHMOD constants from filesystem_interface
...
PHPBB3-16351
2020-02-02 22:00:38 +00:00
3D-I
79bc1ba9ce
[ticket/16203] Enable Emojis and rich text in sent Emails
...
PHPBB3-16203
2019-11-06 00:56:44 +01:00
Marc Alexander
17c6cd3676
Merge pull request #5562 from senky/ticket/15961
...
[ticket/15961] Use newer TLS in SMTP
2019-07-21 21:12:00 +02:00
mrgoldy
c01e604998
[ticket/16068] Adjust DocBlock @param's
...
PHPBB3-16068
2019-05-24 14:43:10 +02:00
Jakub Senko
fe22deb5d5
[ticket/15961] Use newer TLS in SMTP
...
PHPBB3-15961
2019-04-08 14:37:42 +02:00
Marc Alexander
77b7d9ba69
Merge pull request #5404 from Elsensee/ticket/15830
...
[ticket/15830] Move event to a more useful place
2018-10-28 12:08:45 +01:00
Marc Alexander
a772949162
Merge pull request #5363 from Elsensee/ticket/14656
...
[ticket/14656] Add List-Unsubscribe header to emails
2018-10-27 23:36:45 +02:00
Oliver Schramm
2d736479d8
[ticket/15830] Add event to modify template
...
PHPBB3-15830
2018-10-24 00:45:26 +02:00
Oliver Schramm
5b25b3e2d5
[ticket/15830] Move event to a more useful place
...
PHPBB3-15830
2018-10-24 00:42:10 +02:00
Ruben Calvo
b148bb5d70
[ticket/15849] Stop using php4 constructors
...
PHPBB3-15849
2018-10-21 07:02:26 +00:00
Marc Alexander
dbd0304c1d
[ticket/15836] Rename event to have unique name
...
PHPBB3-15836
2018-10-20 12:23:19 -04:00
DSR!
c67dd0c591
[ticket/15836] Event to send message via external transport
...
PHPBB3-15836
2018-10-13 15:14:44 -07:00
Jakub Senko
0725723813
[ticket/15662] Add template
...
PHPBB3-15662
2018-09-16 14:19:13 +02:00
Oliver Schramm
101681070b
[ticket/14656] Add List-Unsubscribe header to emails
...
PHPBB3-14656
2018-09-16 12:28:34 +02:00
hubaishan
1e1097f06f
[ticket/15507] Fix PHP 7.2 warning in functions_messenger.php
...
By pre assgin `$extra_headers` to array.
PHPBB3-15507
2018-01-25 23:00:40 +03:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Marc Alexander
4e045ed767
[ticket/15322] Try to make new email setting more readable
...
PHPBB3-15322
2017-12-13 21:31:07 +01:00
Marc Alexander
9f055e1af3
[ticket/15322] Add config setting for -f parameter & remove mail function name
...
The -f parameter can now be added via configuration in the ACP. Addtionally,
the config setting for the mail function name has been removed.
PHPBB3-15322
2017-12-11 21:56:21 +01:00
kitsiosk
b4ca1bdb00
[ticket/15322] Fix bug wrong return in emails
...
PHPBB3-15322
2017-12-09 16:19:41 +02:00
Marc Alexander
be76d582dc
Merge branch '3.1.x' into 3.2.x
2017-06-05 11:13:39 +02:00
Marc Alexander
acf9cdba01
Merge pull request #4810 from rxu/ticket/15199
...
[ticket/15199] Add core event to the messenger send() function
2017-06-05 11:13:35 +02:00
Marc Alexander
346c784bf3
Merge branch '3.1.x' into 3.2.x
2017-06-05 11:02:30 +02:00
rxu
f5d49b61bb
[ticket/15199] Add core event to the messenger send() function
...
PHPBB3-15199
2017-04-27 15:06:34 +07:00
rxu
fcc8e155ec
[ticket/14990] Move dispatcher object to the front of the options array
...
PHPBB3-14990
2017-04-16 23:40:16 +07:00
rxu
1ea114ca20
[ticket/14990] Fix event name, email parsing, installer and dispatcher calls
...
PHPBB3-14990
2017-04-16 22:43:50 +07:00
Rubén Calvo
43731202fd
[ticket/15150] Hide errors if function stream_socket_client have been disabled
...
PHPBB3-15150
2017-04-02 15:20:49 +02:00
Rubén Calvo
32f3ddca70
[ticket/15150] Add Jabber SSL context configuration options
...
PHPBB3-15150
2017-03-30 10:04:50 +02:00
Tristan Darricau
552da2e805
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13558] Change options prefix and add settings precautions.
[ticket/13558] Make SSL context specific options more SMTP general
[ticket/13558] Add smtp SSL context configuration options
2017-03-19 18:07:14 +01:00
rxu
22b8632426
[ticket/13558] Change options prefix and add settings precautions.
...
PHPBB3-13558
2017-03-19 14:32:53 +07:00