[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers]
Any ideas why:
#!/usr/bin/perl -w
use strict;
use Palm::Mail;
use ColdSync;
use Mail::Internet;
use Mail::Util;
use Mail::Header;
# Default values for headers
%HEADERS = (
"Local-Inbox" => "", # Name of mailbox on server
# Should add ability to poll
another server
"Inbox-name" => "Inbox", # Name of category on Palm to sync
"Truncate-After" => 8000, # Truncate body after that
amount of bytes
# this should really be read
from Palm
);
my $VERSION = (qw( $Revision: 0.2 $ ))[1]; # Conduit version
ConduitMain(
"fetch" => \&DoFetch,
"dump" => \&DoDump,
);
sub DoFetch {
} #DoFetch
sub DoDump {
}
Results in these errors?
Running pre-fetch conduits for "MailDB".
This conduit matches. Running "fetch-mail"
501 Conduit failed
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.6.0/Palm/Mail.pm line 360.
run_conduit: got status 301
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.6.0/Palm/Mail.pm line 361.
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.6.0/Palm/Mail.pm line 362.
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/site_perl/5.6.0/Palm/Mail.pm line 363.
Conduit failed
My Palm::Mail version is
# $Id: Mail.pm,v 1.12 2000/09/24 16:25:49 arensb Exp $
--
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.