From b879f0fcc8651b49ae46a6db64d7eb1a27c7af1a Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 20 Aug 2010 15:39:56 -0300 Subject: Adding generated docs --- doc/html/classorg_1_1openisis_1_1Mail.html | 200 +++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 doc/html/classorg_1_1openisis_1_1Mail.html (limited to 'doc/html/classorg_1_1openisis_1_1Mail.html') diff --git a/doc/html/classorg_1_1openisis_1_1Mail.html b/doc/html/classorg_1_1openisis_1_1Mail.html new file mode 100644 index 0000000..fef2f8d --- /dev/null +++ b/doc/html/classorg_1_1openisis_1_1Mail.html @@ -0,0 +1,200 @@ + + + + + +IsisReader: org::openisis::Mail Class Reference + + + + + + + + + +
+

org::openisis::Mail Class Reference

+

List of all members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Classes

class  Arc
class  Cmd
class  Dir
class  Pop
interface  Sink
class  Smtp
interface  Source

Static Public Member Functions

+static void del (Message m) throws Exception
+static void del (Message[] m) throws Exception
+static void put (Sink s, Message[] m) throws Exception
+static int move (Sink si, Source so) throws Exception
+static String head (Part p, String name, String def) throws Exception
+static String head (Part p, String name) throws Exception
+static String oneline (String ct)
+static Message message (String[] headers, String body) throws Exception
+static void main (String[] args) throws Exception

Static Public Attributes

+static final String EMPTY = ""
+static final String MESSAGEID = "message-id"
+static final String DATE = "date"
+static final String TO = "to"
+static final String CC = "cc"
+static final String BCC = "bcc"
+static final String FROM = "from"
+static final String SENDER = "sender"
+static final String REPLYTO = "reply-to"
+static final String SUBJECT = "subject"
+static final String REFERENCES = "references"
+static final String INREPLYTO = "in-reply-to"
+static final String KEYWORDS = "keywords"
+static final String COMMENTS = "comments"
+static final String ENCRYPTED = "encrypted"
+static final String PRECEDENCE = "precedence"
+static final String XPRIORITY = "x-priority"
+static final String RETURNPATH = "return-path"
+static final String DLVRDTO = "delivered-to"
+static final String RECEIVED = "received"
+static final String XMAILER = "x-mailer"
+static final String CTYPE = "content-type"
+static final String CTRANSENC = "content-transfer-encoding"
+static final String TEXT_PLAIN = "text/plain"
+static final String TEXT_ISO = "text/plain; charset=\"iso-8859-1\""
+static final String TEXT_HTML = "text/html"
+static final String MESS_MIME = "message/rfc822"
+static final String MULT_MIXED = "multipart/mixed"
+static final String MULT_ALT = "multipart/alternative"
+static final String MULT_APPLE = "multipart/appledouble"
+static final String MULT_SIGN = "multipart/signed"
+static final String MULT_ANY = "multipart/*"
+static final String APPL_WORD = "application/msword"
+static final String APPL_PDF = "application/pdf"
+static final String APPL_RTF = "application/rtf"
+static final String APPL_BYTES = "application/octet-stream"
+static final String APPL_APPLE = "application/applefile"
+static final String APPL_ANY = "application/*"
+static final String IMAG_GIF = "image/gif"
+static final String IMAG_JPEG = "image/jpeg"
+static final String IMAG_ANY = "image/*"
+static final String SMTP_HOST = "mail.smtp.host"
+static final Session SES

Static Package Functions

[static initializer]
+

Detailed Description

+

This class contains a collection of javax.mail based E-Mail utilities.

+
Id
Mail.java,v 1.4 2003/04/08 00:20:53 kripke Exp
+
Version:
+
Revision
1.4
+
Author:
+
Author
kripke
+
The documentation for this class was generated from the following file: +
+ +
+ All Classes Namespaces Functions Variables
+ + +
+ +
+ +
Generated on Tue Mar 30 14:47:17 2010 for IsisReader by  + +doxygen 1.6.1
+ + -- cgit v1.2.3