JunkBox_Lib 1.10.1
Loading...
Searching...
No Matches
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
14char* get_smtp_rcpt(char* mesg);
15char* get_smtp_mailbox(char* mesg);
16int is_smtp_onecommand(char* mesg, char* com);
17
18int smtp_check_dot(char* mesg);
19
20
21#endif
22
プロトコル解析ライブラリ ヘッダ
int is_smtp_onecommand(char *mesg, char *com)
Definition smtp_tool.c:96
int smtp_check_dot(char *mesg)
Definition smtp_tool.c:121
char * get_smtp_rcpt(char *mesg)
Definition smtp_tool.c:22
char * get_smtp_mailbox(char *mesg)
Definition smtp_tool.c:62