Module
Data.RFC2821
- Package
- purescript-address-rfc2821
- Repository
- garganscript/purescript-address-rfc2821
This is a lightweight interface to address-rfc2821. Use this module to parse email envelope strings. (See here where it is recommended against using regular expressions to parse emails).
Re-exports from Data.RFC2821.Internal
#originalHost Source
originalHost :: Address -> String
Return the original host from Address
- Modules
- Data.
RFC2821 - Data.
RFC2821. Internal