VocabularyimapInputsmailbox | a string |
keys | a sequence of attributes |
OutputsWord descriptionRequests a collection of attributes for the specified folder.
ExamplesUSING: imap ;
\ imap-settings get-global [
"INBOX" { "MESSAGES" "UNSEEN" } status-folder
] with-imap-settings
{ { "MESSAGES" 67 } { "UNSEEN" 18 } }
Definition