Home | History | Annotate | Download | only in provider

Lines Matching defs:attachments

882          * Also, attachments when we get there...
1095 // The (internal) contentId of the attachment (inline attachments will have these)
1173 // All attachments with an empty URI, regardless of mailbox
1176 // Attachments with an empty URI that are in an inbox
1185 // disqualify attachments for precaching. If you add a flag that does NOT disqualify an
1224 * Restore all the Attachments of a message given its messageId
1233 Attachment[] attachments = new Attachment[count];
1238 attachments[i] = attach;
1240 return attachments;