inmessage.java

来自「使用JavaMail开发的具有发送、接收邮件的应用」· Java 代码 · 共 25 行

JAVA
25
字号
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package hjx.recvmail;import java.util.ArrayList;/** * * @author hujx */public class InMessage implements java.io.Serializable {    String UID;    String send;    String to;    String subject;    String sentDate;    String size;    String contentText;    String html;    ArrayList<String> attaches;}

⌨️ 快捷键说明

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