01: package test.port.mail; 02: 03: /** 04: * EndPoint that waits for e-mails. 05: * 06: * 07: * <h1>qmail</h1> 08: * <p> 09: * Use Maildir. See http://cr.yp.to/proto/maildir.html 10: * scan Maildir/new and deliver. 11: * 12: * @author Kohsuke Kawaguchi 13: */ 14: public class EmailPort { 15: }