I'm running into some strange behavior when I call the mail_move()
method.  It seems like while other calls like mail_create() strip off
the remote part of the mail specification when sending the actual IMAP
command, the mail_move() call doesn't.  Here's the C calls I making and
the IMAP debug output they produce (INBOX is selected):

        mail_create(queue, "{localhost:143}~/Mail/web_queue");
        00000005 Create ~/Mail/web_queue
        00000005 OK CREATE completed
        mail_move(queue, "1", "{localhost:143}~/Mail/web_queue");
        00000006 COPY 1 "{localhost:143}~/Mail/web_queue"
        00000006 NO COPY failed: Can't access server for append

This on a RH7.3 box with imap2001a rpms.  Any ideas on what I'm doing
wrong?

Another question I have is how to get the mail_create() to use the
default RH mailbox format (UNIX/mbox I think) rather than the mbx
format.

Thanks for your help.

-- 
Guy Davis          Phone: (403) 301-3426       Fax: (403) 301-3499
Pason Systems      Calgary, Alberta            Canada

Digitally signed by GnuPG (DSA ID 759A998E at www.keyserver.net)
PGP Fingerprint: F685 97D0 0FC6 F016 E9EB CCD3 F183 1BC7 759A 998E 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to