00001 #ifndef _IMAP_RELAY_ 00002 #define _IMAP_RELAY_ 00003 00004 #include "smbrelay.h" 00005 00006 int HandleIncommingIMAPRequest(RELAY *relay, char *destinationhostname,int destinationport); 00007 00008 #endif 00009