I am using database repository for storing mails. Every incoming mail goes thru 2 mailets; one the LocalDelivery and another similar to it that writes the mail to myinbox. I want to store the reference to this mail from James inbox in myinbox. Is there a way we can get the message_name of this mail that would be written to the inbox in the transport processor? mail.getName() does not turn out to be the same when this mail passes thru myMailet from what gets written in the inbox. They differ by the last 4 digits. I want to be able to somehow get the message_name that would be written in the inbox table in myMailet so I can have a reference to the mail in both the tables. Any suggestions?
Thanks, Disha -- Disha <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
