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

/** Operation to fetch the header of a message. */
public class POPFetchHeaderOperation extends POPOperation {
    /** Parsed header of the message. */
    public native MessageHeader header();
}