Description: This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL). Platform: |
Size: 733741 |
Author:Guo Quan |
Hits:
Description: 提供关于E-Mail信体的基本编码和解码方法包括 Base64, UUCode, Quoted-Printble编解码速度快 全兼容Outlook Express 部分关键代码说明 全部类静态方法 毋需创建实例即可使用 使用说明 首先使用CMailCoder提供的获取编码或解码长度的方法取得长度,然后根据取得的长度分配空间然后调用相应的编码解码函数进行操作就行了-on E-Mail letter to a basic coding and decoding methods include Base64, UUCode, Quoted- Printble codec fast-compatible key part of Outlook Express code Description all types of static method examples can be created without the use of the first to use use CMailCoder provide access length encoding or decoding the length of the method, according to the length of distribution space before calling corresponding codec functions operate on the line Platform: |
Size: 4096 |
Author:缘份天空 |
Hits:
Description: This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL). -This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL ) (note that this is not the same as the GPL). Platform: |
Size: 734208 |
Author:Guo Quan |
Hits:
Description: Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。
Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\r\n”序列作为软回车。 -Quoted-Printable is also commonly used in MIME message encoding one of the ways. With Base64, it will also enter the string or data encoding is ASCII code Chengquan printable string. Quoted-Printable encoding basic method is: the input data in 33-60,62-126 within the scope of direct output other required code for = plus two bytes of HEX code (uppercase). In order to ensure the output does not exceed the length of line can be added at the end of = sequence as a soft carriage return. Platform: |
Size: 1024 |
Author:king |
Hits:
Description: Quoted-Printable 编/解码类(VB6),全面支持中文的编/解码;支持对二进制数据的编码/解码;封装直接对字符串编/解码以及对文件进行编/解码。程序编写:Duclika(QQ:5183219)-Quoted-Printable encoding/decoding type (VB6), the full support of the Chinese language encoding/decoding support for binary data encoding/decoding package directly to the string encoding/decoding as well as file encoder/decoder. Programming: Duclika (QQ: 5183219) Platform: |
Size: 5120 |
Author:Duclika |
Hits:
Description: PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:*.在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址*.支持多种邮件编码包括:8bit,base64,binary和quoted-printable*.支持SMTP验证*.支持冗余SMTP服务器*.支持带附件的邮件和Html格式的邮件*.自定义邮件头*.支持在邮件中嵌入图片*.调试灵活*.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等*.可运行在任何平台之上 -PHPMailer is a PHP function is used to send e-mail package. It provides features include:*. When sending mail to specify multiple recipients, CC address, delivery address and return address dark*. include support for multiple e-mail encoding: 8bit, base64, binary, and quoted-printable*. Support SMTP authentication support for redundant SMTP server*.*. support e-mail with attachments and Html formatted messages*.*. support for custom header images in the message embedded in a flexible*.*. debug tested compliant SMTP server, including: Sendmail , qmail, Postfix, Imail, Exchange, etc.*. can be run on any platform Platform: |
Size: 117760 |
Author:唐中 |
Hits:
Description: Similar to the Quoted-Printable content-transfer-encoding defined in <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.
Platform: |
Size: 2048 |
Author:nonghenner |
Hits:
Description: Decodes an array quoted-printable characters into an array of original bytes. Escaped characters are converted back to their original representation.
Platform: |
Size: 1024 |
Author:puivinrou |
Hits: