JunkBox_Lib  1.10.2
smtp_tool.h
Go to the documentation of this file.
1 #ifndef __JBXL_SMTP_TOOLS_H_
2 #define __JBXL_SMTP_TOLLS_H_
3 
11 #include "protocol.h"
12 
13 
14 char* get_smtp_rcpt(char* mesg);
15 char* get_smtp_mailbox(char* mesg);
16 int is_smtp_onecommand(char* mesg, char* com);
17 
18 int smtp_check_dot(char* mesg);
19 
20 
21 #endif
22 
プロトコル解析ライブラリ ヘッダ
char * get_smtp_rcpt(char *mesg)
Definition: smtp_tool.c:22
int is_smtp_onecommand(char *mesg, char *com)
Definition: smtp_tool.c:96
char * get_smtp_mailbox(char *mesg)
Definition: smtp_tool.c:62
int smtp_check_dot(char *mesg)
Definition: smtp_tool.c:121