symmetry-imap ~master (2022-02-01T10:18:44Z)
Dub
Repo
SelectResult
imap
response
Undocumented in source.
struct
SelectResult {
ImapStatus
status
;
string
value
;
@"FLAGS (#)"
ImapFlag
[]
flags
;
@"# EXISTS"
int
exists
;
@"# RECENT"
int
recent
;
@"OK [UNSEEN #]"
int
unseen
;
@"OK [PERMANENTFLAGS #]"
ImapFlag
[]
permanentFlags
;
@"OK [UIDNEXT #]"
int
uidNext
;
@"OK [UIDVALIDITY #]"
int
uidValidity
;
}
Members
Variables
exists
int
exists
;
Undocumented in source.
flags
ImapFlag
[]
flags
;
Undocumented in source.
permanentFlags
ImapFlag
[]
permanentFlags
;
Undocumented in source.
recent
int
recent
;
Undocumented in source.
status
ImapStatus
status
;
Undocumented in source.
uidNext
int
uidNext
;
Undocumented in source.
uidValidity
int
uidValidity
;
Undocumented in source.
unseen
int
unseen
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
imap
response
aliases
Tag
enums
ImapResponse
ListNameAttribute
functions
attachments
checkBye
checkContinuation
checkPreAuth
checkTag
checkTryCreate
coreUDA
decodeMimeHeader
extractLinesWithPrefix
extractLiterals
findLiteral
getTokenFromLine
getValueFromLine
isControlChar
isSpecialChar
isTagged
isWhiteSpace
parseEnum
parseStruct
parseUpdateT
receiveResponse
responseAuthenticate
responseCapability
responseContinuation
responseEsearch
responseExamine
responseFetchBody
responseFetchDate
responseFetchFast
responseFetchFlags
responseFetchSize
responseFetchStructure
responseGeneric
responseGreeting
responseIdle
responseList
responseMove
responseMultiSearch
responseNamespace
responseSearch
responseSelect
responseStatus
stripBrackets
stripQuotes
manifest constants
Backslash
DoubleQuote
LSquare
RSquare
structs
BodyResponse
FlagResult
ImapResult
ListEntry
ListResponse
LiteralInfo
MimeAttachment
ResponseSize
SearchResult
SelectResult
StatusResult