Hi Mohammad, comments inside...
2010/11/15 Mohammad Naghavi <[email protected]>: > Hi there, > to be short I would declare just the point. I had an email in my inbox, I > connected to james using IMAP in outlook, dragged the mail from inbox to > another mailbox. the result was that a new mail was created and assigned to > the new mailbox. first of all that the field textualLineCount which in > original message has the value 2, is in new message set to null. Thats a bug.. Please open a bug report for it: https://issues.apache.org/jira/browse/IMAP > another question was that why to add a new message and assign it to new > mailbox? why not just to change the mailboxId of the original message in > membership table? Well to make it short, its not possible. There is no "MOVE" command in IMAP. When you move a message via your IMAP-Client it will do a "COPY & EXPUNGE". So JAMES can't know if its a "MOVE operation" or just a "COPY operation". See: http://tools.ietf.org/html/rfc3501 > > Thanks > MN Bye, Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
