boundary.external.schema — Malli schemas for all four adapters
boundary.external.ports — Protocols: ISmtpProvider, IImapMailbox,
IStripePayments, IStripeWebhooks, ITwilioMessaging
boundary.external.core.smtp — Pure SMTP helpers
boundary.external.core.imap — Pure IMAP helpers
boundary.external.core.stripe — Pure Stripe helpers (build params, verify signatures)
boundary.external.core.twilio — Pure Twilio helpers (build SMS/WhatsApp params)
boundary.external.shell.adapters.smtp — SmtpProviderAdapter (javax.mail)
boundary.external.shell.adapters.imap — ImapMailboxAdapter (javax.mail, UIDFolder)
boundary.external.shell.adapters.stripe — StripeAdapter (clj-http, form-encoded POSTs)
boundary.external.shell.adapters.twilio — TwilioAdapter (clj-http, Basic auth)