From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200207051326.g65DQMK13492@zamenhof.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: [9fans] Collecting POP3 while in travell In-reply-to: Your message of "Fri, 05 Jul 2002 11:31:50 +0200." <001601c22406$cee0adf0$0100a8c0@335400> References: <001601c22406$cee0adf0$0100a8c0@335400> From: Axel Belinfante Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 5 Jul 2002 15:26:22 +0200 Topicbox-Message-UUID: c2ec0a00-eaca-11e9-9e20-41e7f4b1d025 I am trying to set something up for what you describe (external POP3 account, dialup access -- have this at home). I wrote some shell scripts to grab the messages; this seems to work. (for each message in /mail/fs served by upas/fs, get unixheader and raw) I think it is possible to remove the grabbed messages, either by deleting the message directory, or via commands to /mail/fs/ctl; I have not yet tried either of these. If there is a better way to do this I'm interested in hearing it. Axel. > Imagine I need to grap messages from an external POP3 account : > upas/fs -f /pop/mypopserver.com > > But now, what if the link is a dialup and I want to keep messages after > disconnecting / rebooting ? > > Better, would it be possible to append those downloaded messages to > /mail/box/$user/mbox ? > If so, another question is how to get only new messages since the > -f option leave a copy of any message on the remote server. >