CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 附件

搜索资源列表

  1. mymail

    0下载:
  2. 自己用struts2写的一个发邮件的小代码,能够发送带附件,HTMl格式的邮件,运用javamail包实现邮件发送。借用其他网络邮箱服务器,比如163 账号密码是163的 然后就能发送邮件了-Own use struts2 write a small mail code, to send an attachment, HTMl formatted message, using javamail package implements the message sent. Borrow other n
  3. 所属分类:Email Client

    • 发布日期:2016-01-23
    • 文件大小:5821440
    • 提供者:刘俊琪
  1. emailtransform

    0下载:
  2. 通过简单的SMTP协议,实现了邮件转发的功能。同时也可以添加附件,填写SMTP服务器,收件人,主题等信息,实现邮件的转发。-Simple SMTP protocol, to achieve the e-mail forwarding function. Can also add an attachment, fill in the SMTP server, recipient, subject and other information, to achieve e-mail forwarding
  3. 所属分类:Email Client

    • 发布日期:2017-05-18
    • 文件大小:4935113
    • 提供者:唐宏美
  1. EMail

    0下载:
  2. 邮件发送高级编程是一个高级的邮件发动程序,能够设定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 codin
  3. 所属分类:Email Client

    • 发布日期:2017-04-01
    • 文件大小:73581
    • 提供者:杨风
  1. JavaMail

    0下载:
  2. java mail,实现了简单的java mail发邮件的功能 ,可以群发,或者一对一的发,可以发文字 和或者带附件 ,或者 带http链接-java mail
  3. 所属分类:WEB Mail

    • 发布日期:2017-03-29
    • 文件大小:520916
    • 提供者:TT
  1. MyCSharpMail

    0下载:
  2. 邮件的收发及附件功能 并且有通讯录功能 -Send and receive messages and attachments in the address book feature and have
  3. 所属分类:Email Client

    • 发布日期:2017-04-01
    • 文件大小:21654
    • 提供者:常吉双
  1. mail-analysis

    0下载:
  2. 邮件解析,1.对于邮件的原始报文,首先检测邮件头和邮件正文,分解出邮件头和邮件正文。 2.对邮件头进行检测,解析出寄件人、收件人、抄送收件人、日期、邮件主题、报文内容类型、边界、报文的内容传送编码,报文内容类型、边界、报文的内容传送编码需要作为参数传递到邮件的正文。 3.根据不同的报文内容类型进行相应的解析。 4.对于内容的解析,要按照内容传送编码,选择相应的解码器进行解码。对于附件,只提取附件的名字。-mail analysis
  3. 所属分类:WEB Mail

    • 发布日期:2017-04-03
    • 文件大小:2341
    • 提供者:沈江英
  1. MailSend

    0下载:
  2. 利用System.Web.Mail这个名称空间.在这个名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer,您必须通过SmtpServer属性来指定发送邮件的服务器的名称(或IP地址),然后再调用Send()函数来发送邮件。您可以在Send函数的参数MailMessage对象中设置邮件的相关属性,如优先级、附件等等。除了以MailMessage对象为参数(如上述代
  3. 所属分类:Email Client

    • 发布日期:2017-03-29
    • 文件大小:51448
    • 提供者:shen6041
  1. EmailGroupSend

    0下载:
  2. 在网上找了很多群发邮件功能的资源,总有些不尽人如意,所以就自己用c#做了一个,支持群发、多附件添加、模板管理等。群发邮件地址需要从txt打开,格式为name,123@163.com-The Internet to find a lot of bulk mail features resources, the total wishful some different people, so they used to do a c#, support mass, add multiple attach
  3. 所属分类:Email Client

    • 发布日期:2017-03-30
    • 文件大小:496734
    • 提供者:hgb888
  1. mailproxy

    0下载:
  2. jspservlrt邮件代理服务 发送和接收邮件 并能发送附件-Jspservlrt mail to send and receive E-mail proxy and can send attachments
  3. 所属分类:WEB Mail

    • 发布日期:2017-05-29
    • 文件大小:12140040
    • 提供者:lolita
  1. mail

    0下载:
  2. 实现邮件发送能带附件,群发时间快,接收快,无bug。-Send e-mail with attachments can be achieved, mass fast time, receive fast, no bug.
  3. 所属分类:WEB Mail

    • 发布日期:2017-03-29
    • 文件大小:7081
    • 提供者:zhangdong
  1. my_smtp

    0下载:
  2. 使用VC6.0编写的SMTP程序,实现了SMTP的客户端,用户在知道SMTP服务器端地址后,可以自行填写服务器地址,然后实现邮件的发送。该客户端能同时给多个用户发送邮件,并且支持附件的发送(暂时只支持单附件的发送)。-SMTP using VC6.0 written procedures to achieve the SMTP client, end users know the address of the SMTP server, you can fill out on their own
  3. 所属分类:Email Client

    • 发布日期:2017-03-29
    • 文件大小:982406
    • 提供者:胡振庆
  1. javaMailSystem

    0下载:
  2. java实现的邮件客户端,能收发邮件,包括图片和附件,含有说明文档。具体操作见说明文档。jre太大,.exe文件就没放进去。-java implementation of e-mail client, can send and receive mail, including images and attachments, with documentation. Specific operations, see documentation. jre too,. exe files no bag.
  3. 所属分类:WEB Mail

    • 发布日期:2017-04-10
    • 文件大小:2093454
    • 提供者:sine
  1. MyEmailClient

    0下载:
  2. 带附件的邮件收发,可以上传附件,采用pop协议-Send and receive messages with attachments
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:6709750
    • 提供者:ljj
  1. javamailSystem2.0

    0下载:
  2. 一个用java开发的邮件发送系统例子,支持多附件发送功能-A java development with the mail system example, support for sending multiple attachments
  3. 所属分类:WEB Mail

    • 发布日期:2017-05-19
    • 文件大小:5202134
    • 提供者:悟酷
  1. lwip

    0下载:
  2. LwIP是一个非常优秀的开源的TCP/IP协议栈,可以在PC上代替Socket编程,也可以移植到嵌入式网络系统中去。 附件包括lwip-1.3.1和lwip-1.3.2两个版本源码,同时还有协议栈的中引文介绍。-LwIP is a very good open-source TCP/IP protocol stack on a PC instead of Socket programming can also be ported to embedded network systems go.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1863264
    • 提供者:魏兴云
  1. uIP

    0下载:
  2. uIP是一个精简的TCP/IP协议栈,对ram和rom的要求很小。适合在嵌入式系统中进行网络编程。 附件包括一个uIP协议栈、uIP协议栈的英文说明和翻译过来的中文说明。-uIP is a streamlined TCP/IP protocol stack, the requirements of the ram and rom is very small. Suitable for use in embedded systems for network programming. Acces
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:191794
    • 提供者:魏兴云
  1. youjiankehuduan

    0下载:
  2. 可以实现向SMTP服务器发送邮件 具有用户登陆功能,可以发送附件 -Can send messages to the SMTP server has a user login function, you can send attachments
  3. 所属分类:Email Client

    • 发布日期:2017-05-09
    • 文件大小:1952447
    • 提供者:zhangjunyan
  1. SMTPwithAttach

    0下载:
  2. 该程序是一个高级的邮件发动程序,能够设定smtp的验证,同时也能够发送附件,还能够设定各种编码以及数据加密。-The program is an advanced e-mail to launch the program, to set the smtp authentication, but also be able to send attachments, but also set a variety of coding and data encryption.
  3. 所属分类:Email Client

    • 发布日期:2017-03-29
    • 文件大小:104831
    • 提供者:wanglixin
  1. pop3

    0下载:
  2. 该程序是一个能够从pop3服务器中检查所有邮件,并且可以查看邮件内容,也可以删除邮件但是没有实现附件的接收,使用时需要设定服务器地址以及用户名和密码;-The program is a check from the pop3 server all the messages, and you can view the message content, you can delete the message but did not achieve to receive attachments, usi
  3. 所属分类:Email Server

    • 发布日期:2017-03-31
    • 文件大小:55197
    • 提供者:wanglixin
  1. java_mial

    0下载:
  2. 用java写的可以实现邮件功能并可带附件的java源码-This is a mail Java source code ,To realize the function of mail and can be attached
  3. 所属分类:WEB Mail

    • 发布日期:2017-03-30
    • 文件大小:11654
    • 提供者:laism
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com