in reply to Re: sent messages list
in thread sent messages list

i want to maintain this list locally and not on the remote machine,as i only want to store the messages that have been sent by using my email client.Is there some specific format that is used to distinguish different messages stored in a file.

Replies are listed 'Best First'.
Re: Re: Re: sent messages list
by ysth (Canon) on Jan 28, 2004 at 18:11 UTC
    There are a few common formats (for unixy mail programs - windows programs often use their own proprietary standards): mbox, maildir, and MH. You might take a look at Mail::LocalDelivery. Or I think the Mail::Box solution suggested will do what you want (don't use Mail::Box myself).