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

import java.util.List;

/** Operation to fetch list of summary headers of a set of articles of a newsgroup. */ 
public class NNTPFetchOverviewOperation extends NNTPOperation {
    public native List<MessageHeader> articles();
}