Error
Unknown namespace
Cause
This error indicates that your IMAP server is not RFC-compliant.
For example, we find that some IMAP servers:
- Reject the creation (or retrieval) of folders with special characters (such as "*", "-", etc.) or leading/trailing spaces.
- Reject the creation of folders, unless they are located under the inbox folder. In other words, IMAP cannot create a "/A" folder, it must do it as "/Inbox/A".
- Reject the creation of folders with certain reserved names, such as, "junk mail", "sent mail", and others.
Resolution
We recommend the following:
- Determine the category of problem: special character, folder location, or reserved name.
- Find out if the error is related to the Source or Destination (check errors in MigrationWiz).
- Consider renaming folders at the Source to avoid special characters.
- Connect an email client (Outlook, Thunderbird) to understand limitations:
- Connect with Outlook or Thunderbird using IMAP.
- For example, if creating folder /A fails, try creating this folder at the root.
- Check to see if an error is displayed to you by the email client.
- Consider remapping folders:
- Edit your project and reveal Advanced Options. All Folder Mapping must added as written.
- In Support Only options, enter FolderMapping="^->INBOX/" FolderMapping="INBOX/INBOX->INBOX"
- This will ensure that /Inbox remains mapped to /Inbox, but that /A gets mapped to /Inbox/A