ePADD / epadd

ePADD is a software package developed by Stanford University's Special Collections & University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.
https://www.epaddproject.org
112 stars 24 forks source link

Names in the address book contacts appear in small case after exporting to discovery mode. #388

Closed chinuhub closed 3 years ago

chinuhub commented 3 years ago

This bug caused the names to appear in small case in the exported discovery archive's addressbook. This bug was a side effect of a fix for bug #370. To mask the emails appearing as names in a contact we had called 'getMaskedEmails' on all names appearing in a contact. However this method first converted all input strings to lowercase and then masked the email domain, if present. However, for non-email addresses the input got changed to lowercase because of this.

hangal commented 3 years ago

also download button on correspondents page in discovery gives this: image

chinuhub commented 3 years ago

To fix it we mask only those names (posing as emails) which have @ in them.

SallyDeBauche commented 3 years ago

This issue seems to be resolved - it was specific to the Donald Knuth archive and the names of correspondents now appear correctly capitalized.