Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 14:00:51 +0200
From:      Geert Hendrickx <geert.hendrickx@ua.ac.be>
To:        Sean Murphy <smurphy@calarts.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Hard Mail Question
Message-ID:  <20040824120051.GA42087@lori.mine.nu>
In-Reply-To: <6.1.1.1.1.20040823160549.019f9ec0@muse.calarts.edu>
References:  <6.1.1.1.1.20040823160549.019f9ec0@muse.calarts.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 23, 2004 at 04:11:49PM -0700, Sean Murphy wrote:
> Without using "leave mail on server" or "leave mail on server for x days" 
> is it possible after I have downloaded my email to my computer using pop3 
> to put it back so I can access it from a different computer.  Possibly ftp 
> it back to the server and copy it to my mail directory to redownload it? or 
> mabey install imap and place it in my inbox folder on my local drive... 
> would that throw it back on the server?
> 
> FreeBSD 4.10 and Sendmail

You could use UIDL on your pop3-client (e.g. fetchmail).  It keeps a
database of which mails have been downloaded already (using server-side
checksums), and that way you could leave all your mail on one central
server, downloading it on different clients (and downloading every mail
only once per client).  

Your .fetchmailrc would look something like this: 

poll <pop3-server> with protocol POP3 options uidl
	user <pop3-username> there with password <pop3-password>
	is <local-username> here options keep

GH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824120051.GA42087>