Home | History | Annotate | Download | only in eas

Lines Matching full:outbox

1072      * Convenience method for adding a Message to an account's outbox
1081 LogUtils.d(TAG, "No outbox for account %d, creating it", account.mId);
1082 final Mailbox outbox =
1084 outbox.save(context);
1085 mailboxId = outbox.mId;