Skip to content

Conversation

@loredanacirstea
Copy link
Contributor

  • move setup functions outside app
  • email sdk fixes & kayrosbot
  • added unfoldHeader function to remove all folding whitespace from email headers (subject, messageID, and references) by:
    • Replacing \r\n followed by space/tab with a single space
    • Handling edge cases with just \n
    • Removing any remaining line breaks
    • Trimming whitespace

* from email headers by:
    - Replacing \r\n followed by space/tab with a single space
    - Handling edge cases with just \n
    - Removing any remaining line breaks
    - Trimming whitespace
* Applied unfoldHeader to all extracted headers (kayrosbot.go:151, 154, 157) - Now subject,
  messageID, and references are all unfolded before being used in the reply email construction.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants