Changes to support IMAP on hopper all compile but are not tested yet
[hcoop/domtool2.git] / src / mail / vmail.sig
index a70e525..4defa43 100644 (file)
@@ -24,7 +24,7 @@ signature VMAIL = sig
 
     datatype listing =
             Error of string
-          | Listing of string list
+          | Listing of {user : string, mailbox : string} list
 
     val list : string -> listing
 
@@ -38,6 +38,6 @@ signature VMAIL = sig
 
     val rm : {domain : string, user : string} -> string option
 
-
+    val doChanged : unit -> bool
 
 end