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

[Email客户端] AI-Assistant

这是一个基于谷歌生成API的人工智能助手。它能够做多种事情,如写电子邮件、论文,甚至用任何编程语言生成代码。
This is an AI assistant based on the Google Generative API. It is capable of doing multiple things like writing emails, essays and even generate codes in any programming languages. (2024-02-16, HTML, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708075900610405.html

[Email客户端] email_sender

Email Schedule Manager是一种工具,旨在根据消息模板帮助规划和自动发送电子邮件。该应用程序的目标是练习python编程。
The Email Schedule Manager is a tool designed to assist with planning and automating the sending of emails based on message templates. The object of this app is to practice python programming. (2023-12-22, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703253569434911.html

[Email客户端] 2

如何使用ASP的jmail组件发邮件,JMail 组件是Dimac 公司的邮件收发组件,这是一个非常成熟和强大的邮件组件。它不但可以完成发邮件的工作,还可以POP收信,并支持收发邮件时的PGP加密,内置一个群发邮件的对象,可以使群发编程更简单。
How to use ASP's JMail component to send mail? JMail component is Dimac's mail sending and receiving component, which is a very mature and powerful mail component. It can not only complete the work of sending mail, but also receive mail by POP. It also supports PGP encryption when sending and receiving mail. It has a built-in object for group mail, which can make group mail programming simpler. (2018-11-14, ASP, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1542149535253176.html

[Email客户端] POP3编程

1 设定服务器地址、帐户、密码后能够连接到POP3服务器 2 能从pop3服务器中检查所有邮件 3 可以查看邮件内容 4 可以删除邮件 5 可实现附件的接收
1 set the server address, account, password, and then connect to the POP3 server 2 check all messages from the POP3 server 3, you can check the contents of the mail 4, you can delete mail 5, the attachment can be achieved (2017-09-06, Visual C++, 12222KB, 下载4次)

http://www.pudn.com/Download/item/id/1504668271871578.html

[Email客户端] MailClientForme

项目:邮件的发送与接收 原理基于简单:SMTP和POP3协议的电子邮件的发送和接收的编程,发送端SMTP协议模块的设计 (2)接收端POP3协议模块的设计
Project: the sending and receiving e-mails Principle based on simple: SMTP and POP3 protocol of E-mail sent and received by the programming, the sender SMTP protocol module designthe receiver POP3 protocol module design (2015-06-23, C#, 1784KB, 下载10次)

http://www.pudn.com/Download/item/id/1435045443222392.html

[Email客户端] mail

VC++爱好者分享一款全能的邮件发送组件,本组件(smtp.lib)通过smtp协议发送邮件,支持VC主流编程工具调用,调用方式跟调用windows api完全相同。使用或者发布后无需注册控件,无需做成安装包。本示例包内包括了Debug版LIB、Release版LIB等,并附上了两个使用示例。
Mail sending component Share VC++ lovers a versatile, the components (smtp.lib) to send mail through the SMTP protocol, to support VC mainstream programming tool call, the call with the call to the windows api identical. Use or do not need to register the control, do not need to be made after the release of the installation package. This example included in the package the Debug version LIB Release Version LIB, along with two examples of use. (2013-04-23, Visual C++, 339KB, 下载11次)

http://www.pudn.com/Download/item/id/2212497.html

[Email客户端] EMail

邮件发送高级编程是一个高级的邮件发动程序,能够设定smtp的验证,同时也能够发送附件,还能够设定各种编码以及数据加密。
Message is sent high-level programming is an advanced e-mail to launch programs, to set the smtp authentication, but also the ability to send attachments, but also can set all kinds of coding and data encryption. (2011-05-07, Visual C++, 72KB, 下载13次)

http://www.pudn.com/Download/item/id/1521701.html

[Email客户端] EmailListenerDemo

本程序实现对主机电子邮件协议的监控与截获。如利用foxmail和outlook发送的电子邮件。Socket编程,base64码变换。
The program realization of the host monitor and intercept e-mail protocol. Such as the use foxmail and outlook email. Socket programming, base64 code transformation. (2011-05-02, Visual C++, 668KB, 下载20次)

http://www.pudn.com/Download/item/id/1513944.html

[Email客户端] SMTP

邮件发送编程是一个实用的邮件发动程序,能够设定smtp的验证,同时也能够发送附件,还能够设定各种编码以及数据加密。
Mail e-mail program is a practical starting procedures, to set the smtp authentication, but also the ability to send attachments, but also can set all kinds of coding and data encryption. (2010-10-29, Visual C++, 3985KB, 下载103次)

http://www.pudn.com/Download/item/id/1329978.html

[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

[Email客户端] SMTPwithAttach

邮件发送高级编程是一个高级的邮件发动程序,能够设定smtp的验证,同时也能够发送附件,还能够设定各种编码以及数据加密。
SMTPwithAttach is an advanced high-level programming to launch the e-mail program, to set up smtp authentication, but also be able to send attachments, but also can set all kinds of coding and data encryption. (2009-05-08, Visual C++, 3988KB, 下载15次)

http://www.pudn.com/Download/item/id/749318.html

[Email客户端] 20051015simplesmtp

用C#编写的邮件SMTP接收处理程序,十分简单明了的原理示范是编程实例。是初学者C# Socket——SMTP入门的好例子
C# prepared to receive SMTP mail handling procedures, a very straightforward principle demonstration was programming examples. Yes beginners C# Socket-- SMTP good example of entry (2005-10-15, C#, 32KB, 下载59次)

http://www.pudn.com/Download/item/id/118237.html

[Email客户端] 邮件编程

里边又一个可以发邮件的程序,还有几个辅助的程序代码,都是很有用的,把它放在一起便于资源共享给大家,希望大家能用得上.
I put a programme which could send email and some acessary programms in it. I think they are very useful and I d like to shall them with you all. (2005-08-07, Visual C++, 149KB, 下载176次)

http://www.pudn.com/Download/item/id/106399.html
总计:153