1        ConeĀ©
2
3MAIL::FOLDER::HASSUB(3x)Cone: COnsole Newsreader And EMAIL::FOLDER::HASSUB(3x)
4
5
6

NAME

8       mail::folder::hasSubFolders - Determine if the folder is capable of
9       storing other folders
10

SYNOPSIS

12       #include <libmail/mail.H>
13
14       mail::folder *folder;
15
16       bool flag=folder->hasSubFolders(void);
17

USAGE

19       Some folders contain messages. Other folders contain other folder
20       (subfolders). Some IMAP servers are capable of creating dual-purpose
21       folders that contain both messages and other subfolders. The
22       hasSubFolders indicates whether folder is capable of containing other
23       folders (subfolders).
24

RETURN CODES

26       A true result indicates that folder is capable of storing other
27       folders. It may not necessarily mean that folder actually contains any
28       folders, it might very well be an empty folder.
29
30       Applications should interpret a true result to mean that the
31       mail::folder::createSubFolder(3x) function may be used to create
32       subfolders.
33

SEE ALSO

35       mail::folder::hasMessages(3x).
36

AUTHOR

38       Sam Varshavchik
39
40
41
42ConeĀ©                             08/25/2016          MAIL::FOLDER::HASSUB(3x)
Impressum