You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Patrick Cullen <pc...@syllexis.net> on 2001/09/28 01:34:14 UTC

email names on filesystem

How are filenames generated for emails that are stored to the filesystem?
 
eg. 4D61696C3938373633383637333631382D31.private.PersistentStore
 
A cursory glance at the code leads me to believe the name is generated by
the Store.StreamRepository class (perhaps using the timestamp id found in
MailImpl).
Before posting to the developer group I wanted to ask here.  
 
Thanks, Patrick
 

Re: email names on filesystem

Posted by Stephan Schiessling <s...@rapi.com>.
The first part is a hexstring:
4D=M
61=m
....

4D61696C3938373633383637333631382D31 = Mail987638673618-1

Hope this helps

Stephan Schiessling
s@rapi.com


> Patrick Cullen schrieb:
> 
> How are filenames generated for emails that are stored to the
> filesystem?
> 
> eg. 4D61696C3938373633383637333631382D31.private.PersistentStore
> 
> A cursory glance at the code leads me to believe the name is generated
> by the Store.StreamRepository class (perhaps using the timestamp id
>  found in MailImpl).
> Before posting to the developer group I wanted to ask here.
> 
> Thanks, Patrick
>

---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org