Project

General

Profile

Actions

Bug #73616

closed

Different standards used in GeneralUtility::validEmail (RFC 3696) and swiftmailers Swift_Mime_Grammar-class (RFC 2822)

Added by Christian Eßl about 8 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-02-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Tested in 6.2.18, but may also occur in current versions.

At the moment GeneralUtility::validEmail() is following RFC3696, where as the internally used swiftmailer is follwing RFC 2822.
We had a case where an email with the format "user@¹gmx.at" was checked as valid by TYPO3s internal function but lead to an Swift_RfcComplianceException when sending an email.

The problem may or may not occur because of the different standards that were used. Currently this would mean, that as a TYPO3 developer you would always have to check against the \Swift_Mime_Grammar instead of GeneralUtility::validEmail() to be on the safe side, if the email at some time should be sent by TYPO3s internal methods.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #81524: Cannot send mails with special characters in local partClosed2017-06-09

Actions
Related to TYPO3 Core - Bug #87077: Scheduler: Notification email address (e.g. system report) does not allow a local mail addressClosed2018-12-04

Actions
Related to TYPO3 Core - Feature #87691: Allow email adresses with "+" in GeneralUtility::validEmail()Closed2019-02-11

Actions
Related to TYPO3 Core - Feature #90370: Use Egulias\EmailValidator for email validationClosed2020-02-13

Actions
Actions #1

Updated by Mathias Brodala almost 7 years ago

  • Related to Bug #81524: Cannot send mails with special characters in local part added
Actions #2

Updated by Georg Ringer over 5 years ago

  • Related to Bug #87077: Scheduler: Notification email address (e.g. system report) does not allow a local mail address added
Actions #3

Updated by Georg Ringer about 5 years ago

  • Related to Feature #87691: Allow email adresses with "+" in GeneralUtility::validEmail() added
Actions #5

Updated by Georg Ringer about 4 years ago

  • Status changed from New to Closed

solved with #90370

Actions #6

Updated by Georg Ringer about 4 years ago

  • Related to Feature #90370: Use Egulias\EmailValidator for email validation added
Actions

Also available in: Atom PDF