| Author |  | 
      
        | nickname81 Newbie
 
  
 
 Joined: 23 July 2010
 Online Status: Offline
 Posts: 12
 | 
          First of all sorry for my English.
           | Posted: 28 March 2011 at 2:11am | IP Logged |   |  
           | 
 |  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: 6168
 | 
          Does this problem persist for the particular mail server account only? If you enable
           | Posted: 28 March 2011 at 2:22am | IP Logged |   |  
           | 
 |  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
 | 
          I have two account, and also in the other account is present this error.
           | Posted: 28 March 2011 at 2:32am | IP Logged |   |  
           | 
 |  
 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: 2207
 | 
          What happens if you use Imap.DownloadFolders() overload (without parameters)?
           | Posted: 28 March 2011 at 2:59am | IP Logged |   |  
           | 
 |  
 Regards,
 Alex
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | nickname81 Newbie
 
  
 
 Joined: 23 July 2010
 Online Status: Offline
 Posts: 12
 | 
          If use
           | Posted: 28 March 2011 at 3:01am | IP Logged |   |  
           | 
 |  
 folderCol = imp.DownloadFolders(True)?
 
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | nickname81 Newbie
 
  
 
 Joined: 23 July 2010
 Online Status: Offline
 Posts: 12
 | 
          If use folderCol = imp.DownloadFolders(True)
           | Posted: 28 March 2011 at 3:08am | IP Logged |   |  
           | 
 |  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: 6168
 | 
          And if that's just imp.DownloadFolders() ?
           | Posted: 28 March 2011 at 3:10am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | nickname81 Newbie
 
  
 
 Joined: 23 July 2010
 Online Status: Offline
 Posts: 12
 | 
          Em.... :D
           | Posted: 28 March 2011 at 3:12am | IP Logged |   |  
           | 
 |  Without parameters the folders is present....
 Why?
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          No idea, this seems to be a server-level issue. Maybe the Inbox folder is not subscribed?
           | Posted: 28 March 2011 at 5:19am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | jimywilso Newbie
 
  
  
 Joined: 15 June 2011
 Location: United States
 Online Status: Offline
 Posts: 1
 | 
          Maybe the problem is in loading Java
           | Posted: 16 June 2011 at 2:07am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          None of our products uses Java.
           | Posted: 16 June 2011 at 2:10am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |