Skip to content

Instantly share code, notes, and snippets.

View clakeb's full-sized avatar

Blake Barber clakeb

View GitHub Profile
@gauteh
gauteh / utf7.py
Created April 17, 2013 09:06
UTF8 to IMAP4-UTF-7 for OfflineIMAP
# -*- coding: utf-8- -*-
# from: http://piao-tech.blogspot.no/2010/03/get-offlineimap-working-with-non-ascii.html#resources
import binascii
import codecs
# encoding
def modified_base64 (s):