This will have to wait for 4.0 since org.apache.commons.net.imap.IMAPClient.close() returns a boolean.
Gary On Tue, Sep 8, 2020 at 7:38 PM Melloware Inc <[email protected]> wrote: > > I agree that would be expected behavior and allow it to work in try with > resources. > > Sent from my iPhone > > > On Sep 8, 2020, at 7:33 PM, Gary Gregory <[email protected]> wrote: > > > > Hi All, > > > > It seems to me that org.apache.commons.net.SocketClient should > > implement Closeable where close() can be implemented as calling > > disconnect(). > > > > WDYT? > > > > Gary > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
