arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
MimeAttachment
arsd
email
Representation of an email attachment.
struct
MimeAttachment {
string
type
;
string
filename
;
const
(
ubyte
)[]
content
;
string
id
;
}
Members
Variables
content
const
(
ubyte
)[]
content
;
filename
string
filename
;
id
string
id
;
type
string
type
;
e.g.
text/plain
Meta
Source
See Implementation
arsd
email
aliases
base64decode
base64encode
classes
EmailMessage
IncomingEmailMessage
MimePart
enums
ToType
functions
decodeBase64Mime
email
encodeBase64Mime
processMboxData
with_header
structs
EmailRecipient
HeadersHash
MboxMessages
MimeAttachment
RecipientList
RelayInfo
Representation of an email attachment.