Hi Everyone,

I have observed an interesting scenario today with James messageID, I
received few hundred emails and all emails got incremented messageID.

Today I deleted few old emails. The emails I received after cleaning up old
emails got old message Id's.

1) Does james re-use messageID?
If yes, is there anyway we can disable this feature?

In my code I am using following statement to retrieve message ID:
 MimeMessage msg = (MimeMessage) cMsg;
 int messageNumber = msg.getMessageNumber();

As per mail specification, shouldn't messagenumber be unique?

Any help appreciated.

Thank you,
Giri

Reply via email to