@bobfrankston/rmfmail 1.1.127 → 1.1.129
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/rmfmail",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.129",
|
|
4
4
|
"description": "Local-first email client with IMAP sync and standalone native app",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "bin/mailx.js",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"postinstall": "node bin/postinstall.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@bobfrankston/iflow-direct": "
|
|
40
|
-
"@bobfrankston/mailx-host": "
|
|
41
|
-
"@bobfrankston/mailx-imap": "
|
|
42
|
-
"@bobfrankston/mailx-store-web": "
|
|
43
|
-
"@bobfrankston/mailx-sync": "
|
|
44
|
-
"@bobfrankston/miscinfo": "
|
|
45
|
-
"@bobfrankston/msger": "
|
|
46
|
-
"@bobfrankston/node-tcp-transport": "
|
|
47
|
-
"@bobfrankston/oauthsupport": "
|
|
48
|
-
"@bobfrankston/rmf-tiny": "
|
|
49
|
-
"@bobfrankston/smtp-direct": "
|
|
50
|
-
"@bobfrankston/tcp-transport": "
|
|
39
|
+
"@bobfrankston/iflow-direct": "^0.1.50",
|
|
40
|
+
"@bobfrankston/mailx-host": "^0.1.13",
|
|
41
|
+
"@bobfrankston/mailx-imap": "^0.1.57",
|
|
42
|
+
"@bobfrankston/mailx-store-web": "^0.1.22",
|
|
43
|
+
"@bobfrankston/mailx-sync": "^0.1.19",
|
|
44
|
+
"@bobfrankston/miscinfo": "^1.0.12",
|
|
45
|
+
"@bobfrankston/msger": "^0.1.383",
|
|
46
|
+
"@bobfrankston/node-tcp-transport": "^0.1.8",
|
|
47
|
+
"@bobfrankston/oauthsupport": "^1.0.27",
|
|
48
|
+
"@bobfrankston/rmf-tiny": "^0.1.14",
|
|
49
|
+
"@bobfrankston/smtp-direct": "^0.1.8",
|
|
50
|
+
"@bobfrankston/tcp-transport": "^0.1.6",
|
|
51
51
|
"@capacitor/android": "^8.3.0",
|
|
52
52
|
"@capacitor/cli": "^8.3.0",
|
|
53
53
|
"@capacitor/core": "^8.3.0",
|
|
@@ -84,5 +84,65 @@
|
|
|
84
84
|
"repository": {
|
|
85
85
|
"type": "git",
|
|
86
86
|
"url": "https://github.com/BobFrankston/mailx.git"
|
|
87
|
+
},
|
|
88
|
+
".dependencies": {
|
|
89
|
+
"@bobfrankston/iflow-direct": "file:../../MailApps/iflow-direct",
|
|
90
|
+
"@bobfrankston/mailx-host": "file:packages/mailx-host",
|
|
91
|
+
"@bobfrankston/mailx-imap": "file:packages/mailx-imap",
|
|
92
|
+
"@bobfrankston/mailx-store-web": "file:packages/mailx-store-web",
|
|
93
|
+
"@bobfrankston/mailx-sync": "file:../../MailApps/mailx-sync",
|
|
94
|
+
"@bobfrankston/miscinfo": "file:../../../projects/npm/miscinfo",
|
|
95
|
+
"@bobfrankston/msger": "file:../../../utils/msgx/msger",
|
|
96
|
+
"@bobfrankston/node-tcp-transport": "file:../../MailApps/node-tcp-transport",
|
|
97
|
+
"@bobfrankston/oauthsupport": "file:../../../projects/oauth/oauthsupport",
|
|
98
|
+
"@bobfrankston/rmf-tiny": "file:../../../utils/msgx/libs/rmf-tiny",
|
|
99
|
+
"@bobfrankston/smtp-direct": "file:../../MailApps/smtp-direct",
|
|
100
|
+
"@bobfrankston/tcp-transport": "file:../../MailApps/tcp-transport",
|
|
101
|
+
"@capacitor/android": "^8.3.0",
|
|
102
|
+
"@capacitor/cli": "^8.3.0",
|
|
103
|
+
"@capacitor/core": "^8.3.0",
|
|
104
|
+
"dictionary-en": "^4.0.0",
|
|
105
|
+
"express": "^4.21.0",
|
|
106
|
+
"html-to-docx": "^1.8.0",
|
|
107
|
+
"jsonc-parser": "^3.3.1",
|
|
108
|
+
"mailparser": "^3.7.2",
|
|
109
|
+
"mammoth": "^1.12.0",
|
|
110
|
+
"nodemailer": "^7.0.0",
|
|
111
|
+
"nspell": "^2.1.5",
|
|
112
|
+
"quill": "^2.0.3",
|
|
113
|
+
"sql.js": "^1.14.1",
|
|
114
|
+
"tinymce": "^8.5.0",
|
|
115
|
+
"ws": "^8.18.0"
|
|
116
|
+
},
|
|
117
|
+
".transformedSnapshot": {
|
|
118
|
+
"dependencies": {
|
|
119
|
+
"@bobfrankston/iflow-direct": "^0.1.50",
|
|
120
|
+
"@bobfrankston/mailx-host": "^0.1.13",
|
|
121
|
+
"@bobfrankston/mailx-imap": "^0.1.57",
|
|
122
|
+
"@bobfrankston/mailx-store-web": "^0.1.22",
|
|
123
|
+
"@bobfrankston/mailx-sync": "^0.1.19",
|
|
124
|
+
"@bobfrankston/miscinfo": "^1.0.12",
|
|
125
|
+
"@bobfrankston/msger": "^0.1.383",
|
|
126
|
+
"@bobfrankston/node-tcp-transport": "^0.1.8",
|
|
127
|
+
"@bobfrankston/oauthsupport": "^1.0.27",
|
|
128
|
+
"@bobfrankston/rmf-tiny": "^0.1.14",
|
|
129
|
+
"@bobfrankston/smtp-direct": "^0.1.8",
|
|
130
|
+
"@bobfrankston/tcp-transport": "^0.1.6",
|
|
131
|
+
"@capacitor/android": "^8.3.0",
|
|
132
|
+
"@capacitor/cli": "^8.3.0",
|
|
133
|
+
"@capacitor/core": "^8.3.0",
|
|
134
|
+
"dictionary-en": "^4.0.0",
|
|
135
|
+
"express": "^4.21.0",
|
|
136
|
+
"html-to-docx": "^1.8.0",
|
|
137
|
+
"jsonc-parser": "^3.3.1",
|
|
138
|
+
"mailparser": "^3.7.2",
|
|
139
|
+
"mammoth": "^1.12.0",
|
|
140
|
+
"nodemailer": "^7.0.0",
|
|
141
|
+
"nspell": "^2.1.5",
|
|
142
|
+
"quill": "^2.0.3",
|
|
143
|
+
"sql.js": "^1.14.1",
|
|
144
|
+
"tinymce": "^8.5.0",
|
|
145
|
+
"ws": "^8.18.0"
|
|
146
|
+
}
|
|
87
147
|
}
|
|
88
148
|
}
|