联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Email客户端(1) 
按平台查找All Delphi(1) 

[Email客户端] mailtitle_uncode

//为在电子邮件的标题中使用汉字等,经常把电子邮件的标题使用编码后再进行传输 //常用编码有base4+gb2312, base4+gbk, base4+big5, base4+utf8, base4+qp //本程序就是把电子邮件标题还原。 // 感谢 网友lyh16868.163.com (姓名: luoluo),是他提供了Big5ToGB的转换代码 // 感谢 网友提供了QP编码解码 function UnQPCode(QPString:string):string // 和base4解码 function decode64(instr:string):string // 正因为网友的无私奉献,才能成就小鸟的集成, // 小鸟不敢独自享用此代码, 因此,又把此代码奉献给大家 // 祝广大痛着并快乐者的编程爱好者,编程技术更上一层楼 // fzh7900033@163.com // 2010年5月21日整理
//The title in the e-mail using Chinese characters, etc., often using coded e-mail before heading to transmit// common code has base4+ gb2312, base4+ gbk, base4+ big5, base4+ utf8, base4+ qp// This procedure is to restore the email header.// Thanks friends lyh16868.163.com (name: luoluo), he provides a Big5ToGB conversion code// thank provides users QP codec function UnQPCode (QPString: string): string // and base4 decoding function decode64 ( instr: string): string // is because users of selfless dedication to the integration of bird achievement,// the birds can not access this code alone, so again this code is dedicated to you// I wish the majority of pain and Happy' s programming enthusiasts, programming higher level// fzh7900033@163.com// 2010年5月21 on Readjusting (2010-05-21, Delphi, 325KB, 下载23次)

http://www.pudn.com/Download/item/id/1182841.html
总计:1