Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

smtp-address-parser

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-address-parser

Parse an SMTP (RFC-5321) address

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
301K
increased by4.96%
Maintainers
1
Weekly downloads
 
Created
Source

smtp-address-parser

Parse an SMTP (RFC-5321) address.

https://nodei.co/npm/smtp-address-parser.png?downloads=true&downloadRank=true&stars=true

Some notes

Length limitations are not checked.

Technically a local-part of a Mailbox address is limited to 64 octets or less, see: https://tools.ietf.org/html/rfc5321#section-4.5.3.1.1

Also, domain names are limited to 255 octets, see: https://tools.ietf.org/html/rfc5321#section-4.5.3.1.2

And individual labels within a domain name are limited to 63 octets or less, see: https://tools.ietf.org/html/rfc1035 section 2.3.4. Size limits

However, RFC-5321 section 4.5.3.1. “Size Limits and Minimums” says:

“To the maximum extent possible, implementation techniques that impose no limits on the length of these objects should be used.”

Keywords

FAQs

Package last updated on 01 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc