Skip to content

Commit

Permalink
deploy: a0d0484
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Jan 20, 2025
1 parent 4612dac commit 41bb6c5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 3425/flutter_bootstrap.js

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

4 changes: 2 additions & 2 deletions 3425/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const RESOURCES = {"icons/Icon-maskable-192.png": "009a8eae32218365ab20cce81aa89
"login-callback.html": "e17f83d4982ea3cce6e692b31c4b4beb",
"logout-callback.html": "999326dc9a0f37c9a9a4280b4a35dc51",
"main.dart.js_7.part.js": "61d581e2942e52e3a5238905f6d6d59e",
"flutter_bootstrap.js": "05453d691ddbd468c66b48d727fe88cc",
"flutter_bootstrap.js": "b9b49ff05ecc668489393ef17de1db32",
"worker_service/img/ic-close-1x.png": "27b9c71ff0cf463da5f1affb11b4c204",
"worker_service/img/tmail-3x.png": "7b5f8e671c4f39ae5d1a67b46fe494d7",
"worker_service/img/tmail-2x.png": "55f91555db37edb9ed0608f7ee3f37ee",
Expand All @@ -352,7 +352,7 @@ const RESOURCES = {"icons/Icon-maskable-192.png": "009a8eae32218365ab20cce81aa89
"worker_service/style.css": "3ec186c93eb7bdab17e882de738e3123",
"main.dart.js_4.part.js": "0b70235fb92e972cb69de3e05326afd1",
"main.dart.js_5.part.js": "6fbdda9262fb1904c91d7e8457b6096f",
"main.dart.js": "963661d958a4f88d34889bd93287d9e8",
"main.dart.js": "1aee19866ad760845310c6891da8dc26",
"main.dart.js_3.part.js": "9a3492cb79e324c9d4b705d93a9a55f6"};
// The application shell files that are downloaded before a service worker can
// start.
Expand Down
37 changes: 19 additions & 18 deletions 3425/main.dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -156875,38 +156875,39 @@
};
A.PreviewEmlFileUtils.prototype = {
_createEmailElement$18$attachmentIcon$bccAddress$bccPrefix$ccAddress$ccPrefix$dateTime$emailContent$fromPrefix$listAttachment$replyToAddress$replyToPrefix$senderEmailAddress$senderName$subject$subjectPrefix$titleAttachment$toAddress$toPrefix(attachmentIcon, bccAddress, bccPrefix, ccAddress, ccPrefix, dateTime, emailContent, fromPrefix, listAttachment, replyToAddress, replyToPrefix, senderEmailAddress, senderName, subject, subjectPrefix, titleAttachment, toAddress, toPrefix) {
var e, t1, t2, t3, t4, t5, t6, t7, exception, _this = this, _null = null,
var e, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, _null = null,
_s16_ = "\n ";
try {
t1 = A.StringExtension_get_firstLetterToUpperCase(senderName);
if ((replyToAddress == null ? _null : replyToAddress.length !== 0) === true) {
replyToAddress.toString;
t1 = _this._createRecipientHtmlTag$2(replyToPrefix, replyToAddress);
t2 = _this._createRecipientHtmlTag$2(replyToPrefix, replyToAddress);
} else
t1 = "";
t2 = "";
if ((toAddress == null ? _null : toAddress.length !== 0) === true) {
toAddress.toString;
t2 = _this._createRecipientHtmlTag$2(toPrefix, toAddress);
t3 = _this._createRecipientHtmlTag$2(toPrefix, toAddress);
} else
t2 = "";
t3 = "";
if ((ccAddress == null ? _null : ccAddress.length !== 0) === true) {
ccAddress.toString;
t3 = _this._createRecipientHtmlTag$2(ccPrefix, ccAddress);
t4 = _this._createRecipientHtmlTag$2(ccPrefix, ccAddress);
} else
t3 = "";
t4 = "";
if ((bccAddress == null ? _null : bccAddress.length !== 0) === true) {
bccAddress.toString;
t4 = _this._createRecipientHtmlTag$2(bccPrefix, bccAddress);
t5 = _this._createRecipientHtmlTag$2(bccPrefix, bccAddress);
} else
t4 = "";
t5 = attachmentIcon.length !== 0 ? '<img width="16" height="16" src="' + ("data:image/svg+xml;base64," + attachmentIcon) + '" alt="Attachment Icon" class="attachment-icon">' : "";
t6 = dateTime.length !== 0 ? '<div class="email-date">' + dateTime + "</div>" : "";
t7 = listAttachment.length;
if (t7 !== 0)
t7 = _this._createAttachmentsElement$2$listAttachment$titleAttachment(listAttachment, titleAttachment);
t5 = "";
t6 = attachmentIcon.length !== 0 ? '<img width="16" height="16" src="' + ("data:image/svg+xml;base64," + attachmentIcon) + '" alt="Attachment Icon" class="attachment-icon">' : "";
t7 = dateTime.length !== 0 ? '<div class="email-date">' + dateTime + "</div>" : "";
t8 = listAttachment.length;
if (t8 !== 0)
t8 = _this._createAttachmentsElement$2$listAttachment$titleAttachment(listAttachment, titleAttachment);
else
t7 = "";
t7 = A.Element_Element$html(' <div class="email-container">\n <!-- Email Subject -->\n <div class="email-subject">' + subjectPrefix + ": " + subject + '</div>\n \n <!-- Email Header -->\n <div class="email-header">\n <!-- Placeholder icon -->\n <div class="placeholder-icon">?</div>\n \n <!-- Email information -->\n <div class="email-info">\n <div class="sender">\n ' + senderName + ' <span class="sender-email">&lt;' + senderEmailAddress + "&gt;</span>\n </div>\n " + t1 + _s16_ + t2 + _s16_ + t3 + _s16_ + t4 + '\n </div>\n \n <!-- Email metadata -->\n <div class="email-meta">\n ' + t5 + "\n " + t6 + '\n </div>\n </div>\n \n <!-- Email Body -->\n <div class="email-body">\n <p>' + emailContent + "</p>\n </div>\n \n " + t7 + "\n ");
return t7;
t8 = "";
t8 = A.Element_Element$html(' <div class="email-container">\n <!-- Email Subject -->\n <div class="email-subject">' + subjectPrefix + ": " + subject + '</div>\n \n <!-- Email Header -->\n <div class="email-header">\n <!-- Placeholder icon -->\n <div class="circle">' + t1 + '</div>\n \n <!-- Email information -->\n <div class="email-info">\n <div class="sender">\n ' + senderName + ' <span class="sender-email">&lt;' + senderEmailAddress + "&gt;</span>\n </div>\n " + t2 + _s16_ + t3 + _s16_ + t4 + _s16_ + t5 + '\n </div>\n \n <!-- Email metadata -->\n <div class="email-meta">\n ' + t6 + "\n " + t7 + '\n </div>\n </div>\n \n <!-- Email Body -->\n <div class="email-body">\n <p>' + emailContent + "</p>\n </div>\n \n " + t8 + "\n ");
return t8;
} catch (exception) {
e = A.unwrapException(exception);
A.log("PreviewEmlFileUtils::_createEmailElement: Exception = " + A.S(e), B.Level_1);
Expand Down Expand Up @@ -352226,7 +352227,7 @@
t1 = $document.get$head(0);
if (t1 != null)
t1.get$nodes(0).add$1(0, linkFontElement);
styleElement = A.Element_Element$html(" <style> \n body {\n font-family: Arial, 'Inter', sans-serif;\n color: #333;\n margin: 0;\n padding: 0;\n }\n \n .email-container {\n display: flex;\n flex-direction: column;\n gap: 10px;\n padding: 16px;\n }\n \n .email-subject {\n font-weight: bold;\n font-size: 16px;\n color: #333;\n margin-bottom: 10px;\n }\n \n .email-header {\n display: flex;\n align-items: flex-start;\n gap: 10px;\n }\n \n .placeholder-icon {\n width: 32px;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #f2f2f2;\n border-radius: 50%;\n color: #d9534f;\n font-size: 18px;\n font-weight: bold;\n flex-shrink: 0;\n }\n \n .email-info {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n }\n \n .sender {\n font-weight: bold;\n color: #333;\n }\n \n .sender-email {\n font-size: 12px;\n color: #666;\n }\n \n .recipients {\n font-size: 12px;\n color: #666;\n margin-top: 5px;\n word-wrap: break-word;\n line-height: 1.5;\n }\n \n .email-meta {\n display: flex;\n align-items: center;\n gap: 5px;\n }\n \n .attachment-icon {\n width: 16px;\n height: 16px;\n }\n \n .email-date {\n font-size: 12px;\n color: #666;\n white-space: nowrap;\n }\n \n .email-body {\n font-size: 14px;\n color: #333;\n margin-top: 10px;\n margin-left: 40px;\n }\n \n .attachments {\n margin-top: 15px;\n padding-top: 10px;\n border-top: 1px solid #ddd;\n margin-left: 40px;\n }\n \n .attachment-title {\n font-weight: bold;\n color: #333;\n margin-bottom: 10px;\n font-size: 14px;\n }\n \n .attachment-item {\n display: flex;\n align-items: flex-start;\n gap: 10px;\n font-size: 12px;\n color: #666;\n margin-bottom: 10px;\n cursor: pointer;\n padding: 5px;\n transition: background-color 0.3s, box-shadow 0.3s;\n }\n \n .attachment-item:hover {\n background-color: #f5f5f5;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n }\n \n .attachment-item .icon {\n width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #f2f2f2;\n border-radius: 50%;\n color: #007bff;\n }\n \n .attachment-item .file-details {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n \n .attachment-item .file-name {\n font-weight: bold;\n }\n \n .attachment-item .file-size {\n font-size: 12px;\n color: #666;\n }\n </style>\n ");
styleElement = A.Element_Element$html(" <style> \n body {\n font-family: Arial, 'Inter', sans-serif;\n color: #333;\n margin: 0;\n padding: 0;\n }\n \n .email-container {\n display: flex;\n flex-direction: column;\n gap: 10px;\n padding: 16px;\n }\n \n .email-subject {\n font-weight: bold;\n font-size: 16px;\n color: #333;\n margin-bottom: 10px;\n }\n \n .email-header {\n display: flex;\n align-items: flex-start;\n gap: 10px;\n }\n \n .circle {\n width: 40px;\n height: 40px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(to bottom, #a8e4d1, #56c2a6);\n font-size: 18px;\n font-weight: bold;\n color: white;\n text-transform: uppercase;\n flex-shrink: 0;\n }\n \n .email-info {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n }\n \n .sender {\n font-weight: bold;\n color: #333;\n }\n \n .sender-email {\n font-size: 12px;\n color: #666;\n }\n \n .recipients {\n font-size: 12px;\n color: #666;\n margin-top: 5px;\n word-wrap: break-word;\n line-height: 1.5;\n }\n \n .email-meta {\n display: flex;\n align-items: center;\n gap: 5px;\n }\n \n .attachment-icon {\n width: 16px;\n height: 16px;\n }\n \n .email-date {\n font-size: 12px;\n color: #666;\n white-space: nowrap;\n }\n \n .email-body {\n font-size: 14px;\n color: #333;\n margin-top: 10px;\n margin-left: 40px;\n }\n \n .attachments {\n margin-top: 15px;\n padding-top: 10px;\n border-top: 1px solid #ddd;\n margin-left: 40px;\n }\n \n .attachment-title {\n font-weight: bold;\n color: #333;\n margin-bottom: 10px;\n font-size: 14px;\n }\n \n .attachment-item {\n display: flex;\n align-items: flex-start;\n gap: 10px;\n font-size: 12px;\n color: #666;\n margin-bottom: 10px;\n cursor: pointer;\n padding: 5px;\n transition: background-color 0.3s, box-shadow 0.3s;\n }\n \n .attachment-item:hover {\n background-color: #f5f5f5;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n }\n \n .attachment-item .icon {\n width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #f2f2f2;\n border-radius: 50%;\n color: #007bff;\n }\n \n .attachment-item .file-details {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n \n .attachment-item .file-name {\n font-weight: bold;\n }\n \n .attachment-item .file-size {\n font-size: 12px;\n color: #666;\n }\n </style>\n ");
t1 = $document.get$head(0);
if (t1 != null)
t1.get$nodes(0).add$1(0, styleElement);
Expand Down

0 comments on commit 41bb6c5

Please sign in to comment.