Author |
|
nickname81 Newbie
Joined: 23 July 2010
Online Status: Offline Posts: 12
|
Posted: 28 March 2011 at 2:11am | IP Logged
|
|
|
First of all sorry for my English.
I am using version 6 of MailBee.
I have a problem with the loading of folders through the IMAP protocol associated with an exchange account.
The code is the following.
Dim folderCol As FolderCollection = Nothing
folderCol = imp.DownloadFolders(True, currentFolder, "%")
currentFolder is nothing.
Are loaded all the folders except the inbox, why?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 March 2011 at 2:22am | IP Logged
|
|
|
Does this problem persist for the particular mail server account only? If you enable
logging do you see the Inbox folder within the list returned by a server?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
nickname81 Newbie
Joined: 23 July 2010
Online Status: Offline Posts: 12
|
Posted: 28 March 2011 at 2:32am | IP Logged
|
|
|
I have two account, and also in the other account is present this error.
Is not present "Posta in arrivo".
11.28.14.64] [SEND] MBN00000003 LSUB "" "%"\r\n
[11.28.14.64] [RECV] * LSUB () "/" "Posta indesiderata"\r\n [Total 36 bytes received.]
[11.28.14.64] [RECV] * LSUB () "/" Bozze\r\n [Total 21 bytes received.]
[11.28.14.64] [RECV] * LSUB () "/" Contatti\r\n [Total 24 bytes received.]
[11.28.14.64] [RECV] * LSUB () "/" "Posta eliminata"\r\n [Total 33 bytes received.]
[11.28.14.64] [RECV] * LSUB () "/" "Posta inviata"\r\n [Total 31 bytes received.]
[11.28.14.64] [RECV] MBN00000003 OK LSUB completed.\r\n [Total 32 bytes received.]
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 28 March 2011 at 2:59am | IP Logged
|
|
|
What happens if you use Imap.DownloadFolders() overload (without parameters)?
Regards,
Alex
|
Back to Top |
|
|
nickname81 Newbie
Joined: 23 July 2010
Online Status: Offline Posts: 12
|
Posted: 28 March 2011 at 3:01am | IP Logged
|
|
|
If use
folderCol = imp.DownloadFolders(True)?
|
Back to Top |
|
|
nickname81 Newbie
Joined: 23 July 2010
Online Status: Offline Posts: 12
|
Posted: 28 March 2011 at 3:08am | IP Logged
|
|
|
If use folderCol = imp.DownloadFolders(True)
In my local pc, with Zimbra load all the folder off all level (with %) only first level.
In the exchange account, is the same. The Inbox folder are not load.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 March 2011 at 3:10am | IP Logged
|
|
|
And if that's just imp.DownloadFolders() ?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
nickname81 Newbie
Joined: 23 July 2010
Online Status: Offline Posts: 12
|
Posted: 28 March 2011 at 3:12am | IP Logged
|
|
|
Em.... :D
Without parameters the folders is present....
Why?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 March 2011 at 5:19am | IP Logged
|
|
|
No idea, this seems to be a server-level issue. Maybe the Inbox folder is not subscribed?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
jimywilso Newbie
Joined: 15 June 2011 Location: United States
Online Status: Offline Posts: 1
|
Posted: 16 June 2011 at 2:07am | IP Logged
|
|
|
Maybe the problem is in loading Java
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 16 June 2011 at 2:10am | IP Logged
|
|
|
None of our products uses Java.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|