Check if the user can email a doctype.
Future<bool> canEmail(String doctype) async => await _canInUserPermissions('can_email', doctype);