mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Fix typos & add documentation (#3569)
* fix typo * tips & typos * improve doc string * update documentation * fmt * fix typo
This commit is contained in:
@@ -445,6 +445,8 @@ impl<'a> MimeFactory<'a> {
|
|||||||
.collect()
|
.collect()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Consumes a `MimeFactory` and renders it into a message which is then stored in
|
||||||
|
/// `smtp`-table to be used by the SMTP loop
|
||||||
pub async fn render(mut self, context: &Context) -> Result<RenderedEmail> {
|
pub async fn render(mut self, context: &Context) -> Result<RenderedEmail> {
|
||||||
let mut headers: MessageHeaders = Default::default();
|
let mut headers: MessageHeaders = Default::default();
|
||||||
|
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ pub enum Param {
|
|||||||
/// For Chats: timestamp of group name update.
|
/// For Chats: timestamp of group name update.
|
||||||
GroupNameTimestamp = b'g',
|
GroupNameTimestamp = b'g',
|
||||||
|
|
||||||
/// For Chats: timestamp of group name update.
|
/// For Chats: timestamp of member list update.
|
||||||
MemberListTimestamp = b'k',
|
MemberListTimestamp = b'k',
|
||||||
|
|
||||||
/// For Chats: timestamp of protection settings update.
|
/// For Chats: timestamp of protection settings update.
|
||||||
|
|||||||
Reference in New Issue
Block a user