Skip to content

Instantly share code, notes, and snippets.

View oslund's full-sized avatar

Isaac Oslund oslund

  • Vancouver, BC
View GitHub Profile
@oslund
oslund / gist:c92d603cc9dca935f84d
Last active May 2, 2021 17:08
Getting Gmail message by message ID (X-GM-MSGID) with node-imap
var Imap = require('imap');
var crypto = require("crypto");
var inspect = require('util').inspect;
function xoauth2 () {
var authData = [
'[email protected]',
'auth=Bearer ' + 'ysadfffeDoedTjyUjS-sample-access-token-65aHk9CrnQAN96hxLLD6HTg',
'',
''