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 committed Jul 10, 2024
1 parent ad739e0 commit 11781cf
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 @@ -114,6 +114,8 @@ export type AccountInfoAttrs = {
zimbraFeatureMailForwardingEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureMailForwardingInFiltersEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureMailPriorityEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureMailRecallEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureMailRecallTime?: Maybe<Scalars['Int']>;
zimbraFeatureMailSendLaterEnabled?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureManageZimlets?: Maybe<Scalars['Boolean']['output']>;
zimbraFeatureMobileSyncEnabled?: Maybe<Scalars['Boolean']['output']>;
Expand Down
2 changes: 2 additions & 0 deletions src/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,8 @@ type AccountInfoAttrs {
zimbraFeatureExportFolderEnabled: Boolean
zimbraFeatureGroupCalendarEnabled: Boolean
zimbraFeatureDistributionListExpandMembersEnabled: Boolean
zimbraFeatureMailRecallEnabled: Boolean
zimbraFeatureMailRecallTime: Int
zimbraFeatureDistributionListFolderEnabled: Boolean
}

Expand Down

0 comments on commit 11781cf

Please sign in to comment.