02-23-2009 04:57 AM
i want create subfolder in the inbox like this:
inbox
Solved! Go to Solution.
02-23-2009 05:06 AM
02-23-2009 05:17 AM
the qustion is how to get the inbox path , i do not know whether we can creat subfolders in sms inbox,
but i think we can creat subfolders in mail inbox, plesase tell how to do it ,like this
inbox
--folder1
--folder2
02-23-2009 05:20 AM
02-23-2009 05:22 AM
02-23-2009 05:33 AM
Please check this Thread.
02-23-2009 05:44 AM
is it means that we must use version 4.6.0?
tell me more details , had better have some code
02-23-2009 06:01 AM
Check this link.
02-23-2009 08:04 AM
you can reach to Inbox folder using this piece of code
Store store = Session.getDefaultInstance().getStore();
Folder[] folders = store.list(Folder.INBOX);
but you cannot create any subfolder in it; instead of it you can insert your mails here in default inbox folder
02-24-2009 12:21 PM
If your problem was get solved then please mark the thread as "Accepted solution" and kudos - your wish.