Uh oh!
There was an error while loading. Please reload this page.
Migrate to Symfony Mailer - #30349
Conversation
b6f89f8 to
43836feCompare
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as outdated.
This comment was marked as outdated.
43836fe to
bdf3360CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Psalm found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
Possible performance regression detected Show Output |
Known missing things:
|
come-nc
commented
Oct 5, 2022
Stream options and timeout support are back. Just have to use getStream on the transport and work directly on the stream. So, tests are green, but I did not actually test that this is able to send any email. Anyone has a setup to test this? Does the CI test it? |
Possible performance regression detected Show Output |
This comment was marked as outdated.
This comment was marked as outdated.
Possible performance regression detected Show Output |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Possible performance regression detected Show Output |
2 similar comments
Possible performance regression detected Show Output |
Possible performance regression detected Show Output |
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Uh oh!
There was an error while loading. Please reload this page.
eae8353 to
f8ee45cCompareUh oh!
There was an error while loading. Please reload this page.
come-nc
commented
Jan 30, 2023
(I cannot approve as author of the PR, but I hereby approve what @miaulalala did 👍 ) |
db8c3f6 to
f8ee45cComparemiaulalala
commented
Jan 30, 2023
documentation ticket here: nextcloud/documentation#9600 |
f8ee45c to
90e9c9bCompareChristophWurst
commented
Jan 31, 2023
|
7554b63 to
65709f4CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
for there are legit use cases to validate an email address without sending there to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2c0b560 to
e123d27CompareDaphneMuller
commented
Feb 21, 2023
hello @come-nc , |
miaulalala
commented
Feb 21, 2023
@DaphneMullernextcloud/documentation#9600 is the documentation ticket |
joshtrichards
commented
Jul 8, 2023
Indirectly completes #29333 |
Signed-off-by: Côme Chilliet come.chilliet@nextcloud.com
Fixes#29731
TODO:
mail_smtpsecureshould be dropped or re-implemented (see Migrate to Symfony Mailer #30349 (comment) and Migrate to Symfony Mailer #30349 (comment) )mail_smtpauthtype\OC\Mail\Message::setTofunction doesn't provide the right array structure for Symphony's send. WORKSAddressobject will be done at send.As a follow up we could get rid of any RFC validations we're doing with the egulias package as it's the same validator used by Symfony in the
Address::__constructDone
Nothing to do with SwiftMailer (== Done)