draft/ to create Gmail drafts.
Connect
https://mail.google.com/ scope.
Mount
--view messages|threads and a bounded date
window with both --after YYYY-MM-DD and --before YYYY-MM-DD.
Projection
inbox/andsent/are read-only;- attachments are projected under stable local attachment paths;
draft/accepts new Markdown files directly inside the directory.
Creating a draft
loc diff and loc push -y. Locality creates a
Gmail UI draft; it does not send mail.
Current limits
- Existing inbox and sent messages cannot be edited.
- Draft files must be direct children of
draft/. - V1 creates drafts but does not send, reply, forward, label, archive, or delete messages.