Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/50b35a24d93d8bcb2e6b63f127da8e7f to your computer and use it in GitHub Desktop.
Save ryantm/50b35a24d93d8bcb2e6b63f127da8e7f to your computer and use it in GitHub Desktop.
/nix/store/qkz2d91vfzkv3zbw817c6xgdkqh0j94i-getmail-5.14
├── bin
│   ├── getmail
│   ├── getmail_fetch
│   ├── getmail-gmail-xoauth-tokens
│   ├── getmail_maildir
│   └── getmail_mbox
├── lib
│   └── python2.7
│   └── site-packages
│   ├── getmail-5.14.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── getmailcore
│   ├── baseclasses.py
│   ├── baseclasses.pyc
│   ├── compatibility.py
│   ├── compatibility.pyc
│   ├── constants.py
│   ├── constants.pyc
│   ├── destinations.py
│   ├── destinations.pyc
│   ├── exceptions.py
│   ├── exceptions.pyc
│   ├── filters.py
│   ├── filters.pyc
│   ├── imap_utf7.py
│   ├── imap_utf7.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── logging.py
│   ├── logging.pyc
│   ├── message.py
│   ├── message.pyc
│   ├── _pop3ssl.py
│   ├── _pop3ssl.pyc
│   ├── _retrieverbases.py
│   ├── _retrieverbases.pyc
│   ├── retrievers.py
│   ├── retrievers.pyc
│   ├── utilities.py
│   └── utilities.pyc
├── nix-support
│   └── propagated-build-inputs
└── share
├── doc
│   └── getmail-5.14
│   ├── BUGS
│   ├── CHANGELOG
│   ├── configuration.html
│   ├── configuration.txt
│   ├── COPYING
│   ├── documentation.html
│   ├── documentation.txt
│   ├── faq.html
│   ├── faq.txt
│   ├── getmaildocs.css
│   ├── getmailrc-examples
│   ├── getmail.spec
│   ├── README
│   ├── THANKS
│   ├── TODO
│   ├── troubleshooting.html
│   └── troubleshooting.txt
└── man
└── man1
├── getmail.1.gz
├── getmail_fetch.1.gz
├── getmail_maildir.1.gz
└── getmail_mbox.1.gz
12 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment