Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am langmartin on github.
  • I am langmartin (https://keybase.io/langmartin) on keybase.
  • I have a public key whose fingerprint is E665 C924 F711 45F7 CE44 B3C4 A2B5 3631 8267 2C08

To claim this, I am signing this object:

@langmartin
langmartin / gmail-biff.scm
Last active December 26, 2015 22:09
imap os x notification biff: racket program to scrape imap message data from gmail and call terminal-notifier on it
#!/usr/local/bin/racket -tm
#lang racket
(require
openssl/mzssl
net/imap
net/head
net/mime)
(provide main)
;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
(when
(load
(expand-file-name "~/.emacs.d/elpa/package.el"))
(package-initialize))