Skip to content

Commit

Permalink
deploy: 2925f75
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Dec 31, 2024
1 parent f838a0a commit f7f5e40
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 3386/flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 3386/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ const RESOURCES = {"icons/Icon-maskable-192.png": "009a8eae32218365ab20cce81aa89
"splash/splash.js": "123c400b58bea74c1305ca3ac966748d",
"main.dart.js_8.part.js": "82411a44c43afd84ff221abf68d10929",
"main.dart.js_2.part.js": "4c449137f08e74db8c621402701afd3c",
"index.html": "6b343aad563f790c8bcc2cf39efb7580",
"/": "6b343aad563f790c8bcc2cf39efb7580",
"index.html": "ccef6f0b8314135bac55e9f4382b8184",
"/": "ccef6f0b8314135bac55e9f4382b8184",
"main.dart.js_1.part.js": "b1610d13945fa953c43587da92d1a352",
"favicon.svg": "1734d2c8d930abd57ebba9c158506714",
"main.dart.js_6.part.js": "4c344e180fa47a08373c5b10641c863a",
Expand All @@ -342,7 +342,7 @@ const RESOURCES = {"icons/Icon-maskable-192.png": "009a8eae32218365ab20cce81aa89
"login-callback.html": "e17f83d4982ea3cce6e692b31c4b4beb",
"logout-callback.html": "999326dc9a0f37c9a9a4280b4a35dc51",
"main.dart.js_7.part.js": "0eab51ea07259044f9d690aad07364bd",
"flutter_bootstrap.js": "b47acf6317c70124fc783555950e527b",
"flutter_bootstrap.js": "fd6fa6d0ebaac98495a147b350e19a3c",
"worker_service/img/ic-close-1x.png": "27b9c71ff0cf463da5f1affb11b4c204",
"worker_service/img/tmail-3x.png": "7b5f8e671c4f39ae5d1a67b46fe494d7",
"worker_service/img/tmail-2x.png": "55f91555db37edb9ed0608f7ee3f37ee",
Expand All @@ -355,7 +355,7 @@ const RESOURCES = {"icons/Icon-maskable-192.png": "009a8eae32218365ab20cce81aa89
"worker_service/style.css": "3ec186c93eb7bdab17e882de738e3123",
"main.dart.js_4.part.js": "992e515b8c62b12a667e531e09431e53",
"main.dart.js_5.part.js": "59d55c48067e9c937a508b9706e04200",
"main.dart.js": "ff9ee324eb58066b914d529bcbe7c99a",
"main.dart.js": "448dbbdb4d66c6cd18d87b67e8168887",
"main.dart.js_3.part.js": "69ec72afffb27201a73d9811892bedbc"};
// The application shell files that are downloaded before a service worker can
// start.
Expand Down
2 changes: 1 addition & 1 deletion 3386/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "3205887884",
serviceWorkerVersion: "26113313",
},
onEntrypointLoaded: async function(engineInitializer) {
const appRunner = await engineInitializer.initializeEngine();
Expand Down
58 changes: 49 additions & 9 deletions 3386/main.dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -84573,8 +84573,9 @@
this.readActions = t0;
this.exception = t1;
},
MarkAsStarEmailSuccess: function MarkAsStarEmailSuccess(t0) {
MarkAsStarEmailSuccess: function MarkAsStarEmailSuccess(t0, t1) {
this.markStarAction = t0;
this.emailId = t1;
},
MarkAsStarEmailFailure: function MarkAsStarEmailFailure(t0, t1) {
this.markStarAction = t0;
Expand Down Expand Up @@ -93497,17 +93498,19 @@
},
LoadingMarkAsStarMultipleEmailAll: function LoadingMarkAsStarMultipleEmailAll() {
},
MarkAsStarMultipleEmailAllSuccess: function MarkAsStarMultipleEmailAllSuccess(t0, t1) {
MarkAsStarMultipleEmailAllSuccess: function MarkAsStarMultipleEmailAllSuccess(t0, t1, t2) {
this.countMarkStarSuccess = t0;
this.markStarAction = t1;
this.emailIds = t2;
},
MarkAsStarMultipleEmailAllFailure: function MarkAsStarMultipleEmailAllFailure(t0, t1) {
this.markStarAction = t0;
this.exception = t1;
},
MarkAsStarMultipleEmailHasSomeEmailFailure: function MarkAsStarMultipleEmailHasSomeEmailFailure(t0, t1) {
MarkAsStarMultipleEmailHasSomeEmailFailure: function MarkAsStarMultipleEmailHasSomeEmailFailure(t0, t1, t2) {
this.countMarkStarSuccess = t0;
this.markStarAction = t1;
this.successEmailIds = t2;
},
MarkAsStarMultipleEmailFailure: function MarkAsStarMultipleEmailFailure(t0, t1) {
this.markStarAction = t0;
Expand Down Expand Up @@ -351187,7 +351190,7 @@
};
A.MarkAsStarEmailSuccess.prototype = {
get$props() {
return [this.markStarAction];
return [this.markStarAction, this.emailId];
}
};
A.MarkAsStarEmailFailure.prototype = {
Expand Down Expand Up @@ -352129,7 +352132,7 @@
// returning from await.
$async$goto = 8;
$async$nextWhenCanceled = [1];
return A._asyncStarHelper(A._IterationMarker_yieldSingle(new A.Right(new A.MarkAsStarEmailSuccess(markStarAction), type$.Right_Failure_Success)), $async$execute$4, $async$controller);
return A._asyncStarHelper(A._IterationMarker_yieldSingle(new A.Right(new A.MarkAsStarEmailSuccess(markStarAction, emailId), type$.Right_Failure_Success)), $async$execute$4, $async$controller);
case 8:
// after yield
$async$handler = 2;
Expand Down Expand Up @@ -399600,7 +399603,7 @@
A.LoadingMarkAsStarMultipleEmailAll.prototype = {};
A.MarkAsStarMultipleEmailAllSuccess.prototype = {
get$props() {
return [this.countMarkStarSuccess, this.markStarAction];
return [this.countMarkStarSuccess, this.markStarAction, this.emailIds];
}
};
A.MarkAsStarMultipleEmailAllFailure.prototype = {
Expand All @@ -399610,7 +399613,7 @@
};
A.MarkAsStarMultipleEmailHasSomeEmailFailure.prototype = {
get$props() {
return [this.countMarkStarSuccess, this.markStarAction];
return [this.countMarkStarSuccess, this.markStarAction, this.successEmailIds];
}
};
A.MarkAsStarMultipleEmailFailure.prototype = {
Expand Down Expand Up @@ -400277,7 +400280,7 @@
// then
$async$goto = 12;
$async$nextWhenCanceled = [1];
return A._asyncStarHelper(A._IterationMarker_yieldSingle(new A.Right(new A.MarkAsStarMultipleEmailAllSuccess(emailIds.length, markStarAction), t1)), $async$execute$4, $async$controller);
return A._asyncStarHelper(A._IterationMarker_yieldSingle(new A.Right(new A.MarkAsStarMultipleEmailAllSuccess(emailIds.length, markStarAction, result), t1)), $async$execute$4, $async$controller);
case 12:
// after yield
// goto join
Expand All @@ -400301,7 +400304,7 @@
// else
$async$goto = 17;
$async$nextWhenCanceled = [1];
return A._asyncStarHelper(A._IterationMarker_yieldSingle(new A.Right(new A.MarkAsStarMultipleEmailHasSomeEmailFailure(J.get$length$asx(result), markStarAction), t1)), $async$execute$4, $async$controller);
return A._asyncStarHelper(A._IterationMarker_yieldSingle(new A.Right(new A.MarkAsStarMultipleEmailHasSomeEmailFailure(J.get$length$asx(result), markStarAction, result), t1)), $async$execute$4, $async$controller);
case 17:
// after yield
case 14:
Expand Down Expand Up @@ -401506,6 +401509,26 @@
t2._rx_stream$_value = t1;
t2._notifyData$1(t1);
},
_handleMarkEmailsAsStarById$2$starredEmailIds$unstarredEmailIds(starredEmailIds, unstarredEmailIds) {
var t1, t2, t3, t4, t5, t6;
for (t1 = this.EmailActionController_mailboxDashBoardController.emailsInCurrentMailbox, t2 = J.get$iterator$ax(t1.get$value(0)), t3 = J.getInterceptor$asx(unstarredEmailIds), t4 = J.getInterceptor$asx(starredEmailIds); t2.moveNext$0();) {
t5 = t2.get$current(t2);
t6 = t5.id;
if (t4.contains$1(starredEmailIds, t6)) {
t5 = t5.keywords;
if (t5 != null)
t5.$indexSet(0, $.$get$KeyWordIdentifier_emailFlagged(), true);
} else if (t3.contains$1(unstarredEmailIds, t6)) {
t5 = t5.keywords;
if (t5 != null)
t5.remove$1(0, $.$get$KeyWordIdentifier_emailFlagged());
}
}
t2 = t1.NotifyManager_subject;
t1 = t1.get$value(0);
t2._rx_stream$_value = t1;
t2._notifyData$1(t1);
},
_registerBrowserResizeListener$0() {
var t1 = window;
t1.toString;
Expand Down Expand Up @@ -402769,6 +402792,23 @@
_this.$this._handleMarkEmailsAsReadByMailboxId$1(reactionState.mailboxId);
else if (reactionState instanceof A.MarkAsMailboxReadHasSomeEmailFailure)
_this.$this.EmailActionController_mailboxDashBoardController.handleMarkEmailsAsReadOrUnreadByEmailIds$2$readEmailIds$unreadEmailIds(reactionState.successEmailIds, A._setArrayType([], type$.JSArray_EmailId));
else if (reactionState instanceof A.MarkAsStarEmailSuccess) {
t1 = reactionState.markStarAction;
t2 = type$.JSArray_EmailId;
t3 = t1 === B.MarkStarAction_0 ? A._setArrayType([reactionState.emailId], t2) : A._setArrayType([], t2);
t1 = t1 === B.MarkStarAction_1 ? A._setArrayType([reactionState.emailId], t2) : A._setArrayType([], t2);
_this.$this._handleMarkEmailsAsStarById$2$starredEmailIds$unstarredEmailIds(t3, t1);
} else if (reactionState instanceof A.MarkAsStarMultipleEmailAllSuccess) {
t1 = reactionState.markStarAction;
t2 = t1 === B.MarkStarAction_0 ? reactionState.emailIds : A._setArrayType([], type$.JSArray_EmailId);
t1 = t1 === B.MarkStarAction_1 ? reactionState.emailIds : A._setArrayType([], type$.JSArray_EmailId);
_this.$this._handleMarkEmailsAsStarById$2$starredEmailIds$unstarredEmailIds(t2, t1);
} else if (reactionState instanceof A.MarkAsStarMultipleEmailHasSomeEmailFailure) {
t1 = reactionState.markStarAction;
t2 = t1 === B.MarkStarAction_0 ? reactionState.successEmailIds : A._setArrayType([], type$.JSArray_EmailId);
t1 = t1 === B.MarkStarAction_1 ? reactionState.successEmailIds : A._setArrayType([], type$.JSArray_EmailId);
_this.$this._handleMarkEmailsAsStarById$2$starredEmailIds$unstarredEmailIds(t2, t1);
}
},
$signature: 134
};
Expand Down

0 comments on commit f7f5e40

Please sign in to comment.