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

搜索资源列表

  1. java mail源码

    1下载:
  2. 用java实现发送邮件,压缩文件中有个j2ee.jar:已经包含了javamail,JAF包,只是Java mail需要的 1)直接拷贝j2ee.jar,将其添加到jbuilder的library中,或系统ClassPath中。 2)压缩文件中还包含一个配置文件MailServer.properties,需要放到工程文件的class目录 3)这个源代码也是在网友的基础上修改的。如有问题,欢迎交流讨论。 -mail, compressed files are 000 j2e
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:6146265
    • 提供者:炸鱼
  1. Jwma0.9.7

    0下载:
  2. jsp版email客户端,内副安装说明,使用记事本浏览Readme文件。 基本功能都已经实现-jsp version email client, with Vice install, use Notepad View readme file. Basic functions have now been achieved
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:4321882
    • 提供者:zhouhe
  1. dllwindowPOP3

    0下载:
  2. DLL窗体收邮件模块,这样方便其他程序调用,同时也演示如何封装窗体到DLL文件里面-DLL Form resumption mail module, so easily call other procedures, also demonstrate how to Packaging Form DLL file
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:487995
    • 提供者:123456
  1. IMapi

    0下载:
  2. 一个类IMapi,可以用于在应用程序中加入发送邮件的功能,参考下面的一个应用: #include \"imapi.h\" void CBugReport::OnOK() { CIMapi mail mail.To (\"UltraMaroon@email.msn.com\") // Set recipient name mail.To(\"someoneelse@somewhereelse.com\") // Second recipient mail.Cc(\"cc@
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:孔生
  1. bcb001

    0下载:
  2. 该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not re
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:118627
    • 提供者:杨亚波
  1. smtp.zip

    0下载:
  2. 一个SMTP在C++中的简单实现,参考源文件的注释,A SMTP in C++ in the simple realization of the notes refer to the source file
  3. 所属分类:Email Client

    • 发布日期:2017-04-01
    • 文件大小:1594
    • 提供者:mayli
  1. MailToCode

    0下载:
  2. c#源码用于邮件群发,支持ini文件设置邮件服务器,用txt文件作为邮件群载体,声明:源码改自他人源码-c# source code for bulk mail, mail server support ini file settings, using txt file as a mail carrier group, the statement: source changed from another source
  3. 所属分类:Email Client

    • 发布日期:2017-03-28
    • 文件大小:217377
    • 提供者:Gabriel
  1. mail

    0下载:
  2. 这是一个邮件发送代码,该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。 也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。 该程序是一个简单的邮件接收和发送系统。 注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。 (注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文
  3. 所属分类:Email Client

    • 发布日期:2017-03-29
    • 文件大小:118697
    • 提供者:henry
  1. mimecpp_src

    0下载:
  2. MIME的编辑和解析类。不用了解MIME的详细协议也能生成各种标准格式的email文件。我就是用这个类很快的写了一个程序来批量生成email文件,然后用dreammail等邮件工具群发,比较不容易被邮件服务器认为是垃圾邮件。-MIME type of the editing and analysis. Do not understand the details of the agreement MIME can also generate a variety of standard format
  3. 所属分类:Email Client

    • 发布日期:2017-03-30
    • 文件大小:20378
    • 提供者:sss
  1. mysvr

    0下载:
  2. 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) procedures, and t
  3. 所属分类:Email Client

    • 发布日期:
    • 文件大小:25452
    • 提供者:何刚
  1. Quoted_Printable_Encode

    0下载:
  2. 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
  3. 所属分类:Email Client

    • 发布日期:2017-04-07
    • 文件大小:5117
    • 提供者:Duclika
  1. smtpsend

    0下载:
  2. SMTP file sender Usage: smtpsend ServerName ServerPort sender receiver text_tpl_file attach_file
  3. 所属分类:Email Client

    • 发布日期:2017-04-03
    • 文件大小:2276
    • 提供者:cppstar
  1. Mail-pop3-smtp

    0下载:
  2. 求实现发送和接收无附件电子邮件的功能,即发送和接收简单的文本信息。运行该程 序后,可以发送和接收简单的文本文件-Order to achieve non-attachment to send and receive e-mail functions, namely, to send and receive simple text messages. Run the program, you can send and receive simple text file
  3. 所属分类:Email Client

    • 发布日期:2017-04-09
    • 文件大小:2870225
    • 提供者:钟淼
  1. Cliente_pa1892455252005

    0下载:
  2. can send any file to other program email client
  3. 所属分类:Email Client

    • 发布日期:2017-04-04
    • 文件大小:296319
    • 提供者:heryka
  1. SMTP_Programming_File_EMail_classic_code

    0下载:
  2. SMTP编程开发File EMail经典代码SMTP Programming File EMail classic code-SMTP Programming File EMail classic code
  3. 所属分类:Email Client

    • 发布日期:2017-03-31
    • 文件大小:58413
    • 提供者:ji
  1. emailsmtp

    0下载:
  2. EmailSMTP,使用PB开发,调用SMTP协议发送邮件-EmailSMTP This program sends E-Mail using the SMTP protocol. The SMTP object inherits from my Winsock object. It supports HTML formatted messages and attachments. Images embedded within HTML messages are also sup
  3. 所属分类:Email Client

    • 发布日期:2017-03-26
    • 文件大小:142302
    • 提供者:altob
  1. smtp

    0下载:
  2. 实现邮件告警,直接make一下,C语言stmp 使用方法如下:。./mail -s [标题] -f [发件人地址] -r [回复的邮件地址] -S [邮件服务器地址]-T [发送的字符串] -F [发送的文件名的内容] 收件人地址-To achieve e-mail alerts, make a direct look, C language stmp used as follows:. ./Mail-s [title]-f [sender addresses]-r [reply to e-
  3. 所属分类:Email Client

    • 发布日期:2017-04-01
    • 文件大小:41177
    • 提供者:马野
  1. flashyj

    0下载:
  2. 在Delphi 5中打开工程,并将工程编译成.EXE可执行文件, 然后,运行Project.exe,在对话框中输入收信人、发信人、 主题、正文内容,并输入SMTP服务器,-Open the project in Delphi 5, and compiled into a project. EXE executable file, and then run Project.exe, in the dialog box, enter the recipient, sender, subjec
  3. 所属分类:Email Client

    • 发布日期:2017-04-03
    • 文件大小:77017
    • 提供者:黄凡
  1. VCp252Bp252BEmail

    0下载:
  2. 本文件主要实现Email登录注册功能,在用户输入正确的用户名和密码后可以顺利登录,其中用户名和密码在文件中保存。-Email this document is to achieve the Home function, the user enters the correct user name and password can log in successfully, including the user name and password saved in a file.
  3. 所属分类:Email Client

    • 发布日期:2017-03-27
    • 文件大小:344012
    • 提供者:songwenfang
  1. HTML

    0下载:
  2. 做课程设计时的作业,读入一个HTML文件,分析文件的格式,把文件中的电子邮件地址提取出来,保存到指定的文件中-To do the job of curriculum design, read into an HTML file, analyze file format, file e-mail address is extracted and saved to the specified file
  3. 所属分类:Email Client

    • 发布日期:2017-03-24
    • 文件大小:792
    • 提供者:潘童鞋
« 12 »
搜珍网 www.dssz.com