📄 readme
字号:
libsmtp++ version 0.1Preface=======libsmtp++ is a library that implements the client part of the SMTPprotocol. It is consequently object oriented designed.The library should be easy to integrate and at the same time it shouldprovide all the SMTP features that are of importance.Currently the following features are implemented:CRAM-MD5 authenticationCRAM-SHA1 authenticationLOGIN authenticationPLAIN authenticationSTARTTLS ssl encryptionSMTPS ssl encryptionThe following features will be implemented in later releases:DIGEST-MD5DIGEST-SHA1(both are a bit difficult to implement in contrast to the CRAM-*methods)History=======libsmtp++ was part of pushmail [1]. Sometime i realized that the SMTPpart of pushmail was well designed enough to be outsourced intoa library, so that maybe someone else will benefit from it.That's it:-)Documentation=============Currently you will find a step by step guide in the directorydoc/examples and some documentation generated with the tooldoxygen [2] in the directory doc/reference. In future releasesi will include more information in the form of a referencetextfile.Requirements============You will need the openssl library and the openssl headersto compile libsmtp++.openssl [3]cvs info========you can obtain the latest sources via cvs. just press enter when you are prompted for a password.# cvs -d:pserver:anonymous@cvs.libsmtp.sourceforge.net:/cvsroot/libsmtp \ co -P libsmtp++ I18N====I need people who can translate the messages into other languages. If youare interested in contributing please message me at "Timo Benk<t_benk@users.sourceforge.net>".Thanks goes to the following people who contributed by sending translations:Gaetano <gaetano@linux.it> - Italian translationVitaly Ovchinnikov <ov@rbcmail.ru> - Russian translationRicardo Pacheco <rpacheco@validata.com.mx> - Spanish translationThanks for contributing new ideas, bugfixes or code:Vitaly Ovtchinnikov <-ov@smtp.ru> _________________________________________________________________References==========[1] http://pushmail.sourceforge.net[2] http://www.doxygen.org[3] http://www.openssl.org
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -