⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smtp.c

📁 wi-fi手机原代码
💻 C
字号:
/******************************************************************************    Copyright (C) 2005 UTStarcom (Hangzhou) Telecom Co., Ltd.    All rights reserved.    Contains confidential proprietary information of UTStarcom, Inc.    Reverse engineering is prohibited.    The copyright notice does not imply publication.        Project Name:     Project No. :     File Name   : Smtp.c    Module      :  Email    Description :         ************** REVISION HISTORY *******************************************       Date       			Author                Reference    =========== ==========      ==========================    2005-06-20  		TangJun        		Initial version    ******************************************************************************//* includes */#include "smtp.h"/* the structure of SMTP data(MMI ==> Protocol) *///EMAIL_SMTP_ENTITY smtp_mail;	/* Should be defined by MMI *//* the structure of the status sending the mail (Protocol ==> MMI) */EMAIL_ERROR_TYPE  smtp_err[3*EMAIL_MAX_RCPTS +1];/*******************************************************************************************	Function Name: SmtpPmResultReport*	Description	: Report the result of the email sending to MMI.*	Note			: None.*	*	Parameter	: None.*				  *	Return values	: None.*	*	Author		: Tang Jun 2005-07-25*	******************************************************************************************/void SmtpPmResultReport(void){	if(smtp.cb != NULL)		smtp.cb(smtp_err);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -