oauth2ms VS cyrus-sasl-xoauth2

Compare oauth2ms vs cyrus-sasl-xoauth2 and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
oauth2ms cyrus-sasl-xoauth2
5 6
66 70
- -
0.0 0.0
over 1 year ago over 2 years ago
Python C
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

oauth2ms

Posts with mentions or reviews of oauth2ms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-01.
  • mbsync + notmuch email
    6 projects | /r/emacs | 1 Jan 2023
  • What’s New in Emacs 28.1?
    23 projects | news.ycombinator.com | 6 Apr 2022
    Funny, just dealt with the whole O365 authentication just this week. With moving to 2 factor authentication you need to use OAuth 2 to do anything with it. I have my (work) O365 email forwarded, so I do have normal IMAP access. I use isync/mbsync [1] to receive email, goimapnotify [2] to get pushed new email, read/reply/etc with mu4e [3] and org-msg [4] and org-mode, and until recently just plain SMTP to send mail. This last part will break with 2 factor, but found oauth2ms [5] to set up the OAuth to work with O365 SMTP. The trick was to find the "tenet ID" from the Azure page of your organization and to use Thunderbird's credentials [6] (or another mail program, since I can't make new app registrations on Azure to have my own "application"). That should also allow you to use IMAP with OAuth 2 as well, but haven't done that since I still have the forwarding. (As usual, I think the Arch Wiki [7] covers most of this too.)

    [1] http://isync.sourceforge.net/

    [2] https://gitlab.com/shackra/goimapnotify

    [3] https://www.djcbsoftware.nl/code/mu/mu4e.html

    [4] https://github.com/jeremy-compostella/org-msg

    [5] https://github.com/harishkrupo/oauth2ms

    [6] https://hg.mozilla.org/comm-central/file/tip/mailnews/base/s...

    [7] https://wiki.archlinux.org/title/Isync#Using_XOAUTH2

  • Maybe it has been asked before - looking for a working mu4e + Office365 (two fac) config
    1 project | /r/emacs | 17 Mar 2022
    I’ve been using this successfully for the last year: https://github.com/harishkrupo/oauth2ms
  • Request for Help with mbsync and XOAUTH2 for Office365
    2 projects | /r/commandline | 19 Apr 2021
    @harishkrupo has posted over on r/emacs and helpfully described in even more detail on github the steps to follow to get mbsync working with office365 and has written a python script that handles getting the token from the identity server and putting it into a format that mbsync can use. Crucially, he explains how to set up the azure app that the token is generated for. Really, this guide made a lot of things clear that I had been absolutely muddling through previously.
  • Anyone use Mu4e? What does it let you do that’s different from just a normal email client? Seems intriguing but like a lot of work
    1 project | /r/emacs | 5 Mar 2021
    This works well: https://github.com/harishkrupo/oauth2ms Does require setting up an App in your Microsoft tenant (don’t know if it works across tenants)

cyrus-sasl-xoauth2

Posts with mentions or reviews of cyrus-sasl-xoauth2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-01.
  • cyrus-sasl-xoauth2: XOAUTH2 mechanism plugin for cyrus-sasl
    1 project | /r/planetemacs | 15 Jan 2023
  • mbsync + notmuch email
    6 projects | /r/emacs | 1 Jan 2023
    no you need to install both cyrus-sasl and some form or another of xoauth, such as https://github.com/moriyoshi/cyrus-sasl-xoauth2. If you're on a mac you should look at this issue: https://github.com/moriyoshi/cyrus-sasl-xoauth2/issues/9
  • isync + o365 + oauth2 (preferably from home-manager)
    2 projects | /r/NixOS | 16 Nov 2022
    final: prev: with prev.lib; { cyrus_sasl_xoauth2 = prev.stdenv.mkDerivation rec { name = "cyrus-sasl-xoauth2"; src = prev.fetchFromGitHub { owner = "moriyoshi"; repo = "cyrus-sasl-xoauth2"; rev = "36aabca54fd65c8fa7a707cb4936751599967904"; sha256 = "OlmHuME9idC0fWMzT4kY+YQ43GGch53snDq3w5v/cgk="; }; outputs = [ "out" ]; depsBuildBuild = with final; [ buildPackages.stdenv.cc cyrus_sasl ]; nativeBuildInputs = with final; [ autoreconfHook ] ++ optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames; buildInputs = with final; [ openssl db gettext libkrb5 ] ++ optional stdenv.isLinux pam; configureFlags = [ "--with-openssl=${final.openssl.dev}" "--with-cyrus-sasl=${placeholder "out"}" "--with-plugindir=${placeholder "out"}/lib/sasl2" "--with-saslauthd=/run/saslauthd" "--enable-login" "--enable-shared" ]; installFlags = optional prev.stdenv.isDarwin [ "framedir=$(out)/Library/Frameworks/SASL2.framework" ]; # Make autoreconfHook happy postPatch = '' touch NEWS AUTHORS ChangeLog ''; meta = with prev.lib; { description = "Cyrus SASL XOAUTH2 plugin"; homepage = "https://github.com/moriyoshi/cyrus-sasl-xoauth2"; license = licenses.mit; platforms = platforms.all; }; }; }
  • Request for Help with mbsync and XOAUTH2 for Office365
    2 projects | /r/commandline | 19 Apr 2021
    Unfortunate things 2: it seems that even once you have cyrus-sasl installed, there might not be a standard, widely-distributed XOAUTH2 plugin. The one I found referenced the most often and ended up installing myself was here. It took me a lot of fiddling with the configure.ac file to get it to install the plugin to /usr/local/lib instead of /usr/lib, because, again, Apple does not want me to do things the default Linux way, because of reasons.

What are some alternatives?

When comparing oauth2ms and cyrus-sasl-xoauth2 you can also consider the following projects:

goimapnotify

docker-mailserver - Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.

eaf-jupyter - Jupyter client

PHPMailer - The classic email sending library for PHP

isync

postsrsd - Postfix Sender Rewriting Scheme daemon

.emacs.d - My personal Emacs configuration

.emacs.d - Nate Eagleson's Emacs config.

mutt - The Mutt E-Mail Client github mirror. Please use gitlab for issues/pull requests.

braindump - knowledge repository managed with org-mode and org-roam.

cya-project - CYA - Control Your Accounts(?) or something similar...