資源簡介
最近想用C 發送郵箱,發現QQ神馬的,都需要SSL,而且QQ和126 都需要授權碼來在第三方登陸,弄的很復雜,所以就下載了一個類。非常給力,試過你就知道。因為是牛人寫的,這個牛人不是我,,,codeproject上的。親測,win7 ,vs2010 無問題。
代碼片段和文件信息
/*?
???base64.cpp?and?base64.h
???Copyright?(C)?2004-2008?Ren?Nyffenegger
???This?source?code?is?provided?‘as-is‘?without?any?express?or?implied
???warranty.?In?no?event?will?the?author?be?held?liable?for?any?damages
???arising?from?the?use?of?this?software.
???Permission?is?granted?to?anyone?to?use?this?software?for?any?purpose
???including?commercial?applications?and?to?alter?it?and?redistribute?it
???freely?subject?to?the?following?restrictions:
???1.?The?origin?of?this?source?code?must?not?be?misrepresented;?you?must?not
??????claim?that?you?wrote?the?original?source?code.?If?you?use?this?source?code
??????in?a?product?an?acknowledgment?in?the?product?documentation?would?be
??????appreciated?but?is?not?required.
???2.?Altered?source?versions?must?be?plainly?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????17536??2013-08-17?11:22??CSmtp_v2_4_ssl\Article?Source.htm
?????文件????????3844??2008-08-18?14:23??CSmtp_v2_4_ssl\ba
?????文件?????????190??2008-07-18?20:30??CSmtp_v2_4_ssl\ba
?????文件???????76597??2015-10-22?21:28??CSmtp_v2_4_ssl\CSmtp.cpp
?????文件????????7298??2015-10-22?20:47??CSmtp_v2_4_ssl\CSmtp.h
?????文件?????????874??2010-08-09?13:32??CSmtp_v2_4_ssl\CSmtp.sln
?????文件????????6477??2010-08-20?20:26??CSmtp_v2_4_ssl\CSmtp.vcproj
?????文件????????1652??2012-11-03?23:20??CSmtp_v2_4_ssl\main.cpp
?????文件???????13673??2013-03-08?23:47??CSmtp_v2_4_ssl\md5.cpp
?????文件????????4441??2010-08-14?21:57??CSmtp_v2_4_ssl\md5.h
?????目錄???????????0??2013-07-10?22:31??CSmtp_v2_4_ssl\openssl-0.9.8l\
?????目錄???????????0??2013-07-10?22:31??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\
?????目錄???????????0??2013-07-10?22:31??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\
?????文件????????5682??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\aes.h
?????文件???????48773??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\asn1.h
?????文件???????18956??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\asn1_mac.h
?????文件???????28073??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\asn1t.h
?????文件???????30822??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\bio.h
?????文件????????5173??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\blowfish.h
?????文件???????33562??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\bn.h
?????文件????????4565??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\buffer.h
?????文件????????4453??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\cast.h
?????文件????????1978??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\comp.h
?????文件????????9484??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\conf.h
?????文件????????4080??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\conf_api.h
?????文件???????24217??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\crypto.h
?????文件???????10736??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\des.h
?????文件???????18238??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\des_old.h
?????文件????????8654??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\dh.h
?????文件???????11674??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\dsa.h
?????文件???????16252??2010-01-08?11:59??CSmtp_v2_4_ssl\openssl-0.9.8l\inc32\openssl\dso.h
............此處省略54個文件信息
評論
共有 條評論