readme

来自「LINUX下的收发E-MAIL的程序」· 代码 · 共 38 行

TXT
38
字号
/********		README		********/

This is the demo version of "HUC Email 1.0", which run on the KINGENE 's HUC.

This HUC Email system contains almost all basic functions of Email system, 
such as receive mails, send mails, reply to sender,manage(add / delete /
modify) user's email account ,etc; and can run stably even when several 
user' s email account work the same time.

About detail HUC Email usage,refer to USER 'S MANUL. 1. About source code.

1. About source code. Files under "../Email" are mainly about the HUC Email
 system's interface; files refer to SMTP/POP3 protocols, which are  really
 communicate are under "../Email/HUCmail".

2. Because of this program must have some system support, before you compile
 this program, confirm the Microwin, naroX, input, LLDBS, aptest have been
 compiled.

3. When compile this program, run "./configure" under "../Email" first, it 
will format Makefile; second, type "make"(not include quotes)compile the 
programs, if succeed, there should be a file named "Email_main", which is 
the mail program to run the demo.
	make:built main program;
	make clean:clean *.o in the directory and del "Email_main".
	make distclean:clean Makefile.

4. Notice:Before you run this program, run "server" and "../emulator/wstart.sh"
(./nano-X , ./input, ./Wmain) earlier.


If you find bugs, please send mail to posaidong < posaidong@kingene.com.cn;
posaidong@yahoo.com > or ydong < ydong@kingene.com.cn >; we 'll solve it as
soon as possible.

Thanks for using HUC Email ! Good luck !

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?