Using the POP3 protocol we cannot mark the emails with different flags so i am trying to move the mails to a different folder using the copy method. I am trying to access one of the folders created in the mail server but getting the following exception please find the peice of code Folder folder = store.getFolder("INBOX"); Folder folderarch = folder.getFolder("Archived"); ...