We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
喵喵喵 nb 的 Mail 适配器 这几天终于上架了 不过对目前 saa 的 MessageSegmentFactory 而言,想要适配 Mail 有一些需要探讨的地方
电子邮件区分标题和正文,而目前 saa 表示文本的消息段只有 Text,如何区分用户希望指定 Subject 和 Content 的场景
Text
抄送和密送可以认为是两种 "提及" 别的邮件用户的手段,但目前 saa 的 Mention 并不能附带额外参数进行区分
Mention
saa 的 MentionAll 消息段在电子邮件中显然不被支持,需要考虑fallback场景,而fallback需要体现在 Subject 中还是 Content 之中?
MentionAll
The text was updated successfully, but these errors were encountered:
@felinae98 喵喵喵
Sorry, something went wrong.
No branches or pull requests
喵喵喵 nb 的 Mail 适配器 这几天终于上架了
不过对目前 saa 的 MessageSegmentFactory 而言,想要适配 Mail 有一些需要探讨的地方
Subject 和 Content
电子邮件区分标题和正文,而目前 saa 表示文本的消息段只有
Text
,如何区分用户希望指定 Subject 和 Content 的场景Cc 和 Bcc
抄送和密送可以认为是两种 "提及" 别的邮件用户的手段,但目前 saa 的
Mention
并不能附带额外参数进行区分MentionAll
saa 的
MentionAll
消息段在电子邮件中显然不被支持,需要考虑fallback场景,而fallback需要体现在 Subject 中还是 Content 之中?待补充...
The text was updated successfully, but these errors were encountered: