00001 00002 #ifndef __JBXL_SMTP_TOOLS_H_ 00003 #define __JBXL_SMTP_TOLLS_H_ 00004 00005 00014 #include "protocol.h" 00015 00016 00017 char* get_smtp_rcpt(char* mesg); 00018 char* get_smtp_mailbox(char* mesg); 00019 int is_smtp_onecommand(char* mesg, char* com); 00020 00021 int smtp_check_dot(char* mesg); 00022 00023 00024 #endif 00025