Hi, I would like to add some functionality to SMTPServer.java, but this is very hard to do that because all variables like 'theHandlerFactory' are private, and are used direct instead public get mothods like 'getHandlerFactory()'. In this case to modify some small part I have to rewrite all the existing code or to write directly in the SMTPServer.java class. Is there any easy and clever way to do that instead the above way.
Regards, Miro. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
