15 Dec
2004
15 Dec
'04
10:27 p.m.
On 15.12.2004, at 20:12, Johannes Berg wrote:
Is copy the only way a message can be moved into/out of a mailbox?
Within server, yes. If client copies a message between servers or from local disk to server, it uses APPEND command. You could do pretty much the same thing for it too if you need it.
Or do you need to know what messages were copied/appended? With COPY that's possible to do because you know the messageset, but with APPEND it's not really possible, unless you just do it for every new message that is seen (ie. could have been created by another IMAP session or MTA).