Hi,
I've just fixed a bug in IMAP APPEND:
db_imap_append() used to send the \Seen flag of a message to '1', but
RFC 3501 says that the \Recent flag should be set to '1'. It says
nothing about the \Seen flag, only that it can be set by the APPEND
command using the optional flags parameter.
Next step is to implement handling of the flags parameter, because that
is not handled by our IMAP code at the moment.
At the same time, I'll make sure the APPEND can also take INTERNALDATE
values, which it should
Ilja