()
| 3 | /** IMAP folder. */ |
| 4 | public class IMAPFolder extends NativeObject { |
| 5 | public IMAPFolder() |
| 6 | { |
| 7 | setupNative(); |
| 8 | } |
| 9 | |
| 10 | /** Sets the path of the folder. */ |
| 11 | public native void setPath(String path); |
nothing calls this directly
no test coverage detected