Aaron, I think it is a good idea. Extending this a bit

do you think
----- Original Message ----- 
>     // Obtain a reference to a custom mail repository used by this mailet
>     MailRepository repository = 
> (MailRepository)myContext.lookup("myRepository");

should be
>     // Obtain a reference to a custom mail repository used by this mailet
>     DirContext repository = 
>       (DirContext)myContext.lookup("myRepository");

Why would James need a non JNDI interface for Repository ? 

Harmeet


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to