Java Doc for MailboxEntry.java in » IDE » J » org » armedbear » j » mail » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
IDE
»
J
»
org.armedbear.j.mail
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.armedbear.j.mail
.MailboxEntry
All known Subclasses:
org.armedbear.j.mail
.NewsGroupSummaryEntry
,
org.armedbear.j.mail
.ImapMailboxEntry
,
org.armedbear.j.mail
.LocalMailboxEntry
,
MailboxEntry
abstract
public
class MailboxEntry implements
Serializable
(Code)
Field Summary
final
public
static int
ANSWERED
final
public
static int
DELETED
final
public
static int
FLAGGED
final
public
static int
RECENT
final
public
static int
SEEN
final
protected
static boolean
SHOW_MESSAGE_NUMBERS
final
protected
static
String
STRING_DEFAULT
final
protected
static
String
STRING_DELETED
final
protected
static
String
STRING_FLAGGED
final
protected
static
String
STRING_NEW
final
protected
static
String
STRING_OLD
final
protected
static
String
STRING_REPLIED
final
public
static int
TAGGED
protected
MailAddress
[]
cc
protected
RFC822Date
date
protected
int
flags
protected
MailAddress
[]
from
protected
String
inReplyTo
protected
String
messageId
protected
int
messageNumber
protected
String
[]
references
protected
MailAddress
[]
replyTo
protected
int
size
protected
String
subject
protected
MailAddress
[]
to
Method Summary
final
public
void
flag
()
protected
String
formatDate
()
protected
String
formatFlags
()
protected
String
formatFrom
(int fieldWidth)
protected
String
formatSize
()
public
String
formatSubject
()
final
public
String
getBaseSubject
()
final
public
MailAddress
[]
getCc
()
final
public
RFC822Date
getDate
()
final
public
int
getFlags
()
final
public
MailAddress
[]
getFrom
()
final
public
String
getInReplyTo
()
final
public
String
getMessageId
()
final
public
int
getMessageNumber
()
final
public
String
[]
getReferences
()
final
public
MailAddress
[]
getReplyTo
()
final
public
int
getSequenceNumber
()
final
public
int
getSize
()
final
public
String
getSubject
()
final
public
MailAddress
[]
getTo
()
protected
char
getToChar
()
public
String
getUidl
()
final
public
boolean
isAnswered
()
final
public
boolean
isDeleted
()
final
public
boolean
isFlagged
()
final
public
boolean
isNew
()
final
public
boolean
isRead
()
final
public
boolean
isTagged
()
final
public
boolean
isUnread
()
protected
static
String
parseInReplyTo
(
String
s)
protected
static
String
[]
parseReferences
(
String
s)
final
public
void
setFlags
(int flags)
final
public
void
setOrphan
(boolean b)
final
public
void
setSequenceNumber
(int n)
final
public
void
setSize
(int size)
final
public
boolean
subjectIsReply
()
final
public
void
tag
()
public
String
toString
()
public
String
toString
(int depth)
final
public
void
toggleFlag
()
final
public
void
toggleTag
()
final
public
void
unflag
()
final
public
void
untag
()
Field Detail
ANSWERED
final
public
static int ANSWERED
(Code)
DELETED
final
public
static int DELETED
(Code)
FLAGGED
final
public
static int FLAGGED
(Code)
RECENT
final
public
static int RECENT
(Code)
SEEN
final
public
static int SEEN
(Code)
SHOW_MESSAGE_NUMBERS
final
protected
static boolean SHOW_MESSAGE_NUMBERS
(Code)
STRING_DEFAULT
final
protected
static
String
STRING_DEFAULT
(Code)
STRING_DELETED
final
protected
static
String
STRING_DELETED
(Code)
STRING_FLAGGED
final
protected
static
String
STRING_FLAGGED
(Code)
STRING_NEW
final
protected
static
String
STRING_NEW
(Code)
STRING_OLD
final
protected
static
String
STRING_OLD
(Code)
STRING_REPLIED
final
protected
static
String
STRING_REPLIED
(Code)
TAGGED
final
public
static int TAGGED
(Code)
cc
protected
MailAddress
[] cc
(Code)
date
protected
RFC822Date
date
(Code)
flags
protected
int flags
(Code)
from
protected
MailAddress
[] from
(Code)
inReplyTo
protected
String
inReplyTo
(Code)
messageId
protected
String
messageId
(Code)
messageNumber
protected
int messageNumber
(Code)
references
protected
String
[] references
(Code)
replyTo
protected
MailAddress
[] replyTo
(Code)
size
protected
int size
(Code)
subject
protected
String
subject
(Code)
to
protected
MailAddress
[] to
(Code)
Method Detail
flag
final
public
void flag()
(Code)
formatDate
protected
String
formatDate()
(Code)
formatFlags
protected
String
formatFlags()
(Code)
formatFrom
protected
String
formatFrom(int fieldWidth)
(Code)
formatSize
protected
String
formatSize()
(Code)
formatSubject
public
String
formatSubject()
(Code)
getBaseSubject
final
public
String
getBaseSubject()
(Code)
getCc
final
public
MailAddress
[] getCc()
(Code)
getDate
final
public
RFC822Date
getDate()
(Code)
getFlags
final
public
int getFlags()
(Code)
getFrom
final
public
MailAddress
[] getFrom()
(Code)
getInReplyTo
final
public
String
getInReplyTo()
(Code)
getMessageId
final
public
String
getMessageId()
(Code)
getMessageNumber
final
public
int getMessageNumber()
(Code)
getReferences
final
public
String
[] getReferences()
(Code)
getReplyTo
final
public
MailAddress
[] getReplyTo()
(Code)
getSequenceNumber
final
public
int getSequenceNumber()
(Code)
getSize
final
public
int getSize()
(Code)
getSubject
final
public
String
getSubject()
(Code)
getTo
final
public
MailAddress
[] getTo()
(Code)
getToChar
protected
char getToChar()
(Code)
getUidl
public
String
getUidl()
(Code)
isAnswered
final
public
boolean isAnswered()
(Code)
isDeleted
final
public
boolean isDeleted()
(Code)
isFlagged
final
public
boolean isFlagged()
(Code)
isNew
final
public
boolean isNew()
(Code)
isRead
final
public
boolean isRead()
(Code)
isTagged
final
public
boolean isTagged()
(Code)
isUnread
final
public
boolean isUnread()
(Code)
parseInReplyTo
protected
static
String
parseInReplyTo(
String
s)
(Code)
parseReferences
protected
static
String
[] parseReferences(
String
s)
(Code)
setFlags
final
public
void setFlags(int flags)
(Code)
setOrphan
final
public
void setOrphan(boolean b)
(Code)
setSequenceNumber
final
public
void setSequenceNumber(int n)
(Code)
setSize
final
public
void setSize(int size)
(Code)
subjectIsReply
final
public
boolean subjectIsReply()
(Code)
tag
final
public
void tag()
(Code)
toString
public
String
toString()
(Code)
toString
public
String
toString(int depth)
(Code)
toggleFlag
final
public
void toggleFlag()
(Code)
toggleTag
final
public
void toggleTag()
(Code)
unflag
final
public
void unflag()
(Code)
untag
final
public
void untag()
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.