CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C SMTP

搜索资源列表

  1. sendemail

    0下载:
  2. C语言 smtp简单邮箱传输协议,同时支持SSL协议的C++源码开发。-C-smtp Simple Mail Transfer Protocol, the SSL protocol supports the C++ source code development.
  3. 所属分类:Email Client

    • 发布日期:2017-04-09
    • 文件大小:1398784
    • 提供者:shuwen
  1. smtp_c

    0下载:
  2. 我自己写得基于Linux的smtp程序(C预言支持ssl,不支持附件),已测试通过-Write my own Linux-based smtp process (C predicted support for ssl, does not support attachments), have been tested
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:4712
    • 提供者:王昆昆
  1. Netmanag

    0下载:
  2. 网络管理程序。含ping,ftp,smtp等功能 -Network manage app , having ping , ftp and smtp etc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:323532
    • 提供者:站长
  1. HttpMail

    0下载:
  2. 演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HTTPMail 连接到Hotmail和使用其它邮件协议(如POP3, IMAP4, 或 SMTP)一样简单。- How demonstrated has connected the Hotmail mailbox, listed receives in a box the mail, the transmission and the re
  3. 所属分类:Email Client

    • 发布日期:2017-11-09
    • 文件大小:8839
    • 提供者:李文
  1. fakesmtp

    0下载:
  2. Fake SMTP server This is a FOO smtp server . write in c
  3. 所属分类:Email Server

    • 发布日期:2017-03-24
    • 文件大小:3877
    • 提供者:金光
  1. email_client

    0下载:
  2. email client and support pop3、smtp、imap protocol.-email client and support pop3, smtp, imap protocol.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:396495
    • 提供者:王晓
  1. GMailSender

    0下载:
  2. 使用SMTP利用GMAil发送邮件,使用C#的MessageClient组件-Send mail via gmail and use SMTP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:10810
    • 提供者:shadow
  1. CleverInternetSuite6.0.138.RAR

    0下载:
  2. 这是一套全面的网络组件,功能强大而易用。-The Clever Internet Suite represents 100 Delphi VCL components for Borland Delphi/C++Builder, with no external dependencies. These components allow you to send and receive mail, including HTML and MIME attachments, from wit
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-21
    • 文件大小:6384825
    • 提供者:aldz
  1. Email_Client

    0下载:
  2. 从国外论坛高价购买的Email客户端。 国外高手编写的使用C#实现的Email客户端全部功能。包含POP3收邮件 SMTP发邮件等全部功能。 编写也超级规范。是难得的学习范例!-Forum expensive purchase from abroad of the Email client. The use of foreign experts to prepare implementation of C# all of the features of Email clients. Co
  3. 所属分类:Email Client

    • 发布日期:2017-03-23
    • 文件大小:244091
    • 提供者:董好然
  1. FOicq

    0下载:
  2. linux下一个聊天工具代码,C语言编写。-a chat tool under linux code, C language.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:67501
    • 提供者:Li
  1. sss

    0下载:
  2. securité du systéme d exploitation linux : Introduction La sécurité physique La sécurisation du processus d’amorç age Le BIOS Les principes fondamentaux relatifs au système et à l’utilisateur La sécurité du réseau TCP/IP La sécur
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:495777
    • 提供者:faaa
  1. YJXTLLYJ

    0下载:
  2. 大家好,我是双鱼林,这是我两年前自己的毕业设计,题目是基于winsock的邮件系统设计,我现在把这个系统的源程序免费发布给大家,有需要做这方面资料的朋友可以下载下去研究下!系统使用的c语言网络编程技术实现了SMTP和POP3的应用层协议命令处理,使用php网页形式收发邮件. (1)SMTP服务器必须实现基本的协议命令,包括以下命令: HELO、MAIL FROM、RCPT TO、DATA、REST、NOOP、QUIT和HELP。 (2)POP3服务器必须实现基本的协议命令,包括以下命令:
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:720348
    • 提供者:sd
  1. SMTP_POP3_Mail_Server

    1下载:
  2. 这是一个使用C#基于.NET1.1实现的SMTP与POP3邮件服务器源代码。其中,MailServerComponent实现POP3和SMTP的服务端控件,负责处理底层的POP3和SMTP消息。MailServer 处理MailServerComponent的事件,并进行邮件接收和存储的工作。 包含的功能: 基本的: * SMTP/POP3/IMAP4/WebMail * IP访问过滤 * 用户邮件大小限制 * 支持XML和MSSQL数据库存储 * 很好的G
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:3463858
    • 提供者:陈嵩
  1. C_SMTP_protocol_design_classic_code

    0下载:
  2. C设计SMTP协议的经典程序代码C SMTP protocol design classic code-C SMTP protocol design classic code
  3. 所属分类:Email Client

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

    0下载:
  2. C++代码编译环境为Qt,实现对SMTP服务器的操作。-C++ code compilation environment for Qt, to achieve the SMTP server' s operation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:3391
    • 提供者:jjk
  1. CSharpnet

    0下载:
  2. C#网络编程随书源代码,讲解了Socket编程基础,以及FTP,HTTP下载,SMTP实现邮件客户端,等网络编程基础。-C# network programming source code with the book to explain the basis for Socket programming, as well as FTP, HTTP download, SMTP mail client to achieve, such as network programming foundati
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1900125
    • 提供者:任我行
  1. Mail-Server

    0下载:
  2. 在Linux环境下用C语言写的邮件服务器,支持SMTP、POP3 协议。能够发送和接受邮件。支持转发功能。在Outlook和FoxMail上测试通过-In the Linux environment using C language to write the mail server, supporting SMTP, POP3 protocol. The ability to send and receive mail. Support for forwarding. In Outlook an
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:618078
    • 提供者:周伦
  1. SMTP

    0下载:
  2. Visual C++案例开发集锦\第九章\SMTP客户端程序的程序源码,值得一看!-Visual C++ case development highlights \ Chapter \ SMTP client' s source code, worth a visit!
  3. 所属分类:SNMP

    • 发布日期:2017-04-02
    • 文件大小:67365
    • 提供者:黄彤芳
  1. smtp_stable_base64_client.c

    0下载:
  2. smtp client with stable base64 and authentification
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:2763
    • 提供者:fakessh
  1. smtp_openssl_client.c

    0下载:
  2. simple smtp client with stable link to openssl for base64 authentification
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2388
    • 提供者:fakessh
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com