The JavaMail Framework

来源:互联网 发布:windows 壁纸 水滴 编辑:程序博客网 时间:2024/06/05 03:37
  • Create a mail message consisting of a collection of header attributes and a block of data of some known data type as specified in the Content-Type header field.
  • Create a Session object ,which authenticates the user,and contruols access to the message store and transport.
  • Retrieve a message from a message store.
  • Retrieve a message from a message store.
  • Execute a high-level command on a retrieved message.