aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/com/libmailcore/NNTPFetchServerTimeOperation.java
blob: 41af4152fe3a0de60b4d82f6f93c86753b526bd3 (plain)
1
2
3
4
5
6
7
8
package com.libmailcore;

import java.util.Date;

/** Operation to fetch the server time. */
public class NNTPFetchServerTimeOperation extends NNTPOperation {
    public native Date time();
}