Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am damurdock on github.
* I am damurdock (https://keybase.io/damurdock) on keybase.
* I have a public key whose fingerprint is 7465 42D6 70B3 1D20 3D10 1BA9 B1F3 6E90 D193 7CED
To claim this, I am signing this object:
# Something in lines of http://stackoverflow.com/questions/348630/how-can-i-download-all-emails-with-attachments-from-gmail
# Make sure you have IMAP enabled in your gmail settings.
# Right now it won't download same file name twice even if their contents are different.
import email
import getpass, imaplib
import os
import sys
detach_dir = '.'
@damurdock
damurdock / 1: Console
Last active December 21, 2015 00:09
Libewf Fails to build
brew doctor:
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libGLEW.1.5.4.dylib
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when