You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to migrate to new server, folders are not created.
2015-05-07 00:31:05,105 DEBUG ImapCopier - opening imap conection to tandlpublications.com
2015-05-07 00:31:06,042 DEBUG ImapCopier - Creating target Folder: Calendar
2015-05-07 00:31:06,423 DEBUG ImapCopier - Copying 64 messages from Calendar Folder
Exception in thread "main" javax.mail.FolderNotFoundException: Calendar not found
at com.sun.mail.imap.IMAPFolder.checkExists(IMAPFolder.java:388)
at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:1000)
at com.fisbein.joan.model.ImapCopier.copyFolderAndMessages(ImapCopier.java:177)
at com.fisbein.joan.model.ImapCopier.copyFolderAndMessages(ImapCopier.java:195)
at com.fisbein.joan.model.ImapCopier.copy(ImapCopier.java:152)
at com.fisbein.joan.model.ImapCopier.main(ImapCopier.java:35)
The text was updated successfully, but these errors were encountered:
When attempting to migrate to new server, folders are not created.
2015-05-07 00:31:05,105 DEBUG ImapCopier - opening imap conection to tandlpublications.com
2015-05-07 00:31:06,042 DEBUG ImapCopier - Creating target Folder: Calendar
2015-05-07 00:31:06,423 DEBUG ImapCopier - Copying 64 messages from Calendar Folder
Exception in thread "main" javax.mail.FolderNotFoundException: Calendar not found
at com.sun.mail.imap.IMAPFolder.checkExists(IMAPFolder.java:388)
at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:1000)
at com.fisbein.joan.model.ImapCopier.copyFolderAndMessages(ImapCopier.java:177)
at com.fisbein.joan.model.ImapCopier.copyFolderAndMessages(ImapCopier.java:195)
at com.fisbein.joan.model.ImapCopier.copy(ImapCopier.java:152)
at com.fisbein.joan.model.ImapCopier.main(ImapCopier.java:35)
The text was updated successfully, but these errors were encountered: