pub enum EmailProperty {
Show 26 variants
Id,
BlobId,
ThreadId,
MailboxIds,
Keywords,
Size,
ReceivedAt,
MessageId,
InReplyTo,
References,
Subject,
From,
To,
Cc,
Bcc,
ReplyTo,
Sender,
SentAt,
HasAttachment,
Preview,
BodyStructure,
TextBody,
HtmlBody,
Attachments,
BodyValues,
Headers,
}Expand description
Property selector for crate::Email /get and /set.
Variants§
Id
The id property (RFC 8621 §4).
BlobId
The blobId property (RFC 8621 §4).
ThreadId
The threadId property (RFC 8621 §4).
MailboxIds
The mailboxIds property (RFC 8621 §4).
Keywords
The keywords property (RFC 8621 §4).
Size
The size property (RFC 8621 §4).
ReceivedAt
The receivedAt property (RFC 8621 §4).
MessageId
The messageId property (RFC 8621 §4).
InReplyTo
The inReplyTo property (RFC 8621 §4).
References
The references property (RFC 8621 §4).
Subject
The subject property (RFC 8621 §4).
From
The from property (RFC 8621 §4).
To
The to property (RFC 8621 §4).
Cc
The cc property (RFC 8621 §4).
Bcc
The bcc property (RFC 8621 §4).
ReplyTo
The replyTo property (RFC 8621 §4).
Sender
The sender property (RFC 8621 §4).
SentAt
The sentAt property (RFC 8621 §4).
HasAttachment
The hasAttachment property (RFC 8621 §4).
Preview
The preview property (RFC 8621 §4).
BodyStructure
The bodyStructure property (RFC 8621 §4).
TextBody
The textBody property (RFC 8621 §4).
HtmlBody
The htmlBody property (RFC 8621 §4).
Attachments
The attachments property (RFC 8621 §4).
BodyValues
The bodyValues property (RFC 8621 §4).
Headers
The headers property (RFC 8621 §4).
Trait Implementations§
Source§impl Clone for EmailProperty
impl Clone for EmailProperty
Source§fn clone(&self) -> EmailProperty
fn clone(&self) -> EmailProperty
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for EmailProperty
impl Debug for EmailProperty
impl Eq for EmailProperty
Source§impl Hash for EmailProperty
impl Hash for EmailProperty
Source§impl PartialEq for EmailProperty
impl PartialEq for EmailProperty
Source§fn eq(&self, other: &EmailProperty) -> bool
fn eq(&self, other: &EmailProperty) -> bool
self and other values to be equal, and is used by ==.