Constructor for the IMAPSession.
()
| 6 | public class IMAPSession extends NativeObject { |
| 7 | /** Constructor for the IMAPSession. */ |
| 8 | public IMAPSession() |
| 9 | { |
| 10 | setupNative(); |
| 11 | } |
| 12 | |
| 13 | protected void finalize() throws Throwable |
| 14 | { |
nothing calls this directly
no test coverage detected