gnu.mail.providers.maildir

Class MaildirMessage

Implemented Interfaces:
MimePart, Part

public final class MaildirMessage
extends gnu.mail.providers.ReadOnlyMessage

The message class implementing the Maildir mail protocol.
Author:
Chris Burdess

Nested Class Summary

Nested classes/interfaces inherited from class javax.mail.internet.MimeMessage

MimeMessage.RecipientType

Nested classes/interfaces inherited from class javax.mail.Message

Message.RecipientType

Field Summary

Fields inherited from class javax.mail.internet.MimeMessage

content, contentStream, dh, flags, headers, modified, saved

Fields inherited from class javax.mail.Message

expunged, folder, msgnum, session

Fields inherited from interface javax.mail.Part

ATTACHMENT, INLINE

Method Summary

boolean
equals(Object other)
Enumeration
getAllHeaderLines()
Enumeration
getAllHeaders()
Returns all the headers from this part.
protected InputStream
getContentStream()
DataHandler
getDataHandler()
Returns a data handler for the content of this part.
String[]
getHeader(String name)
Returns all the values for the specified header name, or null if no such headers are available.
String
getHeader(String name, String delimiter)
Enumeration
getMatchingHeaderLines(String[] names)
Enumeration
getMatchingHeaders(String[] names)
Returns the matching headers from this part.
Enumeration
getNonMatchingHeaderLines(String[] names)
Enumeration
getNonMatchingHeaders(String[] names)
Returns the non-matching headers from this part.
protected void
setExpunged(boolean expunged)
Allow MaildirFolder access to set the expunged flag after expunge.
void
setFlags(Flags flag, boolean set)
Set the specified flags(reflected in the info field).

Methods inherited from class gnu.mail.providers.ReadOnlyMessage

addHeader, addHeaderLine, removeHeader, saveChanges, setContent, setContent, setFlags, setHeader

Methods inherited from class javax.mail.internet.MimeMessage

addFrom, addHeader, addHeaderLine, addRecipients, addRecipients, createInternetHeaders, createMimeMessage, getAllHeaderLines, getAllHeaders, getAllRecipients, getContent, getContentID, getContentLanguage, getContentMD5, getContentStream, getContentType, getDataHandler, getDescription, getDisposition, getEncoding, getFileName, getFlags, getFrom, getHeader, getHeader, getInputStream, getLineCount, getMatchingHeaderLines, getMatchingHeaders, getMessageID, getNonMatchingHeaderLines, getNonMatchingHeaders, getRawInputStream, getReceivedDate, getRecipients, getReplyTo, getSender, getSentDate, getSize, getSubject, isMimeType, isSet, parse, removeHeader, reply, saveChanges, setContent, setContent, setContentID, setContentLanguage, setContentMD5, setDataHandler, setDescription, setDescription, setDisposition, setFileName, setFlags, setFrom, setFrom, setHeader, setRecipients, setRecipients, setReplyTo, setSender, setSentDate, setSubject, setSubject, setText, setText, setText, updateHeaders, updateMessageId, writeTo, writeTo

Methods inherited from class javax.mail.Message

addFrom, addRecipient, addRecipients, getAllRecipients, getFlags, getFolder, getFrom, getMessageNumber, getReceivedDate, getRecipients, getReplyTo, getSentDate, getSubject, isExpunged, isSet, match, reply, saveChanges, setExpunged, setFlag, setFlags, setFrom, setFrom, setMessageNumber, setRecipient, setRecipients, setReplyTo, setSentDate, setSubject

Method Details

equals

public boolean equals(Object other)

getAllHeaderLines

public Enumeration getAllHeaderLines()
            throws MessagingException
Specified by:
getAllHeaderLines in interface MimePart
Overrides:
getAllHeaderLines in interface MimeMessage

getAllHeaders

public Enumeration getAllHeaders()
            throws MessagingException
Returns all the headers from this part.
Specified by:
getAllHeaders in interface Part
Overrides:
getAllHeaders in interface MimeMessage
Returns:
an enumeration of Header

getContentStream

protected InputStream getContentStream()
            throws MessagingException
Overrides:
getContentStream in interface MimeMessage

getDataHandler

public DataHandler getDataHandler()
            throws MessagingException
Returns a data handler for the content of this part.
Specified by:
getDataHandler in interface Part
Overrides:
getDataHandler in interface MimeMessage

getHeader

public String[] getHeader(String name)
            throws MessagingException
Returns all the values for the specified header name, or null if no such headers are available.
Specified by:
getHeader in interface Part
Overrides:
getHeader in interface MimeMessage
Parameters:
name - the header name

getHeader

public String getHeader(String name,
                        String delimiter)
            throws MessagingException
Specified by:
getHeader in interface MimePart
Overrides:
getHeader in interface MimeMessage

getMatchingHeaderLines

public Enumeration getMatchingHeaderLines(String[] names)
            throws MessagingException
Specified by:
getMatchingHeaderLines in interface MimePart
Overrides:
getMatchingHeaderLines in interface MimeMessage

getMatchingHeaders

public Enumeration getMatchingHeaders(String[] names)
            throws MessagingException
Returns the matching headers from this part.
Specified by:
getMatchingHeaders in interface Part
Overrides:
getMatchingHeaders in interface MimeMessage
Parameters:
names - the header names to match
Returns:
an enumeration of Header

getNonMatchingHeaderLines

public Enumeration getNonMatchingHeaderLines(String[] names)
            throws MessagingException
Specified by:
getNonMatchingHeaderLines in interface MimePart
Overrides:
getNonMatchingHeaderLines in interface MimeMessage

getNonMatchingHeaders

public Enumeration getNonMatchingHeaders(String[] names)
            throws MessagingException
Returns the non-matching headers from this part.
Specified by:
getNonMatchingHeaders in interface Part
Overrides:
getNonMatchingHeaders in interface MimeMessage
Parameters:
names - the header names to ignore
Returns:
an enumeration of Header

setExpunged

protected void setExpunged(boolean expunged)
Allow MaildirFolder access to set the expunged flag after expunge.
Overrides:
setExpunged in interface Message

setFlags

public void setFlags(Flags flag,
                     boolean set)
            throws MessagingException
Set the specified flags(reflected in the info field).
Overrides:
setFlags in interface gnu.mail.providers.ReadOnlyMessage

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved