On Wed, Apr 2, 2008 at 12:03 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: > > > i've been wondering whether the SSL socket switch required for > > STARTTLS would be better done in the JAMES handler framework layer > > (AbstractJamesHandler) > > +1
+1 > > ATM the JAMES handler framework uses inheritance. so POP3Handler, > > SMTPHandler and so on extend AbstractJamesHandler. i've been wondering > > whether it might be better to replace inheritance with delegation by > > factoring out and interface. > > > > opinions? > > sounds reasonable. I don't remember too much that code to understand > what kind of impact a similar refactoring would have. +1, separation of concerns, always good. Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
