Posted By:
hao_meng
Posted On:
Friday, August 9, 2002 02:45 AM
i have search the FAQS and get
First, POP3 doesn't support folders so if you are using POP3, then forget it, can't be done. If you are using IMAP, just call the create() method of Folder after naming the Folder object by calling the constructor with the name.
.
but there is
no constructor for Folder
it has one but is protected one
so
how can i create a new folder
best regards