dcposch / scramble

Secure email for everyone
http://dcposch.github.io/scramble/
226 stars 32 forks source link

Handle the "+" character in email addresses #44

Open dcposch opened 10 years ago

dcposch commented 10 years ago

When someone emails, for example, foo+bar@server.com, the email address is actually just foo@server.com, and the + part is a "comment" that the recipient can use for things like filtering.

The server should strip out everything after the + for notary lookups, and probably for other things as well.