Skip to content

Navigation Menu

Sign in
Sign up

Commit 630e4d2

Browse files
committed
Update README.md to specify Python version and enhance dependency details
This commit updates the README.md file to specify that Python v3.6 or higher is required for offlineimap. It also clarifies the dependencies by marking which ones are required and which are optional, and adds new optional dependencies for SSL certificate testing.
1 parent b33bc95 commit 630e4d2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you are running Linux/BSD, you can install offlineimap with:
6969
- Fedora `dnf install offlineimap`
7070
- FreeBSD `pkg search offlineimap3`, and install the python versioned package, `pkg install py311-offlineimap3`
7171
- Arch Linux: [`pacman -S offlineimap`](https://archlinux.org/packages/extra/any/offlineimap/), or through AUR package [offlineimap3-git](https://aur.archlinux.org/packages/offlineimap3-git/)
72-
- Docker image: `offlineimap/offlineimap:latest`
72+
- Docker image: `offlineimap/offlineimap:latest`
7373
(note: image not published yet, just an example)
7474

7575
## Feedbacks and contributions
@@ -100,12 +100,15 @@ Bugs, issues and contributions can be requested to both the mailing list or the
100100

101101
## Requirements & dependencies
102102

103-
* Python v3+
103+
* Python v3.6+
104104
* rfc6555 (required)
105-
* imaplib2 >= 3.5
106-
* keyring
105+
* imaplib2 >= 3.5 (required)
106+
* keyring (optional), for storing passwords in a secure way
107107
* gssapi (optional), for Kerberos authentication
108+
* pysocks (optional), for proxy support
108109
* portalocker (optional), if you need to run offlineimap in Cygwin for Windows
110+
* certify (optional), for Internet SSL certificate validation
111+
* urllib3 (optional), for Internet SSL certificate validation
109112

110113
## Documentation
111114

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /