Update src/mimeparser.rs

Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
Sebastian Klähn
2022-12-11 11:31:02 +01:00
committed by Sebastian Klähn
parent 0250b6f421
commit b5fc9aedc5

View File

@@ -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,