搜索结果
找到约 173 项符合
SMTP 的查询结果
按分类筛选
- 全部分类
- Java编程 (42)
- Internet/网络编程 (28)
- 网络 (12)
- 其他 (11)
- Applet (8)
- Linux/Unix编程 (8)
- 文章/文档 (6)
- Delphi控件源码 (6)
- 通讯编程文档 (6)
- 其他书籍 (4)
- Jsp/Servlet (4)
- 学术论文 (3)
- 中间件编程 (3)
- 单片机开发 (2)
- 其他嵌入式/单片机内容 (2)
- JavaScript (2)
- 微处理器开发 (2)
- 通信网络 (1)
- 源码/资料 (1)
- 书籍源码 (1)
- VxWorks (1)
- 其他行业 (1)
- Delphi/CppBuilder (1)
- Windows CE (1)
- matlab例程 (1)
- 软件设计/软件工程 (1)
- 驱动编程 (1)
- 数学计算 (1)
- 操作系统开发 (1)
- 编译器/解释器 (1)
- 电子书籍 (1)
- 文件格式 (1)
- 嵌入式Linux (1)
- 汇编语言 (1)
- Java书籍 (1)
- 嵌入式/单片机编程 (1)
- VC书籍 (1)
- 加密解密 (1)
- 实用工具 (1)
- 源码 (1)
- 技术资料 (1)
Internet/网络编程 作者:【美】Al Williams中国水利水电出版社 包含Telnet、FTP、TFTP、SMTP、POP3等协议网络设计的代码
作者:【美】Al Williams中国水利水电出版社
包含Telnet、FTP、TFTP、SMTP、POP3等协议网络设计的代码
其他嵌入式/单片机内容 C语言实现的一个简易的SMTP CLINT源码
C语言实现的一个简易的SMTP CLINT源码,可做嵌入式开发参考。
Jsp/Servlet 一个老式的邮件发送程序,使用的是SMTP 协议,好像只有新浪和163能使用这个程 序发邮件.
一个老式的邮件发送程序,使用的是SMTP
协议,好像只有新浪和163能使用这个程
序发邮件.
网络 Smtp mail sender with attachments.
Smtp mail sender with attachments.
Delphi控件源码 Mailserver Source code - Delphi. Simple Mail server source code. SMTP and POP3 protocols.
Mailserver Source code - Delphi.
Simple Mail server source code. SMTP and POP3 protocols.
Linux/Unix编程 A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users.
Platform: unix, linux, windows.
compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr
usage: smtpr <port number> (<relay server>)
网络 The soruce code of simple SMTP client for linux
The soruce code of simple SMTP client for linux
Applet 一个以smtp方式发送邮件的程序
一个以smtp方式发送邮件的程序,可以添加附件
Internet/网络编程 实现smtp协议。根据HTTP协议的会话过程
实现smtp协议。根据HTTP协议的会话过程,本实例中实现了GET请求的Web服务器程序的方法