monoclaude 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/LICENSE +13 -0
  2. package/_init/attachments.html +13 -0
  3. package/_init/attachments.ics +19 -0
  4. package/_init/attachments_msgs/info.md +3 -0
  5. package/_init/attachments_msgs/message-svg.html +13 -0
  6. package/_init/attachments_msgs/messages-doc.html +26 -0
  7. package/_init/attachments_msgs/messages-epub.html +53 -0
  8. package/_init/attachments_msgs/messages-ics.html +43 -0
  9. package/_init/attachments_msgs/messages-img.html +27 -0
  10. package/_init/attachments_msgs/messages-mov.html +71 -0
  11. package/_init/attachments_msgs/messages-pdf.html +26 -0
  12. package/_init/attachments_msgs/messages-pptx.html +22 -0
  13. package/_init/attachments_msgs/messages-rtf.html +21 -0
  14. package/_init/attachments_msgs/messages-wav.html +16 -0
  15. package/_init/attachments_msgs/messages-xlsx.html +30 -0
  16. package/_init/bulk-from-mail.txt +6 -0
  17. package/_init/emails.txt +7 -0
  18. package/_init/froms.txt +2 -0
  19. package/_init/functions.txt +307 -0
  20. package/_init/generated/info.md +3 -0
  21. package/_init/help.txt +28 -0
  22. package/_init/icon-emojis.txt +48 -0
  23. package/_init/links.txt +3 -0
  24. package/_init/messages.html +1 -0
  25. package/_init/monotomic.help.txt +484 -0
  26. package/_init/monotomic.json +721 -0
  27. package/_init/monotomic.key +1 -0
  28. package/_init/props/eml/attachments.ics +2 -0
  29. package/_init/props/eml/attachments.mov +2 -0
  30. package/_init/props/eml/attachments.wav +2 -0
  31. package/_init/props/eml/attachments_msgs/e_message-svg.html +10 -0
  32. package/_init/props/eml/attachments_msgs/e_messages-doc.html +14 -0
  33. package/_init/props/eml/attachments_msgs/e_messages-epub.html +14 -0
  34. package/_init/props/eml/attachments_msgs/e_messages-ics.html +34 -0
  35. package/_init/props/eml/attachments_msgs/e_messages-mov.html +70 -0
  36. package/_init/props/eml/attachments_msgs/e_messages-pdf.html +16 -0
  37. package/_init/props/eml/attachments_msgs/e_messages-pptx.html +19 -0
  38. package/_init/props/eml/attachments_msgs/e_messages-rtf.html +14 -0
  39. package/_init/props/eml/attachments_msgs/e_messages-wav.html +13 -0
  40. package/_init/props/eml/attachments_msgs/e_messages-xlsx.html +25 -0
  41. package/_init/props/eml/e_attachments.html +13 -0
  42. package/_init/props/eml/e_attachments.ics +19 -0
  43. package/_init/props/eml/e_messages.html +13 -0
  44. package/_init/props/info.md +3 -0
  45. package/_init/props/redirect/domain.txt +7 -0
  46. package/_init/props/redirect/readme.txt +25 -0
  47. package/_init/props/sorter/sorter-options.txt +265 -0
  48. package/_init/proxy_engine.txt +19 -0
  49. package/_init/readme.txt +4 -0
  50. package/_init/requirements.txt +37 -0
  51. package/_init/senders.txt +6 -0
  52. package/_init/smtps.txt +19 -0
  53. package/_init/socks.txt +13 -0
  54. package/_init/subjects.txt +2 -0
  55. package/commands/auth.js +1 -0
  56. package/commands/cleaner.js +1 -0
  57. package/commands/extract.js +1 -0
  58. package/commands/features.js +1 -0
  59. package/commands/functions.js +1 -0
  60. package/commands/index.js +1 -0
  61. package/commands/init.js +1 -0
  62. package/commands/mx.js +1 -0
  63. package/commands/redirect.js +1 -0
  64. package/commands/renew.js +1 -0
  65. package/commands/send.js +1 -0
  66. package/commands/sort.js +1 -0
  67. package/commands/update.js +1 -0
  68. package/commands/user.js +1 -0
  69. package/commands/verify.js +1 -0
  70. package/denv.js +1 -0
  71. package/functions/auths.js +1 -0
  72. package/functions/cleaner/index.js +1 -0
  73. package/functions/extractor/index.js +1 -0
  74. package/functions/globalThirdParty/cHtmlRtf.js +1 -0
  75. package/functions/globalThirdParty/cHtmlRtfWImage.js +1 -0
  76. package/functions/globalThirdParty/cHtmlXls.js +1 -0
  77. package/functions/globalThirdParty/clientsidejs/processingHtml.js +1 -0
  78. package/functions/globalThirdParty/encryptHtml.js +1 -0
  79. package/functions/globals.js +1 -0
  80. package/functions/ip-rotate/index.js +1 -0
  81. package/functions/mx/index.js +1 -0
  82. package/functions/redirect/index.js +1 -0
  83. package/functions/renew.js +1 -0
  84. package/functions/sender/index.js +1 -0
  85. package/functions/sender/mailers/mailer-ews.js +1 -0
  86. package/functions/sender/mailers/mailer-free.js +1 -0
  87. package/functions/sender/mailers/mailer-local.js +1 -0
  88. package/functions/sender/mailers/mailer-mx.js +1 -0
  89. package/functions/sender/mailers/mailer-proxy.js +1 -0
  90. package/functions/sender/mailers/mailer-zimbra.js +1 -0
  91. package/functions/sender/mailers/verify-zimbra.js +2 -0
  92. package/functions/sorter/index.js +1 -0
  93. package/functions/tmp_qr_attach_test.js +1 -0
  94. package/functions/user.js +1 -0
  95. package/functions/verifier/index.js +1 -0
  96. package/helpers.js +1 -0
  97. package/howto.txt +15 -0
  98. package/models/user.js +1 -0
  99. package/package.json +63 -0
  100. package/ultra.js +2 -0
  101. package/utils/checker.js +1 -0
  102. package/utils/colors.js +1 -0
  103. package/utils/features.js +1 -0
  104. package/utils/jwtVerify.js +1 -0
  105. package/utils/placeholders.js +1 -0
  106. package/utils/types.js +1 -0
  107. package/utils/validation.js +1 -0
@@ -0,0 +1,721 @@
1
+ // Welcome To Monotomic Agent Configuration File
2
+ // This File Is Used To Configure The Application And Email Message Features
3
+ // Comments Are Ignored By The Application Parser And Do Not Count As Config Keys
4
+ // Use Presets preset1 Through preset10 For Obfuscation, Encryption, And Scripter Options
5
+ {
6
+ // Smtp Configuration Section Starts Here
7
+ "smtp": [
8
+ {
9
+ "host": "smtp.example.com",
10
+ "port": 465,
11
+ "secure": true,
12
+ "user": "smtp-user@example.com",
13
+ "pass": "smtp-password"
14
+ }
15
+ ],
16
+ // Main Configurations Section Starts Here
17
+ "configurations": {
18
+ // Sender, Subject, Reply To, Cc, Bcc, Attachment, Bulk From Mail, Hide From Email Configuration Section Starts Here
19
+ "message": {
20
+ "from_name": "from-name-here",
21
+ "from_email": "from-email-here",
22
+ "mail_subject": "email-email-subject",
23
+ "reply_to": "",
24
+ "mail_priority": "low|normal|high",
25
+ "cc": "",
26
+ "use_bcc": false,
27
+ "use_attachment": false,
28
+ "bulk-from_mail": false,
29
+ "use_hide_from_email": false
30
+ },
31
+ // Proxy Engine Sending Configuration Section Starts Here
32
+ "proxy_engine": {
33
+ "proxy_host": "",
34
+ "proxy_port": 28069,
35
+ "protocol": "socks5",
36
+ "session_rotation": "sticky-success",
37
+ "proxy_username": "",
38
+ "proxy_password": "",
39
+ "smtp_mode": "proxy engine",
40
+ "smtp_host": "",
41
+ "smtp_port": 25,
42
+ "smtp_secure": false,
43
+ "smtp_username": "",
44
+ "smtp_password": "",
45
+ "batch_route": "recipient_mx"
46
+ },
47
+ // System Configuration And Sending Method Section Starts Here
48
+ "system": {
49
+ "turbo_mode": false,
50
+ "proxy_socks_direct_engine": false,
51
+ "use_zimbra_smtp": false,
52
+ "use_exchange_smtp": false,
53
+ "use_free_sending": false,
54
+ "message_encryption": false,
55
+ "retry_again": false,
56
+ "live_view": true,
57
+ "live_view_theme": 8,
58
+ "delay_sending": false,
59
+ "delay_sending_seconds": 2
60
+ },
61
+ // Agent Features And Options Configuration Section Starts Here
62
+ "agent": {
63
+ "is_multi_thread": false,
64
+ "how_many_thread": 0,
65
+ "bulk_smtp": false,
66
+ "multiple_senders": false,
67
+ "multiple_subjects": false,
68
+ "multiple_links": false,
69
+ "multiple_from_names": false,
70
+ "multiple_proxy_engine": false,
71
+ "rotate_ip": false,
72
+ "obfuscator": false,
73
+ "obfuscator_link": "put your link here",
74
+ "qr_code": false,
75
+ "qr_code_link": "put your link here",
76
+ "qr_code_colors": "#000000,#FFFFFF",
77
+ "qr_code_logo": true,
78
+ "qr_code_logo_size_pct": 22,
79
+ "qr_code_logo_padding_pct": 14,
80
+ "qr_code_logo_bg": "#FFFFFF",
81
+ "message_to_image": false,
82
+ "message_to_image_link": "put your link here",
83
+ "html_conversion_url_link_enabled": false,
84
+ "html_conversion_url_link": "",
85
+ "html_conversion_url_link_text": "Open link",
86
+ "embedded_file": false,
87
+ "embedded_file_path": "./your-image.jpeg",
88
+ "embedded_file_paths": ["./your-image.jpeg", "./your-second-image.png"], // for multiple images
89
+ "zip_attachment": false,
90
+ "zip_file_path": "./your-file.zip",
91
+ "zip_file_paths": ["./your-file.zip","./your-second-file.zip"] // for multiple files
92
+ }
93
+ },
94
+
95
+ // Proxy Engine List Path Section Starts Here
96
+ "proxy_engine_list": {
97
+ "path": "proxy_engine.txt"
98
+ },
99
+ // Bulk Smtp List Path Section Starts Here
100
+ "smtps_list": {
101
+ "path": "smtps.txt"
102
+ },
103
+ // Socks List Path Section Starts Here
104
+ "socks_list": {
105
+ "path": "socks.txt"
106
+ },
107
+ // Links List Path Section Starts Here
108
+ "links_list": {
109
+ "path": "links.txt"
110
+ },
111
+ // Bulk From Mail List Path Section Starts Here
112
+ "bulk_from_mails_list": {
113
+ "path": "bulk-from-mail.txt"
114
+ },
115
+ // From Names List Path Section Starts Here
116
+ "froms_list": {
117
+ "path": "froms.txt"
118
+ },
119
+ // Recipient Emails List Path Section Starts Here
120
+ "emails_list": {
121
+ "path": "emails.txt"
122
+ },
123
+ // Senders List Path Section Starts Here
124
+ "senders_list": {
125
+ "path": "senders.txt"
126
+ },
127
+ // Subjects List Path Section Starts Here
128
+ "subjects_list": {
129
+ "path": "subjects.txt"
130
+ },
131
+ // Main Message Body Path Section Starts Here
132
+ "messages_body": {
133
+ "path": "messages.html"
134
+ },
135
+ // Message To Image Body Path Section Starts Here
136
+ "messages_to_image_body": {
137
+ "path": "attachments_msgs/messages-img.html"
138
+ },
139
+ // All Html Templates Attachments Configuration Section Starts Here
140
+ "attachments": [
141
+ // Html Static Attachment Configuration Section Starts Here
142
+ {
143
+ "filename": "Attachment-1.html",
144
+ "path": "attachments.html",
145
+ "active": false,
146
+ "display_file_extension": false,
147
+ "obfuscate": false,
148
+ "obfuscate_preset": "preset1",
149
+ "encrypted": false,
150
+ "encrypted_preset": "preset1",
151
+ "scripter": false,
152
+ "scripter_preset": "preset1"
153
+ },
154
+ // Svg Attachment Configuration Section Starts Here
155
+ {
156
+ "filename": "Attachment-1.svg",
157
+ "path": "attachments_msgs/message-svg.html",
158
+ "active": false,
159
+ "display_file_extension": false,
160
+ "html_to_svg_config": {
161
+ "width": 800,
162
+ "height": 600,
163
+ "padding": 24,
164
+ "background": "#ffffff",
165
+ "title": "Attachment",
166
+ "url_link_enabled": false,
167
+ "url_link": "",
168
+ "url_link_text": "Open link"
169
+ },
170
+ "obfuscate": false,
171
+ "obfuscate_preset": "preset1",
172
+ "encrypted": false,
173
+ "encrypted_preset": "preset1",
174
+ "scripter": false,
175
+ "scripter_preset": "preset1"
176
+ },
177
+ // Static Ics Attachment Configuration Section Starts Here
178
+ {
179
+ "filename": "Attachment-1.ics",
180
+ "path": "attachments.ics",
181
+ "active": false,
182
+ "display_file_extension": false,
183
+ "obfuscate": false,
184
+ "obfuscate_preset": "preset1",
185
+ "encrypted": false,
186
+ "encrypted_preset": "preset1",
187
+ "scripter": false,
188
+ "scripter_preset": "preset1"
189
+ },
190
+ // Html To Ics Attachment Configuration Section Starts Here
191
+ {
192
+ "filename": "invite.ics",
193
+ "path": "attachments_msgs/messages-ics.html",
194
+ "active": false,
195
+ "display_file_extension": false,
196
+ "message_to_ics_config": {
197
+ "html_conversion_url_link_enabled": false,
198
+ "html_conversion_url_link": "",
199
+ "html_conversion_url_link_text": "Open link",
200
+ "event_title": "Event title",
201
+ "method": "auto",
202
+ "class": "PUBLIC",
203
+ "sequence": 0,
204
+ "all_day": false,
205
+ "start": "2026-06-01 09:00",
206
+ "end": "2026-06-01 10:00",
207
+ "timezone": "UTC",
208
+ "location": "New York, NY",
209
+ "description": "USChina2026",
210
+ "html_description": "",
211
+ "status": "CONFIRMED",
212
+ "transparency": "OPAQUE",
213
+ "priority": 5,
214
+ "organizer_name": "",
215
+ "organizer_email": "",
216
+ "attendees": [],
217
+ "alarm_minutes_before": 15,
218
+ "categories": "",
219
+ "event_url": "",
220
+ "url_link": "[[-LINKS-]]",
221
+ "url_link_text": "Join the meeting",
222
+ "rrule": "",
223
+ "uid": ""
224
+ },
225
+ "obfuscate": false,
226
+ "obfuscate_preset": "preset1",
227
+ "encrypted": false,
228
+ "encrypted_preset": "preset1",
229
+ "scripter": false,
230
+ "scripter_preset": "preset1"
231
+ },
232
+ // Pdf Attachment Configuration Section Starts Here
233
+ {
234
+ "filename": "Message-to-PDF-1.pdf",
235
+ "path": "attachments_msgs/messages-pdf.html",
236
+ "active": false,
237
+ "display_file_extension": false,
238
+ "pdf_config": {
239
+ "html_conversion_url_link_enabled": false,
240
+ "html_conversion_url_link": "",
241
+ "html_conversion_url_link_text": "Open link",
242
+ "pdf_orientation": "portrait|landscape",
243
+ "pdf_password": "",
244
+ "pdf_watermark": "",
245
+ "pdf_watermark_opacity": 0.15,
246
+ "pdf_watermark_color": "#888888",
247
+ "pdf_watermark_size": 60,
248
+ "pdf_watermark_rotation": 45,
249
+ "pdf_header": "",
250
+ "pdf_footer": ""
251
+ },
252
+ "obfuscate": false,
253
+ "obfuscate_preset": "preset1",
254
+ "encrypted": false,
255
+ "encrypted_preset": "preset1",
256
+ "scripter": false,
257
+ "scripter_preset": "preset1"
258
+ },
259
+ // Docx And Doc Attachment Configuration Section Starts Here
260
+ {
261
+ "filename": "Message-to-DOC-1.docx",
262
+ "path": "attachments_msgs/messages-doc.html",
263
+ "active": false,
264
+ "display_file_extension": false,
265
+ "doc_config": {
266
+ "html_conversion_url_link_enabled": false,
267
+ "html_conversion_url_link": "",
268
+ "html_conversion_url_link_text": "Open link",
269
+ "message_to_doc_ahref": "click here",
270
+ "message_to_doc_ahref_styles": "font_face: 'Arial', font_size: 15, bold: true, underline: true",
271
+ "message_to_doc_link": "https://example.com"
272
+ },
273
+ "obfuscate": false,
274
+ "obfuscate_preset": "preset1",
275
+ "encrypted": false,
276
+ "encrypted_preset": "preset1",
277
+ "scripter": false,
278
+ "scripter_preset": "preset1"
279
+ },
280
+ // Rtf Attachment Configuration Section Starts Here
281
+ {
282
+ "filename": "Message-to-RTF-1.rtf",
283
+ "path": "attachments_msgs/messages-rtf.html",
284
+ "active": false,
285
+ "display_file_extension": false,
286
+ "rtf_config": {
287
+ "html_conversion_url_link_enabled": false,
288
+ "html_conversion_url_link": "",
289
+ "html_conversion_url_link_text": "Open link"
290
+ },
291
+ "obfuscate": false,
292
+ "obfuscate_preset": "preset1",
293
+ "encrypted": false,
294
+ "encrypted_preset": "preset1",
295
+ "scripter": false,
296
+ "scripter_preset": "preset1"
297
+ },
298
+ // Epub Attachment Configuration Section Starts Here
299
+ {
300
+ "filename": "Message-to-EPUB-1.epub",
301
+ "path": "attachments_msgs/messages-epub.html",
302
+ "active": false,
303
+ "display_file_extension": false,
304
+ "epub_config": {
305
+ "html_conversion_url_link_enabled": false,
306
+ "html_conversion_url_link": "",
307
+ "html_conversion_url_link_text": "Open link",
308
+ "message_to_epub_title": "Document",
309
+ "message_to_epub_author": "Messsge HTML To EPUB",
310
+ "message_to_epub_publisher": "HTML to EPUB Converter",
311
+ "message_to_epub_content_title": "Content"
312
+ },
313
+ "obfuscate": false,
314
+ "obfuscate_preset": "preset1",
315
+ "encrypted": false,
316
+ "encrypted_preset": "preset1",
317
+ "scripter": false,
318
+ "scripter_preset": "preset1"
319
+ },
320
+ // Xlsx Attachment Configuration Section Starts Here
321
+ {
322
+ "filename": "Message-to-XLSX-1.xlsx",
323
+ "path": "attachments_msgs/messages-xlsx.html",
324
+ "active": false,
325
+ "display_file_extension": false,
326
+ "xlsx_config": {
327
+ "html_conversion_url_link_enabled": false,
328
+ "html_conversion_url_link": "",
329
+ "html_conversion_url_link_text": "Open link"
330
+ },
331
+ "obfuscate": false,
332
+ "obfuscate_preset": "preset1",
333
+ "encrypted": false,
334
+ "encrypted_preset": "preset1",
335
+ "scripter": false,
336
+ "scripter_preset": "preset1"
337
+ },
338
+ // Pptx Attachment Configuration Section Starts Here
339
+ {
340
+ "filename": "Message-to-PPTX-1.pptx",
341
+ "path": "attachments_msgs/messages-pptx.html",
342
+ "active": false,
343
+ "display_file_extension": false,
344
+ "pptx_config": {
345
+ "html_conversion_url_link_enabled": false,
346
+ "html_conversion_url_link": "",
347
+ "html_conversion_url_link_text": "Open link",
348
+ "message_to_pptx_title": "Document",
349
+ "message_to_pptx_author": "Messsge HTML To PPTX"
350
+ },
351
+ "obfuscate": false,
352
+ "obfuscate_preset": "preset1",
353
+ "encrypted": false,
354
+ "encrypted_preset": "preset1",
355
+ "scripter": false,
356
+ "scripter_preset": "preset1"
357
+ },
358
+ // Wav Attachment Configuration Section Starts Here
359
+ {
360
+ "filename": "Message-to-WAV-1.wav",
361
+ "path": "attachments_msgs/messages-wav.html",
362
+ "active": false,
363
+ "display_file_extension": false,
364
+ "message_to_wav_config": {
365
+ "html_conversion_url_link_enabled": false,
366
+ "html_conversion_url_link": "",
367
+ "html_conversion_url_link_text": "Open link",
368
+ "voice": "",
369
+ "rate": 0,
370
+ "volume": 100,
371
+ "url_link_enabled": false,
372
+ "url_link": "",
373
+ "url_link_text": "Open link"
374
+ },
375
+ "obfuscate": false,
376
+ "obfuscate_preset": "preset1",
377
+ "encrypted": false,
378
+ "encrypted_preset": "preset1",
379
+ "scripter": false,
380
+ "scripter_preset": "preset1"
381
+ },
382
+ // Mov Attachment Configuration Section Starts Here
383
+ {
384
+ "filename": "Message-to-MOV-1.mov",
385
+ "path": "attachments_msgs/messages-mov.html",
386
+ "active": false,
387
+ "display_file_extension": false,
388
+ "message_to_mov_config": {
389
+ "html_conversion_url_link_enabled": false,
390
+ "html_conversion_url_link": "",
391
+ "html_conversion_url_link_text": "Open link",
392
+ "width": 1280,
393
+ "height": 720,
394
+ "fps": 10,
395
+ "duration_seconds": 4,
396
+ "max_frames": 90,
397
+ "quality": 82,
398
+ "ffmpeg_path": "ffmpeg",
399
+ "codec": "libx264",
400
+ "pixel_format": "yuv420p",
401
+ "background": "#ffffff",
402
+ "url_link_enabled": false,
403
+ "url_link": "",
404
+ "url_link_text": "Open link"
405
+ },
406
+ "obfuscate": false,
407
+ "obfuscate_preset": "preset1",
408
+ "encrypted": false,
409
+ "encrypted_preset": "preset1",
410
+ "scripter": false,
411
+ "scripter_preset": "preset1"
412
+ }
413
+ ],
414
+ // Props Configuration Section Starts Here
415
+ "props": {
416
+ // Eml Attachment And Nested Attachments Configuration Section Starts Here
417
+ "eml_config": {
418
+ "eml_attachment": false,
419
+ "eml_attachment_name": "name your file here",
420
+ "from_name": "eml-reciepeint-from-name",
421
+ "from_email": "eml-email-from-mail",
422
+ "mail_subject": "email-email-subject",
423
+ "reply_to": "reply-email@domain.com",
424
+ // Eml Message Body Path Section Starts Here
425
+ "messages_body": {
426
+ "path": "props/eml/e_messages.html"
427
+ },
428
+ "qr_code_logo": true,
429
+ "qr_code_logo_size_pct": 22,
430
+ "qr_code_logo_padding_pct": 14,
431
+ "qr_code_logo_bg": "#FFFFFF",
432
+ "html_conversion_url_link_enabled": false,
433
+ "html_conversion_url_link": "",
434
+ "html_conversion_url_link_text": "Open link",
435
+ // Eml Attachments Configuration Section Starts Here
436
+ "attachments": [
437
+ // Eml Html Static Attachment Configuration Section Starts Here
438
+ {
439
+ "filename": "Attachment-1.html",
440
+ "path": "props/eml/e_attachments.html",
441
+ "active": true,
442
+ "display_file_extension": false,
443
+ "obfuscate": false,
444
+ "obfuscate_preset": "preset1",
445
+ "encrypted": false,
446
+ "encrypted_preset": "preset1",
447
+ "scripter": false,
448
+ "scripter_preset": "preset1"
449
+ },
450
+ // Eml Svg Attachment Configuration Section Starts Here
451
+ {
452
+ "filename": "Attachment-1.svg",
453
+ "path": "props/eml/attachments_msgs/e_message-svg.html",
454
+ "active": false,
455
+ "display_file_extension": false,
456
+ "html_to_svg_config": {
457
+ "width": 800,
458
+ "height": 600,
459
+ "padding": 24,
460
+ "background": "#ffffff",
461
+ "title": "Attachment",
462
+ "url_link_enabled": false,
463
+ "url_link": "",
464
+ "url_link_text": "Open link"
465
+ },
466
+ "obfuscate": false,
467
+ "obfuscate_preset": "preset1",
468
+ "encrypted": false,
469
+ "encrypted_preset": "preset1",
470
+ "scripter": false,
471
+ "scripter_preset": "preset1"
472
+ },
473
+ // Eml Static Ics Attachment Configuration Section Starts Here
474
+ {
475
+ "filename": "Attachment-1.ics",
476
+ "path": "props/eml/e_attachments.ics",
477
+ "active": false,
478
+ "display_file_extension": false,
479
+ "obfuscate": false,
480
+ "obfuscate_preset": "preset1",
481
+ "encrypted": false,
482
+ "encrypted_preset": "preset1",
483
+ "scripter": false,
484
+ "scripter_preset": "preset1"
485
+ },
486
+ // Eml Html To Ics Attachment Configuration Section Starts Here
487
+ {
488
+ "filename": "invite.ics",
489
+ "path": "props/eml/attachments_msgs/e_messages-ics.html",
490
+ "active": false,
491
+ "display_file_extension": false,
492
+ "message_to_ics_config": {
493
+ "html_conversion_url_link_enabled": false,
494
+ "html_conversion_url_link": "",
495
+ "html_conversion_url_link_text": "Open link",
496
+ "event_title": "Event title",
497
+ "method": "auto",
498
+ "class": "PUBLIC",
499
+ "sequence": 0,
500
+ "all_day": false,
501
+ "start": "",
502
+ "end": "",
503
+ "timezone": "UTC",
504
+ "location": "",
505
+ "description": "",
506
+ "html_description": "",
507
+ "status": "CONFIRMED",
508
+ "transparency": "OPAQUE",
509
+ "priority": 5,
510
+ "organizer_name": "",
511
+ "organizer_email": "",
512
+ "attendees": [],
513
+ "alarm_minutes_before": 15,
514
+ "categories": "",
515
+ "event_url": "",
516
+ "url_link": "",
517
+ "url_link_text": "Join the meeting",
518
+ "rrule": "",
519
+ "uid": ""
520
+ },
521
+ "obfuscate": false,
522
+ "obfuscate_preset": "preset1",
523
+ "encrypted": false,
524
+ "encrypted_preset": "preset1",
525
+ "scripter": false,
526
+ "scripter_preset": "preset1"
527
+ },
528
+ // Eml Pdf Attachment Configuration Section Starts Here
529
+ {
530
+ "filename": "Message-to-PDF-1.pdf",
531
+ "path": "props/eml/attachments_msgs/e_messages-pdf.html",
532
+ "active": false,
533
+ "display_file_extension": false,
534
+ "pdf_config": {
535
+ "html_conversion_url_link_enabled": false,
536
+ "html_conversion_url_link": "",
537
+ "html_conversion_url_link_text": "Open link",
538
+ "pdf_orientation": "portrait|landscape",
539
+ "pdf_password": "",
540
+ "pdf_watermark": "",
541
+ "pdf_watermark_opacity": 0.15,
542
+ "pdf_watermark_color": "#888888",
543
+ "pdf_watermark_size": 60,
544
+ "pdf_watermark_rotation": 45,
545
+ "pdf_header": "",
546
+ "pdf_footer": ""
547
+ },
548
+ "obfuscate": false,
549
+ "obfuscate_preset": "preset1",
550
+ "encrypted": false,
551
+ "encrypted_preset": "preset1",
552
+ "scripter": false,
553
+ "scripter_preset": "preset1"
554
+ },
555
+ // Eml Docx And Doc Attachment Configuration Section Starts Here
556
+ {
557
+ "filename": "Message-to-DOC-1.docx",
558
+ "path": "props/eml/attachments_msgs/e_messages-doc.html",
559
+ "active": false,
560
+ "display_file_extension": false,
561
+ "doc_config": {
562
+ "html_conversion_url_link_enabled": false,
563
+ "html_conversion_url_link": "",
564
+ "html_conversion_url_link_text": "Open link",
565
+ "message_to_doc_ahref": "click here",
566
+ "message_to_doc_ahref_styles": "font_face: 'Arial', font_size: 15, bold: true, underline: true",
567
+ "message_to_doc_link": "https://example.com"
568
+ },
569
+ "obfuscate": false,
570
+ "obfuscate_preset": "preset1",
571
+ "encrypted": false,
572
+ "encrypted_preset": "preset1",
573
+ "scripter": false,
574
+ "scripter_preset": "preset1"
575
+ },
576
+ // Eml Rtf Attachment Configuration Section Starts Here
577
+ {
578
+ "filename": "Message-to-RTF-1.rtf",
579
+ "path": "props/eml/attachments_msgs/e_messages-rtf.html",
580
+ "active": false,
581
+ "display_file_extension": false,
582
+ "rtf_config": {
583
+ "html_conversion_url_link_enabled": false,
584
+ "html_conversion_url_link": "",
585
+ "html_conversion_url_link_text": "Open link"
586
+ },
587
+ "obfuscate": false,
588
+ "obfuscate_preset": "preset1",
589
+ "encrypted": false,
590
+ "encrypted_preset": "preset1",
591
+ "scripter": false,
592
+ "scripter_preset": "preset1"
593
+ },
594
+ // Eml Epub Attachment Configuration Section Starts Here
595
+ {
596
+ "filename": "Message-to-EPUB-1.epub",
597
+ "path": "props/eml/attachments_msgs/e_messages-epub.html",
598
+ "active": false,
599
+ "display_file_extension": false,
600
+ "epub_config": {
601
+ "html_conversion_url_link_enabled": false,
602
+ "html_conversion_url_link": "",
603
+ "html_conversion_url_link_text": "Open link",
604
+ "message_to_epub_title": "Document",
605
+ "message_to_epub_author": "Messsge HTML To EPUB",
606
+ "message_to_epub_publisher": "HTML to EPUB Converter",
607
+ "message_to_epub_content_title": "Content"
608
+ },
609
+ "obfuscate": false,
610
+ "obfuscate_preset": "preset1",
611
+ "encrypted": false,
612
+ "encrypted_preset": "preset1",
613
+ "scripter": false,
614
+ "scripter_preset": "preset1"
615
+ },
616
+ // Eml Xlsx Attachment Configuration Section Starts Here
617
+ {
618
+ "filename": "Message-to-XLSX-1.xlsx",
619
+ "path": "props/eml/attachments_msgs/e_messages-xlsx.html",
620
+ "active": false,
621
+ "display_file_extension": false,
622
+ "xlsx_config": {
623
+ "html_conversion_url_link_enabled": false,
624
+ "html_conversion_url_link": "",
625
+ "html_conversion_url_link_text": "Open link"
626
+ },
627
+ "obfuscate": false,
628
+ "obfuscate_preset": "preset1",
629
+ "encrypted": false,
630
+ "encrypted_preset": "preset1",
631
+ "scripter": false,
632
+ "scripter_preset": "preset1"
633
+ },
634
+ // Eml Pptx Attachment Configuration Section Starts Here
635
+ {
636
+ "filename": "Message-to-PPTX-1.pptx",
637
+ "path": "props/eml/attachments_msgs/e_messages-pptx.html",
638
+ "active": false,
639
+ "display_file_extension": false,
640
+ "pptx_config": {
641
+ "html_conversion_url_link_enabled": false,
642
+ "html_conversion_url_link": "",
643
+ "html_conversion_url_link_text": "Open link",
644
+ "message_to_pptx_title": "Document",
645
+ "message_to_pptx_author": "Messsge HTML To PPTX"
646
+ },
647
+ "obfuscate": false,
648
+ "obfuscate_preset": "preset1",
649
+ "encrypted": false,
650
+ "encrypted_preset": "preset1",
651
+ "scripter": false,
652
+ "scripter_preset": "preset1"
653
+ },
654
+ // Eml Wav Attachment Configuration Section Starts Here
655
+ {
656
+ "filename": "Message-to-WAV-1.wav",
657
+ "path": "props/eml/attachments_msgs/e_messages-wav.html",
658
+ "active": false,
659
+ "display_file_extension": false,
660
+ "message_to_wav_config": {
661
+ "html_conversion_url_link_enabled": false,
662
+ "html_conversion_url_link": "",
663
+ "html_conversion_url_link_text": "Open link",
664
+ "voice": "",
665
+ "rate": 0,
666
+ "volume": 100,
667
+ "url_link_enabled": false,
668
+ "url_link": "",
669
+ "url_link_text": "Open link"
670
+ },
671
+ "obfuscate": false,
672
+ "obfuscate_preset": "preset1",
673
+ "encrypted": false,
674
+ "encrypted_preset": "preset1",
675
+ "scripter": false,
676
+ "scripter_preset": "preset1"
677
+ },
678
+ // Eml Mov Attachment Configuration Section Starts Here
679
+ {
680
+ "filename": "Message-to-MOV-1.mov",
681
+ "path": "props/eml/attachments_msgs/e_messages-mov.html",
682
+ "active": false,
683
+ "display_file_extension": false,
684
+ "message_to_mov_config": {
685
+ "html_conversion_url_link_enabled": false,
686
+ "html_conversion_url_link": "",
687
+ "html_conversion_url_link_text": "Open link",
688
+ "width": 1280,
689
+ "height": 720,
690
+ "fps": 10,
691
+ "duration_seconds": 4,
692
+ "max_frames": 90,
693
+ "quality": 82,
694
+ "ffmpeg_path": "ffmpeg",
695
+ "codec": "libx264",
696
+ "pixel_format": "yuv420p",
697
+ "background": "#ffffff",
698
+ "url_link_enabled": false,
699
+ "url_link": "",
700
+ "url_link_text": "Open link"
701
+ },
702
+ "obfuscate": false,
703
+ "obfuscate_preset": "preset1",
704
+ "encrypted": false,
705
+ "encrypted_preset": "preset1",
706
+ "scripter": false,
707
+ "scripter_preset": "preset1"
708
+ }
709
+ ]
710
+ },
711
+ // Sorter Configuration Section Starts Here
712
+ "sorter_config": {
713
+ // Sorter Options Path Section Starts Here
714
+ "options": {
715
+ "path": "props/sorter/sorter-options.txt"
716
+ }
717
+ }
718
+ }
719
+ }
720
+
721
+