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
After looking at the code I realised you can probably fix this by overriding the java.io.tmpdir system property:
File newFile = new File(System.getProperty("java.io.tmpdir"),
file.getName() + TEMP_FILE_EXTENSION);
Try setting this property to a directory on the same mount point as the original mbox file. If you can't override this system property we can probably support a specific temp directory just for mstor.
When mailbox file cannot be moved to the /tmp/ directory, saving the mailbox file fails
As discussed on the forums
https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/
The text was updated successfully, but these errors were encountered: