]> WPIA git - gigi.git/commit
chg: Be more liberal in what email addresses are accepted.
authorBenny Baumann <BenBE1987@gmx.net>
Sun, 7 Aug 2016 00:43:06 +0000 (02:43 +0200)
committerBenny Baumann <BenBE1987@gmx.net>
Sun, 7 Aug 2016 11:49:52 +0000 (13:49 +0200)
commit680b03f826182ea5d743b9fa6bc4b5b16e001e10
treee954225fef3fd4216f461d3f324c8ba9db919ecf
parentb90f3da65e3eb390fe0212418797f19c77e34a20
chg: Be more liberal in what email addresses are accepted.

This is loosely based on RFC 5321, but deliberately excludes
quoted words and UTF-8 in the local part. If Unicode / IDNA is
desired for the domain portion use Punycode notation.

Change-Id: Ib5f6c3620c62f572d678be3760b0f1bec64b10a2
src/org/cacert/gigi/dbObjects/EmailAddress.java
src/org/cacert/gigi/email/EmailProvider.java
src/org/cacert/gigi/pages/orga/CreateOrgForm.java