搜索资源列表
HTTPClient
- 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, redirecti
qp
- Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。 Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\\r\\n”序列作为软回车。
MIME(Quoted-Printable & Base64) 编码解码程序
- MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
QPEncode-Decode
- QP(Quoted-Printable-Content-Transfer-Encoding)编码解码程序,实现QP码与汉字之间进行转换。
Quoted_Printable_Encode
- 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/decodi
phpMailer_v2.2.1_
- PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:*.在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址*.支持多种邮件编码包括:8bit,base64,binary和quoted-printable*.支持SMTP验证*.支持冗余SMTP服务器*.支持带附件的邮件和Html格式的邮件*.自定义邮件头*.支持在邮件中嵌入图片*.调试灵活*.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等*.可运行在任何平台之
a
- 目前一部份手机(包括进口手机及山寨手机)的电话簿备份文件是UTF-8 QUOTED-PRINTABLE 编码的 vcf 文件,格式如下: BEGIN:VCARD VERSION:2.1 N CHARSET=UTF-8 ENCODING=QUOTED-PRINTABLE:=E6=95=96=E5=87=A4=E6=96=8C TEL CELL:13804797868 BDAY:00000000 END:VCARD BEGIN:VCARD VERSION:
PHPMailer-master
- PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括: *.在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址 *.支持多种邮件编码包括:8bit,base64,binary和quoted-printable *.支持SMTP验证 *.支持冗余SMTP服务器 *.支持带附件的邮件和Html格式的邮件 *.自定义邮件头 *.支持在邮件中嵌入图片 *.调试灵活 *.经测试兼容的SMTP服务器包括:Sendmail,qmail,Post
QCodec
- 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
qUOTEDpRINTABLEcODEC.RAR
- Quoted Printable Codec Source Code for Andriod.
smtp.tar
- smtp 发送邮件,包括实现简单的encode (base64 quoted-printable)
QuotedPrintableInputStream
- Performs Quoted-Printable decoding on an underlying stream.
QuotedPrintable
- Decodes an array quoted-printable characters into an array of original bytes. Escaped characters are converted back to their original representation.
PHPMailer2.1
- PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括: *.在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址 *.支持多种邮件编码包括:8bit,base64,binary和quoted-printable *.支持SMTP验证 *.支持冗余SMTP服务器 *.支持带附件的邮件和Html格式的邮件 *.自定义邮件头 *.支持在邮件中嵌入图片 *.调试灵活 *.经测试兼容的SMTP服务器包括:Sendmail,qmail,Post
decode
- 此文档中包含Base64和Quoted-Printable的解码函数,已测试其正确性-This document contains Base64 and Quoted-Printable decoding function, have been tested for accuracy
QCodec
- 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 d
PHPMailer_v5.1
- PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址.支持多种邮件编码包括:8bit,base64,binary和quoted-printable.支持SMTP验证.支持冗余SMTP服务器.支持带附件的邮件和Html格式的邮件.自定义邮件头.支持在邮件中嵌入图片.调试灵活.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等.可运行在任何平台之上-PHPMailer
QP_CDO_Encode_Decode
- 完美的VB quoted-printable 编码解码器-Perfect VB quoted-printable codec
quoted-printable解码
- quoted-printable解码和编码(quoted-printable decode and encode)
dlcah
- QP(Quoted-Printable-Content-Transfer-Encoding)编码解码程序,实现QP码与汉字()