Handbook
Glossary
select-folder ( mailbox -- count )
IMAP library
Prev:
list-folders ( directory -- folders )
Next:
create-folder ( mailbox -- )
Vocabulary
imap
Inputs
mailbox
a
string
Outputs
count
number of mails in the folder
Word description
Selects which folder to operate on.
Definition
USING:
formatting
imap.private
;
IN:
imap
:
select-folder
( mailbox -- count )
>utf7imap4
"SELECT \"%s\""
sprintf
""
command-response
parse-select-folder
;