Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fold long lines during smtp communication in Protocol\Smtp class #138

Closed
wants to merge 2 commits into from

Commits on Feb 26, 2021

  1. Fold long lines following RFC 5322 section-2.2.3

    To deal with the 998/78 character limitations per line,
    long lines can be split into a multiple-line representation
    separated by CRLF + WSP; this is called "folding".
    Correct folding is particularly important for long header fields.
    
    Signed-off-by: Vlad Safronov <[email protected]>
    vladsf committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    38c9dc6 View commit details
    Browse the repository at this point in the history
  2. Undo needless comment edit

    Signed-off-by: Vlad Safronov <[email protected]>
    vladsf committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ba055c4 View commit details
    Browse the repository at this point in the history