re: mail_append_full() and UID?

2002-07-11 Thread Mark Crispin

On 11 Jul 2002 15:10:14 -0500, Shawn Walker wrote:
> Is there anyway to figure out what the new message number UID is without
> having to to using MAILSTREAM.nmsgs and use mail_uid() to get it?
> Sometimes mail_append_full() never call mail_exists() that updates the
> number of messages on the server.  The message was successfully uploaded
> to the server.

The simple answer is no.

The more complex answer is that the only safe say to get the UID is to select
the destination mailbox *after* doing the append and searching for the message
id.




mail_append_full() and UID?

2002-07-11 Thread Shawn Walker

Is there anyway to figure out what the new message number UID is without
having to to using MAILSTREAM.nmsgs and use mail_uid() to get it? 
Sometimes mail_append_full() never call mail_exists() that updates the
number of messages on the server.  The message was successfully uploaded
to the server.



-- 
--
 For information about this mailing list, and its archives, see: 
 http://www.washington.edu/imap/c-client-list.html
--