Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1
  2. ├── bin
  3. │   └── offlineimap
  4. ├── lib
  5. │   └── python2.7
  6. │   └── site-packages
  7. │   ├── offlineimap
  8. │   │   ├── accounts.py
  9. │   │   ├── accounts.pyc
  10. │   │   ├── bundled_imaplib2.py
  11. │   │   ├── bundled_imaplib2.pyc
  12. │   │   ├── CustomConfig.py
  13. │   │   ├── CustomConfig.pyc
  14. │   │   ├── emailutil.py
  15. │   │   ├── emailutil.pyc
  16. │   │   ├── error.py
  17. │   │   ├── error.pyc
  18. │   │   ├── folder
  19. │   │   │   ├── Base.py
  20. │   │   │   ├── Base.pyc
  21. │   │   │   ├── GmailMaildir.py
  22. │   │   │   ├── GmailMaildir.pyc
  23. │   │   │   ├── Gmail.py
  24. │   │   │   ├── Gmail.pyc
  25. │   │   │   ├── IMAP.py
  26. │   │   │   ├── IMAP.pyc
  27. │   │   │   ├── __init__.py
  28. │   │   │   ├── __init__.pyc
  29. │   │   │   ├── LocalStatus.py
  30. │   │   │   ├── LocalStatus.pyc
  31. │   │   │   ├── LocalStatusSQLite.py
  32. │   │   │   ├── LocalStatusSQLite.pyc
  33. │   │   │   ├── Maildir.py
  34. │   │   │   ├── Maildir.pyc
  35. │   │   │   ├── UIDMaps.py
  36. │   │   │   └── UIDMaps.pyc
  37. │   │   ├── globals.py
  38. │   │   ├── globals.pyc
  39. │   │   ├── imaplibutil.py
  40. │   │   ├── imaplibutil.pyc
  41. │   │   ├── imapserver.py
  42. │   │   ├── imapserver.pyc
  43. │   │   ├── imaputil.py
  44. │   │   ├── imaputil.pyc
  45. │   │   ├── __init__.py
  46. │   │   ├── init.py
  47. │   │   ├── __init__.pyc
  48. │   │   ├── init.pyc
  49. │   │   ├── localeval.py
  50. │   │   ├── localeval.pyc
  51. │   │   ├── mbnames.py
  52. │   │   ├── mbnames.pyc
  53. │   │   ├── repository
  54. │   │   │   ├── Base.py
  55. │   │   │   ├── Base.pyc
  56. │   │   │   ├── GmailMaildir.py
  57. │   │   │   ├── GmailMaildir.pyc
  58. │   │   │   ├── Gmail.py
  59. │   │   │   ├── Gmail.pyc
  60. │   │   │   ├── IMAP.py
  61. │   │   │   ├── IMAP.pyc
  62. │   │   │   ├── __init__.py
  63. │   │   │   ├── __init__.pyc
  64. │   │   │   ├── LocalStatus.py
  65. │   │   │   ├── LocalStatus.pyc
  66. │   │   │   ├── Maildir.py
  67. │   │   │   └── Maildir.pyc
  68. │   │   ├── threadutil.py
  69. │   │   ├── threadutil.pyc
  70. │   │   ├── ui
  71. │   │   │   ├── Curses.py
  72. │   │   │   ├── Curses.pyc
  73. │   │   │   ├── debuglock.py
  74. │   │   │   ├── debuglock.pyc
  75. │   │   │   ├── __init__.py
  76. │   │   │   ├── __init__.pyc
  77. │   │   │   ├── Machine.py
  78. │   │   │   ├── Machine.pyc
  79. │   │   │   ├── Noninteractive.py
  80. │   │   │   ├── Noninteractive.pyc
  81. │   │   │   ├── TTY.py
  82. │   │   │   ├── TTY.pyc
  83. │   │   │   ├── UIBase.py
  84. │   │   │   └── UIBase.pyc
  85. │   │   ├── utils
  86. │   │   │   ├── const.py
  87. │   │   │   ├── const.pyc
  88. │   │   │   ├── distro.py
  89. │   │   │   ├── distro.pyc
  90. │   │   │   ├── __init__.py
  91. │   │   │   ├── __init__.pyc
  92. │   │   │   ├── stacktrace.py
  93. │   │   │   └── stacktrace.pyc
  94. │   │   ├── virtual_imaplib2.py
  95. │   │   └── virtual_imaplib2.pyc
  96. │   └── offlineimap-7.2.1.dist-info
  97. │   ├── INSTALLER
  98. │   ├── METADATA
  99. │   ├── RECORD
  100. │   ├── top_level.txt
  101. │   └── WHEEL
  102. ├── nix-support
  103. │   └── propagated-build-inputs
  104. └── share
  105. └── man
  106. ├── man1
  107. │   └── offlineimap.1.gz
  108. └── man7
  109. └── offlineimapui.7.gz
  110.  
  111. 15 directories, 93 files
Add Comment
Please, Sign In to add comment