Skip to content

Instantly share code, notes, and snippets.

@rusllonrails
Last active August 29, 2015 14:26
Show Gist options
  • Save rusllonrails/0be07ee9cf625b7fe3da to your computer and use it in GitHub Desktop.
Save rusllonrails/0be07ee9cf625b7fe3da to your computer and use it in GitHub Desktop.
USEFULL LIMITS
1) URL length - 2000 characters.
2) EMail content 550 Maximum line length
RFC 821 states the maximum line lengths for SMTP transmissions:
command line
The maximum total length of a command line including the
command word and the <CRLF> is 512 characters.
reply line
The maximum total length of a reply line including the
reply code and the <CRLF> is 512 characters.
text line
The maximum total length of a text line including the
<CRLF> is 1000 characters (but not counting the leading
dot duplicated for transparency).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment