symmetry-imap v0.1.3 (2020-08-17T20:50:11Z)
Dub
Repo
MailboxImapStatus
imap
request
Undocumented in source.
@
SILdoc
("Mailbox status returned by IMAP status command")
struct
MailboxImapStatus {
uint
exists
;
uint
recent
;
uint
unseen
;
uint
uidnext
;
}
Members
Variables
exists
uint
exists
;
Undocumented in source.
recent
uint
recent
;
Undocumented in source.
uidnext
uint
uidnext
;
Undocumented in source.
unseen
uint
unseen
;
Undocumented in source.
Meta
Source
See Implementation
imap
request
enums
SearchField
SearchResultType
StoreMode
functions
check
close
copy
create
delete_
esearch
examine
expunge
fetchDate
fetchFast
fetchFields
fetchFlags
fetchHeader
fetchPart
fetchRFC822
fetchSize
fetchStructure
fetchText
idle
imapTry
isLoginRequest
list
login
logout
lsub
move
moveUIDs
multiMove
multiSearch
noop
raw
rename
search
select
sendContinuation
sendRequest
status
store
subscribe
toString
unsubscribe
static variables
tag
structs
MailboxImapStatus
MailboxList
SearchParameter