[GH-ISSUE #108] Improve SMTP recipient parsing on replies #88

Closed
opened 2026-02-25 21:34:07 +03:00 by kerem · 1 comment
Owner

Originally created by @jasonmunro on GitHub (Aug 18, 2016).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/108

Originally assigned to: @jasonmunro on GitHub.

Our recipient parsing for replies is not great. Looks like we are not handling issues with oddball spacing and lack of quotes around recipient names, which we should. The following seem to be generateing RCPT errors:

usernamename@email.com
user name name@email.com

Originally created by @jasonmunro on GitHub (Aug 18, 2016). Original GitHub issue: https://github.com/cypht-org/cypht/issues/108 Originally assigned to: @jasonmunro on GitHub. Our recipient parsing for replies is not great. Looks like we are not handling issues with oddball spacing and lack of quotes around recipient names, which we should. The following seem to be generateing RCPT errors: usernamename@email.com user name name@email.com
kerem 2026-02-25 21:34:07 +03:00
  • closed this issue
  • added the
    bug
    smtp
    labels
Author
Owner

@jasonmunro commented on GitHub (Aug 18, 2016):

fixed. Should be quite a bit more robust now

<!-- gh-comment-id:240839144 --> @jasonmunro commented on GitHub (Aug 18, 2016): fixed. Should be quite a bit more robust now
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#88
No description provided.