Skip to content

Instantly share code, notes, and snippets.

View lincolnmurphy's full-sized avatar

Lincoln Murphy lincolnmurphy

View GitHub Profile
@lincolnmurphy
lincolnmurphy / checkgmail.js
Last active December 20, 2015 03:49
GMail is making a lot of changes lately... wouldn't it be nice to know who - other than those with a gmail.com email address - are using GMail and help them ensure they continue to get your emails? Here's one way using JavaScript and node.js.
// written to run in the console
// using node.js
// by a non-programmer... no warranties here.
// Use at your own risk!
// http://twitter.com/lincolnmurphy
// I probably can't help you with programming issues,
// but feel free to follow me
var dns = require('dns'),
fs = require('fs');