代码搜索:SMTP
找到约 3,061 项符合「SMTP」的源代码
代码结果 3,061
www.eeworm.com/read/391501/8400216
smtp
<mark>SMTP</mark>协议 rfc821 中文
1. 介绍
简单邮件传输协议(<mark>SMTP</mark>)的目标是可靠高效地传送邮件,它独立于传 送子系统而且仅要求一条可以保证传送数据单元顺序的通道。附录A,B,C 和D描述了不同传送服务下<mark>SMTP</mark>的使用。在名词表中还定义了本文档中使用
的术语。
<mark>SMTP</mark>的一个重要特点是它能够在传送中接力传送邮件,传送服务提供了进程间通信环境(IPCE),此环境可以包括 ...
www.eeworm.com/read/391499/8400261
smtp
<mark>SMTP</mark>协议 rfc821 中文
1. 介绍
简单邮件传输协议(<mark>SMTP</mark>)的目标是可靠高效地传送邮件,它独立于传 送子系统而且仅要求一条可以保证传送数据单元顺序的通道。附录A,B,C 和D描述了不同传送服务下<mark>SMTP</mark>的使用。在名词表中还定义了本文档中使用
的术语。
<mark>SMTP</mark>的一个重要特点是它能够在传送中接力传送邮件,传送服务提供了进程间通信环境(IPCE),此环境可以包括 ...
www.eeworm.com/read/391501/8400223
cpp smtp.cpp
#include
//#include
#include
#include "mime.h"
#pragma comment(lib, "WS2_32") // 链接到WS2_32.lib
SOCKET SockFD;
char recvbuf[1460];
// 发送数据
int s
www.eeworm.com/read/391499/8400271
cpp smtp.cpp
#include
//#include
#include
#include "mime.h"
#pragma comment(lib, "WS2_32") // 链接到WS2_32.lib
SOCKET SockFD;
char recvbuf[1460];
// 发送数据
int s
www.eeworm.com/read/390826/8439175
tcl smtp.tcl
# SMTP.TCL - sent mail routine
#
# Copyright 1996 Wind River Systems, Inc.
#
# modification history
# -----------------------
# 01a,19apr96,sks written.
#
#########
#
# smtpMailSend - Usi
www.eeworm.com/read/188943/8504610
h smtp.h
// SMTP.h: interface for the CSMTP class.
// Copyright (c) 1998, Wes Clyburn
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SMTP_H__55DE48CB_BEA4_11D1_870
www.eeworm.com/read/188943/8504647
ogx smtp.ogx
www.eeworm.com/read/188943/8504677
cpp smtp.cpp
// SMTP.cpp: implementation of the CSMTP class.
// Copyright (c) 1998, Wes Clyburn
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ZapMail.h"
www.eeworm.com/read/187544/8626188
pl smtp.pl
#!/usr/bin/perl
#
# File: smtp.pl
#
use Net::SMTP;
use MyStats;
my $sleep = 1;
my $server = "smtp.oreilly.com";
my $heloSever = "smtp.oreilly.com";
my $timeout = 30;
my $debug = 1;
my $count = 3;
my
www.eeworm.com/read/429611/8799006
h smtp.h
#ifndef _SMTP_H
#define _SMTP_H
#define SMTPTRACE /* enable tracing for smtp */
#define MAXSESSIONS 10 /* most connections allowed */
#define JOBNAME 13 /* max size of a job name with null