zpanel / zpanelx

ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS's.
http://www.zpanelcp.com
Other
415 stars 297 forks source link

Allowed Plus sign (+) in email #218

Closed zainengineer closed 9 years ago

zainengineer commented 10 years ago

Plus is valid in emails & exclusively used in gmail alias. Very useful if you want to create different users with your own email address

In addition added .idea (phpstorm working environment files) in .gitignore

jacobgelling commented 10 years ago

Hmm, I never knew that. Emails can in fact contain: ! # $ % & ' * + - / = ? ^ _ ` { | } ~ .

zainengineer commented 10 years ago

yes specially + is very common for example if you have email address jacob.zpanel@gmail.com

Gmail can create automatic alias of your email if somebody sends you email jacob.zpanel+test.add.account@gmail.com which is automatically sent to your original email account. This allows you to work around unique email restriction in when testing different applications.

crazyscience commented 10 years ago

+1 I just came here to report this bug. Looks like you guys beat me to it!

zainengineer commented 10 years ago

but it is not merged yet. I think :(