SMTP-Relaying: implement a method to choose a relay by sender email address or username
[citadel.git] / citadel / modules / imap / imap_metadata.h
index 2ce656b4e991277be914c7863db9b8424015011b..b45d22a8641da923efda5d0a813fc94fee63375e 100644 (file)
@@ -1,7 +1,20 @@
 /*
- * $Id: imap_acl.h 5148 2007-05-08 15:40:16Z ajc $
+ * Copyright (c) 2007-2012 by the citadel.org team
  *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *  
+ *  
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  
+ *  
+ *  
  */
 
-void imap_getmetadata(int num_parms, char *parms[]);
-void imap_setmetadata(int num_parms, char *parms[]);
+void imap_getmetadata(int num_parms, ConstStr *Params);
+void imap_setmetadata(int num_parms, ConstStr *Params);