[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [coldsync-hackers] New fetchmail conduit?
I think I have the writing to Palm working by writing to the PDB during the
fetch conduit (is_read and dirty) and letting the generic sync conduit sync
it to the Palm for me.
I need to figure out how to write to the mbox file on the server during the
dump conduit (after getting info from the PDB after the sync - email's
deleted or read on the Palm). I'm looking into using Mail::Folder - but so
far I haven't been able to install it (I keep getting dependecies that I
have to iron out)
I'm also looking into using IMAPClient.pm from CPAN to handle all the "email
on the server" interaction
-----Original Message-----
From: owner-coldsync-hackers@lusars.net
[mailto:owner-coldsync-hackers@lusars.net]On Behalf Of Andrew
Arensburger
Sent: Wednesday, February 13, 2002 10:42 AM
To: coldsync-hackers@lusars.net
Subject: Re: [coldsync-hackers] New fetchmail conduit?
On Wed, Feb 13, 2002 at 09:37:29AM -0500, Brian Johnson wrote:
> I can't figure out how to write back "is_read" status to the email mbox or
> delete emails from the mbox
I believe the way to do that is to
$record->{is_read} = 1;
in your script, then upload the record to the Palm (using
dlp_WriteRecord).
--
Andrew Arensburger This message *does* represent the
arensb@ooblick.com views of ooblick.com
Where's that horse whip when you need it?
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.