Discussion:
[Classpathx-javamail] regarding gnu.mail.providers.mbox
DHananJay
2005-11-11 23:43:51 UTC
Permalink
Hi All,

Is it possible to access mbox folder on remote machine using
gnu.mail.providers.mbox.

My requirement is to access mbox file on Linux box from windows machine
using this provider. Is it possible or not? If anybody has done this
earlier, it will help me immensly if you could send me your code snippets.


Thanks and regards
DJ
Chris Burdess
2005-11-12 17:52:00 UTC
Permalink
Post by DHananJay
Is it possible to access mbox folder on remote machine using
gnu.mail.providers.mbox.
My requirement is to access mbox file on Linux box from windows machine
using this provider. Is it possible or not? If anybody has done this
earlier, it will help me immensly if you could send me your code snippets.
mbox is a local mailbox format. You would have to mount the remote
filesystem. The way to do this in the situation you describe would be to
run Samba on the Linux machine and mount that share on the Windows box
as a drive letter. You could then use the mbox provider to read the
file.
--
Chris Burdess
Loading...