Skip to content

Commit 661bf54

Browse files
author
Menno Smits
committed
Merged stable into default
2 parents 97c2417 + 19fc5a5 commit 661bf54

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

.hgtags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ b1f516b3b41579a18793171728a65e956dbc7d0e 0.10.1
2323
10c1e06ec8f27f48eb118ce7fdd988143d3cfc59 0.12
2424
c076ec55a74f8ae8195dbac440fd0c83b89eafb8 0.13
2525
743bdffc5a3608fcba1261a27d82ba51132ee1d3 1.0.0
26+
36f7e81f7fe2c15c71512c30fbce5df6914edc83 1.0.1

README.rst

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,23 @@ scheme from version 1.0 onwards.
105105
Mailing List
106106
------------
107107
The IMAPClient mailing list can be used to ask IMAPClient related
108-
questions and report bugs.
109-
110-
- To send to the list and subscribe send an email to [email protected]
111-
- Archives of the list are available at http://librelist.com/browser/imapclient/
112-
- See http://librelist.com/help.html for more information about the mailing list
108+
questions and report bugs. Details of new releases and project changes
109+
will also be announced there.
110+
111+
The mailing list is hosted at `Groups.io
112+
<http://groups.io>`_. Interaction via both email and the web is
113+
supported. To join the list, see the list archives or just find out
114+
more, visit https://groups.io/g/imapclient. The key details of the
115+
list are:
116+
117+
118+
* Subscribe: [email protected]
119+
* Unsubscribe: [email protected]
120+
* Web: https://groups.io/g/imapclient
121+
* Web archives: https://groups.io/g/imapclient/messages
122+
123+
If you're having trouble using the mailing list, please email
124+
113125

114126
Working on IMAPClient
115127
---------------------

doc/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:Download: http://pypi.python.org/pypi/IMAPClient/
1010
:Documentation: http://imapclient.readthedocs.org/
1111
:License: `New BSD License <http://en.wikipedia.org/wiki/BSD_licenses>`_
12-
:Support: `Mailing List <http://librelist.com/browser/imapclient/>`_
12+
:Support: `Mailing List <https://groups.io/g/imapclient>`_
1313

1414
Introduction
1515
------------

interact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
# Copyright (c) 2014, Menno Smits
44
# Released subject to the New BSD License

livetest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
# Copyright (c) 2014, Menno Smits
44
# Released subject to the New BSD License

0 commit comments

Comments
 (0)