You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support USASCII encoding as UTF8
Fixes https://github.com/mailhog/MailHog/issues/282
USASCII is a subset of UTF8 so lets support it using the UTF8 methods which already exist.