Skip to content

Commit

Permalink
PREAPPS-7326: Disable Mail recall option if mail recall time is elaps…
Browse files Browse the repository at this point in the history
…ed (#576)

- Added zimraFeatureMailRecallEnabled and zimbraFeatureMailRecallTime LDAP attributes
  • Loading branch information
namita-uttarkar-telus authored Dec 18, 2023
1 parent af9b13d commit c4bf466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schema/generated-schema-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export type AccountInfoAttrs = {
zimbraFeatureMailForwardingEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureMailForwardingInFiltersEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureMailPriorityEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureMailRecallEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureMailRecallTime?: Maybe<Scalars['Int']>;
zimbraFeatureMailSendLaterEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureManageZimlets?: Maybe<Scalars['Boolean']>;
zimbraFeatureMobileSyncEnabled?: Maybe<Scalars['Boolean']>;
Expand Down
2 changes: 2 additions & 0 deletions src/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,8 @@ type AccountInfoAttrs {
zimbraFeatureExportFolderEnabled: Boolean
zimbraFeatureGroupCalendarEnabled: Boolean
zimbraFeatureDistributionListExpandMembersEnabled: Boolean
zimbraFeatureMailRecallEnabled: Boolean
zimbraFeatureMailRecallTime: Int
}

type AccountCos {
Expand Down

0 comments on commit c4bf466

Please sign in to comment.