X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fmail%2FMailbox.java;h=23c62cff4ee23df7d8a1637b8440849b01d87f5f;hb=8026400e16b1d5cdd8454c537f940c0e098184b0;hp=5c72270c7949abb83ab1f336a8eb3f9e4a75d90b;hpb=e9f64fcf6852beecfa39e45c4b1bef0de3617819;p=org.ibex.mail.git diff --git a/src/org/ibex/mail/Mailbox.java b/src/org/ibex/mail/Mailbox.java index 5c72270..23c62cf 100644 --- a/src/org/ibex/mail/Mailbox.java +++ b/src/org/ibex/mail/Mailbox.java @@ -73,7 +73,11 @@ public abstract class Mailbox extends JS.Obj implements Target { public static interface Iterator { public abstract Message cur(); public abstract Headers head(); + + // FIXME: change all code to actually use this convention! + /** JDBC convention: iterator starts "before the first element" */ public abstract boolean next(); + public abstract void delete(); /** a unique identifier for this message */