wwivbbs / wwiv

WWIV BBS Software v5
http://www.wwivbbs.org
Other
186 stars 71 forks source link

Add option to use real names for emails (per network). #1056

Open wwiv opened 7 years ago

wwiv commented 7 years ago

Each network should have a setting to use real names for netmails.

This would be useful for FIdoNET where handles aren't allowed.

wwiv commented 3 years ago

From #1236

Then when parsing email by name, the network can use it's preference to decide which to prefer. 
Right now in email.cpp we iterate through all handles looking for a match. If not match is found
 then iterate through all real names, using the first matching real name.