Handbook
Glossary
parse-select-folder ( seq -- count )
Vocabulary
imap
.
private
Inputs
seq
an
object
Outputs
count
an
object
Definition
USING:
math.parser
pcre
sequences
;
IN:
imap.private
:
parse-select-folder
( seq -- count )
[
"\\* (\\d+) EXISTS"
findall
]
map
harvest
[
f
]
[
first
first
last
last
string>number
]
if-empty
;