-
jira servlet插件示例代码
该包是关于jira插件开发的一些功能示例代码,包含自定义menu,servlet,邮件发送,文件下载上传,权限控制等等
- 2022-03-20 17:45:04下载
- 积分:1
-
发送邮件的客户端程序源码
发送邮件的客户端程序源码-send mail client program source
- 2022-02-03 07:07:23下载
- 积分:1
-
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。...
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not rely on the C Builder environment to run and double-click can run. Also in the C Builder 6.0 MailProj.bpr open documents can be directly translated operation. The procedure is a simple send and receive e-mail system. Note : Most mail now requires usernames and passwords, so mail may be a failure. (Note : Sometimes the other computers running there may be an "Invalid file resourec :...." warning. Can ignore and click "OK" button, the program will re-compile the formation of this document)
- 2022-02-06 06:53:56下载
- 积分:1
-
我在网上找到的 发送邮件的代码 有好多
我在网上找到的 发送邮件的代码 有好多-a lot of code for send email.
- 2022-04-21 02:20:08下载
- 积分:1
-
PB收发电子邮件的动态库,封装了一组收发邮件的函数
PB收发电子邮件的动态库,封装了一组收发邮件的函数 -PB e-mail to the DLL, Packaging, a group of e-mail function
- 2022-02-27 07:09:24下载
- 积分:1
-
邮件发送代码
package util;
import java.io.Serializable;
public class MailContract implements Serializable{
/**
* serialVersionUID:TODO
* @since Ver 1.1
*/
private static final long serialVersionUID = 1L;
/**发件人*/
private String sender;
/**发件人密码*/
private String pwd;
/**收件人*/
private String recipient;
/**邮件标题*/
private String title;
/**邮件内容*/
private String context;
public String getSender() {
return sender;
}
publi
- 2022-11-10 20:35:04下载
- 积分:1
-
C#利用SMTP发送邮件的程序
C#利用SMTP发送邮件的程序-C# using SMTP mail procedures
- 2022-04-18 15:26:16下载
- 积分:1
-
一种先进的免费电子邮件服务器的Windows
An advanced freeware email server for Windows
- 2022-02-04 05:47:41下载
- 积分:1
-
对新手很有帮助的类,发送邮件类,希望能帮助到一些人
对新手很有帮助的类,发送邮件类,希望能帮助到一些人-Helpful to the novice class, send e-mail class, hoping to help some people
- 2022-02-25 20:10:13下载
- 积分:1
-
etpan是邮件客户端,基于libetpan!
etPan is a mail client that is based on libEtPan!
- 2022-08-24 14:40:24下载
- 积分:1