symmetry-imap ~sil-imap (2026-05-02T18:00:43.5849667)
Dub
Repo
ImapLogin
imap
session
struct
ImapLogin {
@
SILdoc
("User's name. It takes a string as a value.")
string
username
;
@
SILdoc
("User's secret keyword. If a password wasn't supplied the user will be asked to enter one interactively the first time it will be needed. It takes a string as a value.")
string
password
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
password
string
password
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
imap
session
functions
addSet
addValues
removeSet
removeValues
structs
ImapLogin
ImapServer
Options
SSL_
Session