[Thread Prev][Thread Next][Thread Index]
Re: SyncMail problem
- To: Gregory Gee <gregg@xxxxxxxxxxxxxx>
- Subject: Re: SyncMail problem
- From: Brian Buck <Brian.Buck@xxxxxxxxxxxxxxx>
- Date: Tue, 04 Jan 2000 11:48:51 -0700
- Cc: PilotManager <pilotmgr@xxxxxxxxxxxxxxxxxxxx>
- Organization: Sun Microsystems
- References: <38723DB4.AE8EF327@playground.net>
- Sender: owner-pilotmgr
Try this. comment the array assignment lines and hardcode the array
elements to match your pilot mail folders.
#@cats = @{$appinfo->{categoryName}};
#@cat_ids = @{$appinfo->{categoryID}};
$cats[0] = 'Inbox';
$cats[1] = 'Outbox';
$cats[2] = 'Deleted';
$cats[3] = 'Filed';
$cats[4] = 'Draft';
Gregory Gee wrote:
>
> Is there some setup I have to do before I use SyncMail. Whenever I try
> and use it, I get the following error. My perl is a little rusty but that
> section of the code is the same in every conduit.
>
> 01/04/100 13:34:42 Please press the Hotsync button on your Pilot cradle
> 01/04/100 13:34:43 Connected.
> 01/04/100 13:34:45 Synchronizing using the SyncMail conduit
> 01/04/100 13:34:46 Doing full sync.
> 01/04/100 13:34:46 SyncMail did not complete cleanly.
> Error Can't use an undefined value as an ARRAY reference at /home/gregg/pilotmgr/SyncMail.pm line
> 402.
>
> Trying to continue.
> 01/04/100 13:34:46 Synchronization complete
>
> Greg.
> ------------------------------------------------------------------------
> ***********************************************************
> * This is a public mailing list! *
> * Please do not publish Sun proprietary information here! *
> * - - - - - - - - - - - - - - *
> * http://www.moshpit.org/pilotmgr *
> ***********************************************************
--
____________________________________________________________________
Brian Buck
Sun Microsystems Inc
eSun IT / ServiceWeb
mailto:brian.buck@xxxxxxx
"The box said 'Requires Windows 95, NT, or better,' so I installed
Linux."
____________________________________________________________________
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* http://www.moshpit.org/pilotmgr *
***********************************************************