Home | History | Annotate | Download | only in providers

Lines Matching refs:OUTBOX

790      * Return if this is the outbox folder
793 return isType(FolderType.OUTBOX);
830 } else if (isType(FolderType.OUTBOX)) {
831 desc = "outbox";
868 return (isDraft() || isTrash() || isType(FolderType.OUTBOX));