list-folders ( directory -- folders )
IMAP library

Prev:<imap4ssl> ( host -- imap4 )
Next:select-folder ( mailbox -- count )


Vocabulary
imap

Inputs
directorya string


Outputs
foldersa sequence


Word description
Lists all folders in directory. Folders is a sequence of 3-tuples with the attributes, root and name of each folder matched.

Definition