Connecting
Settings → Connections → Connect an account. Three kinds, and you can connect more than one if recruiters write to more than one:- Google. A consent screen asks for read-only access to Gmail and Calendar; leave either unticked and the other still connects. The account does not have to be the one you sign in with.
- Microsoft 365 or Outlook.com. The same, through Microsoft’s consent screen, for a work account or a personal one.
- Anything else — Fastmail, iCloud, Yahoo, a university mailbox, a self-hosted server. A short form takes the IMAP server and the CalDAV URL, with presets for the common providers, and an app password from your provider’s security settings. Never the account password. Both servers are logged in to before anything is saved, so a wrong password is an error now rather than a broken tile later. Either half can be left blank.
Nothing from any account is copied to the instance. Every page and every tool asks the
provider at the moment you open it, and disconnecting deletes the only thing held — the
token or app password. The app cannot send, accept, archive or delete anything; the
permissions it asks for do not allow it, and there is no SMTP to configure because it never
sends.
What shows where
- A contact — threads with their address, and meetings they are invited to.
- A company — everything from its website’s domain, plus everyone on file there. Set the website and the whole company matches, not only the people you have added.
- An application — the company’s domain plus the people attached to that application. The card sits under the timeline: the timeline is what you logged, the card is what happened.
- A resume — the mail behind every application it went out with, in the evidence panel’s “Sent to” tab.
- The pipeline calendar — meetings with anyone on the pipeline, from every connected
calendar, appear alongside your follow-ups and tasks, and
list_schedulereturns them the same way. The same interview on a work and a personal calendar shows once.
What to say
- “Where am I with the Acme application? Read the thread, don’t guess.” —
list_correspondence, thenget_email_thread. - “Did any rejections come in this week?” —
search_email. - “What interviews do I have next week?” —
search_calendar, orlist_schedulefor the whole week including follow-ups. - “Connect my Fastmail — here’s an app password.” —
connect_imap_account, which logs in before saving and never repeats the password. - “Go through my inbox and bring the pipeline up to date.” — the
inbox_reviewworkflow: it reads every open application’s mail, tells you what moved, and proposes thelog_activityandmove_application_stagecalls for you to approve one by one. It never writes without a yes.