Camel.MIRecord¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
attachment  | 
r/w  | 
boolean attachment status  | 
|
bdata  | 
r/w  | 
provider specific data  | 
|
cc  | 
r/w  | 
CC members  | 
|
cinfo  | 
r/w  | 
content info string - composite string  | 
|
deleted  | 
r/w  | 
boolean deleted status  | 
|
dirty  | 
r/w  | 
whether the message info requires upload to the server; it corresponds to   | 
|
dreceived  | 
r/w  | 
date received  | 
|
dsent  | 
r/w  | 
date sent  | 
|
flags  | 
r/w  | 
Camel Message info flags  | 
|
followup_completed_on  | 
r/w  | 
completed date, can be used to see if completed  | 
|
followup_due_by  | 
r/w  | 
to see the due by date  | 
|
followup_flag  | 
r/w  | 
followup flag / also can be queried to see for followup or not  | 
|
from_  | 
r/w  | 
sender  | 
|
important  | 
r/w  | 
boolean important status  | 
|
junk  | 
r/w  | 
boolean junk status  | 
|
labels  | 
r/w  | 
labels of mails also called as userflags  | 
|
mlist  | 
r/w  | 
message list headers  | 
|
msg_type  | 
r/w  | 
unused  | 
|
part  | 
r/w  | 
  | 
|
preview  | 
r/w  | 
message body preview;  | 
|
read  | 
r/w  | 
boolean read status  | 
|
replied  | 
r/w  | 
boolean replied status  | 
|
size  | 
r/w  | 
size of the mail  | 
|
subject  | 
r/w  | 
subject of the mail  | 
|
to  | 
r/w  | 
recipient  | 
|
uid  | 
r/w  | 
Message UID  | 
|
userheaders  | 
r/w  | 
value for user-defined message headers;  | 
|
usertags  | 
r/w  | 
composite string of user tags  | 
Methods¶
None
Details¶
- class Camel.MIRecord¶
 The extensive DB format, supporting basic searching and sorting.
New in version 2.24.