@bobfrankston/mailx 1.0.189 → 1.0.190
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/client/.msger-window.json +1 -1
- package/client/app.js +5 -0
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"height":1344,"width":2151,"x":
|
|
1
|
+
{"height":1344,"width":2151,"x":500,"y":36}
|
package/client/app.js
CHANGED
|
@@ -664,6 +664,11 @@ onWsEvent((event) => {
|
|
|
664
664
|
}
|
|
665
665
|
break;
|
|
666
666
|
}
|
|
667
|
+
case "syncComplete":
|
|
668
|
+
// After sync completes, refresh the folder tree (critical for first-run on Android
|
|
669
|
+
// where folders don't exist until sync fetches them from Gmail API)
|
|
670
|
+
refreshFolderTree();
|
|
671
|
+
break;
|
|
667
672
|
case "folderCountsChanged": {
|
|
668
673
|
// Update folder badges + silently refresh message list (preserves selection and viewer)
|
|
669
674
|
updateFolderCounts();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/mailx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.190",
|
|
4
4
|
"description": "Local-first email client with IMAP sync and standalone native app",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "bin/mailx.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@bobfrankston/iflow-node": "^0.1.2",
|
|
25
25
|
"@bobfrankston/miscinfo": "^1.0.8",
|
|
26
26
|
"@bobfrankston/oauthsupport": "^1.0.21",
|
|
27
|
-
"@bobfrankston/msger": "^0.1.
|
|
27
|
+
"@bobfrankston/msger": "^0.1.240",
|
|
28
28
|
"@capacitor/android": "^8.3.0",
|
|
29
29
|
"@capacitor/cli": "^8.3.0",
|
|
30
30
|
"@capacitor/core": "^8.3.0",
|