|
Hi, We are using REBEX component for Email Crawling different accounts. When we are crawling any gmail account then we are considering all the mail box folders created inside the account. We are able to fetch "Travel", "Receipts","Personal","Work","[Gmail]" and "Inbox" folders. But there is 'All Mail' folder also in the account. Question is why Rebex component not taking into account this folder as well. Please suggest on this. Thanks Sanjay |
|
The To select the To list subfolders of the I am selecting all the mail folders and then also lloking for subfolders, if any created inside root folders. When I am getting "[Gmail]" as root folder in first iteration and next time when I am doing imapConnection.SelectFolder(folder); // where folder = "[Gmail]" it gives exception as "Invalid folder: [Gmail] (Failure) (NO)."
(08 Aug '11, 11:49)
nipanesanjay
Actually i m doing, imapConnection.SelectFolder(folder); // Get the sub-folders under currently selected folder ImapFolderCollection subFolders = imapConnection.GetFolderList(folder); Can I only use second line of code?
(08 Aug '11, 11:56)
nipanesanjay
Gmail doesn't support to select the
(08 Aug '11, 11:59)
Lukas Matyska ♦♦
|