Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-online-accounts gnome-online-accounts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gnome-online-accountsgnome-online-accounts
  • Merge requests
  • !81

Introduce a goa-sendmail tool

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Paolo Bonzini requested to merge bonzini/gnome-online-accounts:goa-sendmail into master May 19, 2022
  • Overview 46
  • Commits 17
  • Pipelines 9
  • Changes 25

goa-sendmail is a (somewhat) sendmail-compatible command-line backend for GNOME Online Accounts. It can be used for example to set up quickly git-send-email for a GNOME desktop:

[sendemail]
        smtpserver = /usr/bin/goa-sendmail
        envelopesender = auto

(envelopesender is only required if there is more than one account, and goa-sendmail explains what to do if it is not set).

The merge request is organized in several parts:

  • prepare GoaMailClient to allow using the socket after authentication (up to "goamailclient: add accessors for the input and output streams")
  • basic functionality (up to "goa-sendmail: add option -i")
  • add OAuth2 functionality to GoaSmtpAuth (up to "goasmtpauth: add SMTP OAUTHBEARER authentication support") ** this in turn requires some changes to pass the host and port from GoaMailClient to GoaMailAuth
  • add OAuth2 functionality to goa-sendmail ("goa-sendmail: add OAuth2 support")
Edited Jul 12, 2022 by Paolo Bonzini
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: goa-sendmail