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.

Reply via email to