- getACL() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMailbox
-
- getACL(MailboxSession) - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
- getBaseName() - Method in class org.apache.james.mailbox.maildir.MaildirMessageName
-
Composes the base name consisting of timestamp, unique string and host name
witout the size and flags.
- getBodyContent() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getBodyStartOctet() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getCurFolder() - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Returns the .
- getFile() - Method in class org.apache.james.mailbox.maildir.MaildirMessageName
-
- getFilenameFilter() - Method in class org.apache.james.mailbox.maildir.MaildirMessageName
-
Creates a filter which matches the message file even if the flags have changed
- getFlags() - Method in class org.apache.james.mailbox.maildir.MaildirMessageName
-
Decodes the flags part of the file name if necessary and returns the appropriate Flags object.
- getFolderName(String, String, String) - Method in class org.apache.james.mailbox.maildir.MaildirStore
-
Get the absolute name of the folder for a specific mailbox
- getFolderName(Mailbox<Integer>) - Method in class org.apache.james.mailbox.maildir.MaildirStore
-
Get the absolute name of the folder for a specific mailbox
- getFolderName(MailboxPath) - Method in class org.apache.james.mailbox.maildir.MaildirStore
-
Get the absolute name of the folder for a specific mailbox
- getFullContent() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getFullContentOctets() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getFullName() - Method in class org.apache.james.mailbox.maildir.MaildirMessageName
-
Returns the full name of this message including size and flags if available.
- getHeaderContent() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getHighestModSeq() - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
- getInternalDate() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getInternalDate() - Method in class org.apache.james.mailbox.maildir.MaildirMessageName
-
Decodes the time part of the file name if necessary and returns the appropriate Date.
- getLastUid(MailboxSession) - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Returns the last uid used in this mailbox
- getMailboxId() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getMailboxNameFromFolderName(String) - Method in class org.apache.james.mailbox.maildir.MaildirStore
-
Transforms a folder name into a mailbox name
- getMailboxRootForUser(String) - Method in class org.apache.james.mailbox.maildir.MaildirStore
-
The main maildir folder containing all mailboxes for one user
- getMaildirLocation() - Method in class org.apache.james.mailbox.maildir.MaildirStore
-
- getMaildirRoot() - Method in class org.apache.james.mailbox.maildir.MaildirStore
-
Return a File which is the root of all Maidirs.
- getMediaType() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getMessageNameByUid(MailboxSession, Long) - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
- getModSeq() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getNewFolder() - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Returns the .
- getProperties() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getRecentMessages(MailboxSession) - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Creates a map of recent messages.
- getRootFile() - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Returns the
File of this Maildir folder.
- getSize() - Method in class org.apache.james.mailbox.maildir.MaildirMessageName
-
Decodes the size part of the file name if necessary and returns the appropriate Long.
- getSubType() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getTextualLineCount() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getTmpFolder() - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Returns the .
- getUid() - Method in class org.apache.james.mailbox.maildir.mail.model.MaildirMessage
-
- getUidMap(MailboxSession, long, long) - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Reads all uids between the two boundaries from the folder and returns them as
a sorted map together with their corresponding
MaildirMessageNames.
- getUidMap(MailboxSession, FilenameFilter, long, long) - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
- getUidMap(MailboxSession, FilenameFilter, int) - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Reads all uids from the uid list file which match the given filter
and returns as many of them as a sorted map as the limit specifies.
- getUidValidity() - Method in class org.apache.james.mailbox.maildir.MaildirFolder
-
Returns the uidValidity of this mailbox
- greaterOrEquals(long) - Method in class org.apache.james.mailbox.maildir.UidConstraint
-