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

fix: in_reply_to #26307

Closed
wants to merge 2 commits into from
Closed

fix: in_reply_to #26307

wants to merge 2 commits into from

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    b39c039 View commit details
    Browse the repository at this point in the history
  2. fix: Set correct In-Reply-To

    https://www.ietf.org/rfc/rfc2822.txt
    
    3.6.4 - Identification fields
    
    ```
    in-reply-to     =       "In-Reply-To:" 1*msg-id CRLF
    msg-id          =       [CFWS] "<" id-left "@" id-right ">" [CFWS]
    ```
    ankush committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5fc7701 View commit details
    Browse the repository at this point in the history