View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005097 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2013-05-02 08:13 | 2014-06-17 13:32 |
Reporter | Bergfreunde | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.5 / 5.0.5 | ||||
Target Version | 4.8.7 / 5.1.7 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
Summary | 0005097: Accept "+" in E-Mail | ||||
Description | As for example Gmail allows "+" in E-Mail (trash-mail) you should allow it too ;-) People who don't register are likely to use this Gmail-Feature. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0003755 | resolved | saulius.stasiukaitis | Wrong valdiation for email-adresses with an ampersand or other special chars |
related to | 0005713 | resolved | saulius.stasiukaitis | New TLDs are not accepted by oxinputvalidator |
|
Can you tell me when this will be fixed? |
|
a nice list can be found here: http://www.remote.org/jochen/mail/info/chars.html |
|
why does it take so long to fix those tiny "bugs"? |
|
Fixed - will support + in email name. MailValidator class add to validate mail. This class validates by config sEmailValidationRule. Validation rule might be changed by changing config value, setting different rule, extending class with module. |