MIMECode.cpp
资源名称:ZapMail.rar [点击查看]
上传用户:xmpantheon
上传日期:2016-10-20
资源大小:7502k
文件大小:1k
源码类别:
Email服务器
开发平台:
Visual C++
- // MIMECode.cpp: implementation of the CMIMECode class.
- // Author: Wes Clyburn (clyburnw@enmu.edu)
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "MIMECode.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CMIMECode::CMIMECode()
- {
- }
- CMIMECode::~CMIMECode()
- {
- }