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

📄 global.h

📁 LINUX下发送邮件的库,测试很好用,有各种发送测试的例子
💻 H
字号:
/************************************************************************* *                                                                       * * This program is free software; you can redistribute it and/or modify  * * it under the terms of the GNU General Public License as published by  * * the Free Software Foundation; either version 2 of the License, or     * * (at your option) any later version.                                   * *                                                                       * *************************************************************************/#ifndef _LIBSMTP_GLOBAL_H__#define _LIBSMTP_GLOBAL_H__#define LIBSMTP_VERSION "0.1"#define LIBSMTP_I18N_1(s1)             I18N::i18n("libsmtp++",s1)#define LIBSMTP_I18N_2(s1,s2)          I18N::i18n("libsmtp++",s1,s2)#define LIBSMTP_I18N_3(s1,s2,s3)       I18N::i18n("libsmtp++",s1,s2,s3)#define LIBSMTP_I18N_4(s1,s2,s3,s4)    I18N::i18n("libsmtp++",s1,s2,s3,s4)#define LIBSMTP_I18N_5(s1,s2,s3,s4,s5) I18N::i18n("libsmtp++",s1, s2,s3,s4,s5)#endif

⌨️ 快捷键说明

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