getId() of MailImpl produces a String consisting of:
"Mail" + System.currentTimeMillis() + "-" + localCount
where localCount is a synchronized counter.
This is just how it's first created, and I just want to clarify this is independent of below. If you look in the logs or do anything special in your mailets/matchers, you may use getId() to retrieve this unique delivery path.
this id is later given to the
org.apache.avalon.cornerstone.services.store.ObjectRepository in
or.put(key, mc);
I tried to base64 decode such a file-name, but I got an exception concerning the length...
so it is probably encoded in a different way...
Hmm. Maybe hex character encoding. Not sure.
-- Serge Knystautas President Lokitech >>> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
