Home | History | Annotate | Download | only in exchange

Lines Matching full:mailbox

24 import com.android.email.provider.EmailContent.Mailbox;
62 public EasOutboxService(Context _context, Mailbox _mailbox) {
96 // The reference message and mailbox are called item and collection in EAS
111 // Then, we need the serverId of the mailbox
112 cols = getRowColumns(Mailbox.CONTENT_URI, boxId, MailboxColumns.SERVER_ID);
226 Mailbox mailbox = Mailbox.restoreMailboxOfType(context, accountId, Mailbox.TYPE_OUTBOX);
227 if (mailbox != null) {
228 msg.mMailboxKey = mailbox.mId;