mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
committed by
Sebastian Klähn
parent
0250b6f421
commit
b5fc9aedc5
@@ -57,8 +57,8 @@ pub struct MimeMessage {
|
||||
/// Whether the From address was repeated in the signed part
|
||||
/// (and we know that the signer intended to send from this address)
|
||||
pub from_is_signed: bool,
|
||||
/// The list post message is only set for messaging lists and is the address
|
||||
/// where users can send messages to which will be posted in the list
|
||||
/// The List-Post address is only set for mailing lists. Users can send
|
||||
/// messages to this address to post them to the list.
|
||||
pub list_post: Option<String>,
|
||||
pub chat_disposition_notification_to: Option<SingleInfo>,
|
||||
pub decryption_info: DecryptionInfo,
|
||||
|
||||
Reference in New Issue
Block a user