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

/** Operation to fetch all numbers of all the articles of a newsgroup. */
public class NNTPFetchAllArticlesOperation extends NNTPOperation {
    /** numbers of all the articles. */
    public native IndexSet articles();
}