aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/com/libmailcore/NNTPFetchArticleOperation.java
blob: 2f60e38bffbc145b26d5b8444776748aafc00669 (plain)
1
2
3
4
5
6
7
package com.libmailcore;

/** Operation to fetch the content of a given article. */
public class NNTPFetchArticleOperation extends NNTPOperation {
    /** Content of the article in RFC 822 format. */
    public native byte[] data();
}