- Description
-
ImapFolder Class
Object Model
-
Remarks
- Unlike in POP3 protocol where is only one mailbox
(folder) available, usually known as INBOX, IMAP
specification allows unlimited number of folders to exist,
and to be accessed by the client. wodImapServer stores each
such folder in collections, so you can access them using
User.Folders and Folder.SubFolders properties.
Remember - FOLDER is same as MAILBOX, no matter what term
is used, these are the same!
Members
-
Location |
|
Not used, free for misc usage. |
Messages |
|
References collection of messages in current
folder. |
Name |
|
Determines name of the folder. |
NextMessageUID |
|
Holds next free unique ID for the messages. |
Path |
|
Returns relative path of the folder, as seen by the
client. |
SubFolders |
|
References collection of sub-folders in current
folder. |
Subscribed |
|
Determines if user is subscribed to see this
folder. |
Tag |
|
Tag for misc usage. |
UID |
|
Holds folder unique ID. |
|