@bobfrankston/rmfmail 1.2.315 → 1.2.317
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/.commitmsg +35 -15
- package/.llm/trusted-lists.md +11 -0
- package/client/android-bootstrap.bundle.js +3 -0
- package/client/android-bootstrap.bundle.js.map +2 -2
- package/client/app.bundle.js +124 -51
- package/client/app.bundle.js.map +2 -2
- package/client/app.js +12 -0
- package/client/app.js.map +1 -1
- package/client/app.ts +11 -0
- package/client/components/calendar-sidebar.js +160 -77
- package/client/components/calendar-sidebar.js.map +1 -1
- package/client/components/calendar-sidebar.ts +147 -70
- package/client/compose/compose.bundle.js +4 -0
- package/client/compose/compose.bundle.js.map +2 -2
- package/client/index.html +6 -6
- package/client/lib/api-client.js +6 -0
- package/client/lib/api-client.js.map +1 -1
- package/client/lib/api-client.ts +6 -0
- package/client/lib/mailxapi.js +4 -1
- package/npmchanges.md +55 -0
- package/package.json +5 -5
- package/packages/mailx-imap/package-lock.json +2 -2
- package/packages/mailx-imap/package.json +1 -1
- package/packages/mailx-service/index.d.ts +14 -0
- package/packages/mailx-service/index.d.ts.map +1 -1
- package/packages/mailx-service/index.js +31 -0
- package/packages/mailx-service/index.js.map +1 -1
- package/packages/mailx-service/index.ts +29 -0
- package/packages/mailx-service/jsonrpc.js +2 -0
- package/packages/mailx-service/jsonrpc.js.map +1 -1
- package/packages/mailx-service/jsonrpc.ts +2 -0
- package/packages/mailx-service/package.json +1 -1
- package/packages/mailx-settings/package.json +1 -1
- package/packages/mailx-store/package.json +1 -1
- package/packages/mailx-store-web/package.json +1 -1
- package/packages/mailx-store-web/web-service.d.ts +4 -0
- package/packages/mailx-store-web/web-service.d.ts.map +1 -1
- package/packages/mailx-store-web/web-service.js +1 -0
- package/packages/mailx-store-web/web-service.js.map +1 -1
- package/packages/mailx-store-web/web-service.ts +1 -0
- package/packages/mailx-types/mailx-api.d.ts +5 -0
- package/packages/mailx-types/mailx-api.d.ts.map +1 -1
- package/packages/mailx-types/mailx-api.ts +2 -0
- package/packages/mailx-types/package.json +1 -1
package/.commitmsg
CHANGED
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
Calendar sidebar: New event saves here, the list follows the date, Refresh pulls
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
The AMW list (berglist.com) publishes no DMARC policy, so its posts carry
|
|
5
|
-
no dmarc= verdict at all — but iecc.com recorded spf=pass for
|
|
6
|
-
amw-bounces@berglist.com and dkim=pass d=berglist.com, which is the very
|
|
7
|
-
evidence DMARC would have aligned on. The dkim=fail beside them was the
|
|
8
|
-
gmail.com author signature the list broke, and the post was red as a spoof
|
|
9
|
-
of the list's own address (Delivered-To). New alignedPass() in trust.ts:
|
|
10
|
-
a verified signature for the From domain, or an SPF pass for an envelope at
|
|
11
|
-
the From domain, computed as DMARC's relaxed alignment; a forger's pass for
|
|
12
|
-
their own domain clears nothing (tested).
|
|
3
|
+
Four from Bob 2026-09-10, all in the calendar sidebar.
|
|
13
4
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
5
|
+
"Add an event puts me into Google Calendar. It should just save the event
|
|
6
|
+
because I can easily edit it later." The New event dialog now saves each
|
|
7
|
+
extracted event as a local row through createCalendarEvent — the IPC and
|
|
8
|
+
the store-sync push to Google existed since the two-way cache and nothing
|
|
9
|
+
called them — and the sidebar shows it at once; Google gets it from the
|
|
10
|
+
queue. The status line names what was saved. "Create as text" (AI parse
|
|
11
|
+
failed) becomes an all-day event today titled with the text. Wall-clock
|
|
12
|
+
times in a named zone are converted properly (wallClockToMs), so a "9am
|
|
13
|
+
Kuala Lumpur" invite stays 9am there. buildGoogleEventUrl, the authuser
|
|
14
|
+
work from v1.2.316 and the post-create refresh timers are gone with the
|
|
15
|
+
page they served.
|
|
16
|
+
|
|
17
|
+
"It is still showing me yesterday's calendar." The view date was fixed
|
|
18
|
+
when the module loaded and never moved. It now follows the calendar date
|
|
19
|
+
unless the reader has stepped to another day with ‹ › (Today clears
|
|
20
|
+
that), and re-renders at local midnight.
|
|
21
|
+
|
|
22
|
+
"Still showing…" had a second cause: the Refresh button said "from
|
|
23
|
+
Google" and only re-read local rows — the daemon's 5-minute throttle made
|
|
24
|
+
it a no-op most of the time. It now calls refreshCalendarNow (v1.2.316)
|
|
25
|
+
and reports when nothing was pulled and why. The window's focus does the
|
|
26
|
+
same, so an edit made in Google Calendar shows on coming back to rmfmail.
|
|
27
|
+
|
|
28
|
+
"How do I edit the calendar list? Perhaps more tooltip help would be
|
|
29
|
+
useful?" Every control in the sidebar header now says what it does and
|
|
30
|
+
what it does not: the calendar rows say that unticking hides a calendar
|
|
31
|
+
here while the list itself is the calendars selected in Google Calendar;
|
|
32
|
+
the ‹ › buttons say the list then stays on that day; New event says it
|
|
33
|
+
saves and how to edit. Event rows: click opens the event in Google
|
|
34
|
+
Calendar to edit; a just-saved row says it is syncing and cannot be
|
|
35
|
+
opened there yet; right-click offers Edit "‹title›" in Google Calendar
|
|
36
|
+
and Delete "‹title›" (local-first, queued to Google), with confirmAt at
|
|
37
|
+
the pointer.
|
package/.llm/trusted-lists.md
CHANGED
|
@@ -51,3 +51,14 @@ tests/trust.test.ts, .commitmsg, TODO.md C165, root version 1.2.311. Then rebuil
|
|
|
51
51
|
- [x] tests pass (tests/trust.test.ts 40/40)
|
|
52
52
|
- [x] docs/TODO/.commitmsg/versions (v1.2.312)
|
|
53
53
|
- [x] rebuild.cmd — v1.2.312 (feature) + v1.2.313 (chip button + undo toggle) published, APKs built. Restart the app to pick up.
|
|
54
|
+
|
|
55
|
+
## 2026-09-10 — New event dialog (three items, publishing as one version)
|
|
56
|
+
- Spelling: main-window contextmenu handler (client/app.ts) now leaves the native menu on TEXTAREA / text INPUT — Chromium spelling suggestions live only there.
|
|
57
|
+
- Google account: buildGoogleEventUrl adds authuser=<primary calendar email> (getPrimaryAccount("calendar")).
|
|
58
|
+
- Immediate update: refreshCalendarNow IPC (6 edits) + armPostCreateRefresh() in calendar-sidebar.ts (focus + 45s/2m/5m). Service floor 20s.
|
|
59
|
+
- Status: compiled, bundles built, rebuild.cmd next, then restart.
|
|
60
|
+
- v1.2.316 published (spelling native menu, authuser, refreshCalendarNow). Superseded same morning:
|
|
61
|
+
New event now SAVES locally via createCalendarEvent (existing IPC + store-sync push, never called before);
|
|
62
|
+
buildGoogleEventUrl/authuser/post-create timers removed. viewPinned + followToday + midnight rollover.
|
|
63
|
+
Refresh button + window focus call refreshCalendarNow. Tooltips on all sidebar controls; event rows:
|
|
64
|
+
click = edit in Google, right-click = Delete "<title>" (deleteCalendarEvent). Publishing as v1.2.317.
|
|
@@ -7819,6 +7819,9 @@ var WebMailxService = class _WebMailxService {
|
|
|
7819
7819
|
async getCalendarEvents(_fromMs, _toMs) {
|
|
7820
7820
|
return [];
|
|
7821
7821
|
}
|
|
7822
|
+
async refreshCalendarNow() {
|
|
7823
|
+
return { ok: false, reason: "no calendar on Android" };
|
|
7824
|
+
}
|
|
7822
7825
|
async getCalendars() {
|
|
7823
7826
|
return [];
|
|
7824
7827
|
}
|