Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 07:23
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/7130265806e7e5fb1beb3479ec6fcd41 to your computer and use it in GitHub Desktop.
Save ryantm/7130265806e7e5fb1beb3479ec6fcd41 to your computer and use it in GitHub Desktop.
/nix/store/kvq3crqjah3imjmrp6gygfz7gpk3gc42-offlineimap-7.2.3
├── bin
│   └── offlineimap
├── lib
│   └── python2.7
│   └── site-packages
│   ├── offlineimap
│   │   ├── accounts.py
│   │   ├── accounts.pyc
│   │   ├── bundled_imaplib2.py
│   │   ├── bundled_imaplib2.pyc
│   │   ├── CustomConfig.py
│   │   ├── CustomConfig.pyc
│   │   ├── emailutil.py
│   │   ├── emailutil.pyc
│   │   ├── error.py
│   │   ├── error.pyc
│   │   ├── folder
│   │   │   ├── Base.py
│   │   │   ├── Base.pyc
│   │   │   ├── GmailMaildir.py
│   │   │   ├── GmailMaildir.pyc
│   │   │   ├── Gmail.py
│   │   │   ├── Gmail.pyc
│   │   │   ├── IMAP.py
│   │   │   ├── IMAP.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── LocalStatus.py
│   │   │   ├── LocalStatus.pyc
│   │   │   ├── LocalStatusSQLite.py
│   │   │   ├── LocalStatusSQLite.pyc
│   │   │   ├── Maildir.py
│   │   │   ├── Maildir.pyc
│   │   │   ├── UIDMaps.py
│   │   │   └── UIDMaps.pyc
│   │   ├── globals.py
│   │   ├── globals.pyc
│   │   ├── imaplibutil.py
│   │   ├── imaplibutil.pyc
│   │   ├── imapserver.py
│   │   ├── imapserver.pyc
│   │   ├── imaputil.py
│   │   ├── imaputil.pyc
│   │   ├── __init__.py
│   │   ├── init.py
│   │   ├── __init__.pyc
│   │   ├── init.pyc
│   │   ├── localeval.py
│   │   ├── localeval.pyc
│   │   ├── mbnames.py
│   │   ├── mbnames.pyc
│   │   ├── repository
│   │   │   ├── Base.py
│   │   │   ├── Base.pyc
│   │   │   ├── GmailMaildir.py
│   │   │   ├── GmailMaildir.pyc
│   │   │   ├── Gmail.py
│   │   │   ├── Gmail.pyc
│   │   │   ├── IMAP.py
│   │   │   ├── IMAP.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── LocalStatus.py
│   │   │   ├── LocalStatus.pyc
│   │   │   ├── Maildir.py
│   │   │   └── Maildir.pyc
│   │   ├── threadutil.py
│   │   ├── threadutil.pyc
│   │   ├── ui
│   │   │   ├── Curses.py
│   │   │   ├── Curses.pyc
│   │   │   ├── debuglock.py
│   │   │   ├── debuglock.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── Machine.py
│   │   │   ├── Machine.pyc
│   │   │   ├── Noninteractive.py
│   │   │   ├── Noninteractive.pyc
│   │   │   ├── TTY.py
│   │   │   ├── TTY.pyc
│   │   │   ├── UIBase.py
│   │   │   └── UIBase.pyc
│   │   ├── utils
│   │   │   ├── const.py
│   │   │   ├── const.pyc
│   │   │   ├── distro.py
│   │   │   ├── distro.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── stacktrace.py
│   │   │   └── stacktrace.pyc
│   │   ├── virtual_imaplib2.py
│   │   └── virtual_imaplib2.pyc
│   └── offlineimap-7.2.3.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
├── man1
│   └── offlineimap.1.gz
└── man7
└── offlineimapui.7.gz
15 directories, 94 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment