This is an out-of-tree module superseding the imap
module. This version is
very experimental and might crash from time-to-time!
- set up a directory for out-of-tree modules, e.g.
~/.config/i3status/modules/
- copy
imap_idle.py
andimaplib2.py
in your freshly created directory - in your
i3
config change thebar
status_command
to--include
said directory; e.g.:
status_command py3status -c ~/.config/i3status/config --include ~/.config/i3status/modules/
- in your py3status config rename the
imap
module toimap_idle
(both in theorder+=
section and the configuration section) and add the new settinguse_idle = True
. (seeconfig.example
)
This repository contains the imaplib2
in version 3.5, which has been renamed
from imaplib2.py3
to imaplib2.py
.
This module is based on py3status
' module imap
from obb and licensed under 3-clause-BSD (see LICENSE-py3status
).
py3status
by Ultrabug et.al. is released under the three clause BSD license. (see LICENSE-py3status
)
imaplib2
by Piers Lauder et.al. is released under the CNRI Pyhton License. (see LICENSE-imaplib2
)