Camel.MIRecord¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| attachment | bool | r/w | boolean attachment status | 
| bdata | str | r/w | provider specific data | 
| cc | str | r/w | CC members | 
| cinfo | str | r/w | content info string - composite string | 
| deleted | bool | r/w | boolean deleted status | 
| dirty | int | r/w | whether the message info requires upload to the server; it corresponds to Camel.MessageFlags.FOLDER_FLAGGED | 
| dreceived | int | r/w | date received | 
| dsent | int | r/w | date sent | 
| flags | int | r/w | Camel Message info flags | 
| followup_completed_on | str | r/w | completed date, can be used to see if completed | 
| followup_due_by | str | r/w | to see the due by date | 
| followup_flag | str | r/w | followup flag / also can be queried to see for followup or not | 
| from_ | str | r/w | sender | 
| important | bool | r/w | boolean important status | 
| junk | bool | r/w | boolean junk status | 
| labels | str | r/w | labels of mails also called as userflags | 
| mlist | str | r/w | message list headers | 
| msg_type | int | r/w | unused | 
| part | str | r/w | Camel.part/ references / thread id | 
| read | bool | r/w | boolean read status | 
| replied | bool | r/w | boolean replied status | 
| size | int | r/w | size of the mail | 
| subject | str | r/w | subject of the mail | 
| to | str | r/w | recipient | 
| uid | str | r/w | Message UID | 
| usertags | str | r/w | composite string of user tags | 
Methods¶
None