Skip to content

Commit

Permalink
Replace groups.io with Github discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs committed Mar 14, 2022
1 parent d269758 commit 5bccbad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 26 deletions.
30 changes: 7 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Project home https://github.com/mjs/imapclient/
PyPI https://pypi.python.org/pypi/IMAPClient
Documentation https://imapclient.readthedocs.io/
Discussions https://github.com/mjs/imapclient/discussions
Mailing list https://groups.io/g/imapclient
Test Status |build master|
========================= ========================================

Expand Down Expand Up @@ -97,8 +96,7 @@ examples of how to use IMAPClient.

Current Status
--------------
You should feel confident using IMAPClient for production
purposes. Any problems found will be fixed quickly once reported.
You should feel confident using IMAPClient for production purposes.

In order to clearly communicate version compatibility, IMAPClient
will strictly adhere to the `Semantic Versioning <http://semver.org>`_
Expand All @@ -111,26 +109,12 @@ tracker on Github. The maintainers also blog about IMAPClient
news. Those articles can be found `here
<http://menno.io/tags/imapclient>`_.

Mailing List
------------
The IMAPClient mailing list can be used to ask IMAPClient related
questions and report bugs. Details of new releases and project changes
will also be announced there.

The mailing list is hosted at `Groups.io
<http://groups.io>`_. Interaction via both email and the web is
supported. To join the list, see the list archives or just find out
more, visit https://groups.io/g/imapclient. The key details of the
list are:

* Post: imapclient@groups.io
* Subscribe: imapclient+subscribe@groups.io
* Unsubscribe: imapclient+unsubscribe@groups.io
* Web: https://groups.io/g/imapclient
* Web archives: https://groups.io/g/imapclient/messages
Discussions
-----------
`Github Discussions`_ can be used to ask questions, propose changes or praise
the project maintainers :)

If you're having trouble using the mailing list, please email
inbox@menno.io.
.. _`Github Discussions`: https://github.com/mjs/imapclient/discussions

Working on IMAPClient
---------------------
Expand Down Expand Up @@ -181,7 +165,7 @@ limits its activity to a folder it creates and subfolders of that
folder. It *should* be safe to use with any IMAP account but please
don't run livetest against a truly important IMAP account.

Please send the output of livetest.py to the mailing list if it fails
Please include the output of livetest.py with an issue if it fails
to run successfully against a particular IMAP server. Reports of
successful runs are also welcome. Please include the type and version
of the IMAP server, if known.
6 changes: 4 additions & 2 deletions doc/src/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The best way to contribute changes to IMAPClient is to fork the
official repository on Github, make changes in a branch in your
personal fork and then submit a pull request.

Discussion on the mailing list before undertaking development is
highly encouraged for potentially major changes.
Discussion `on Github`_ before undertaking development is highly
encouraged for potentially major changes.

Although not essential, it will make the project maintainers much
happier if change submissions include appropriate updates to unit
Expand All @@ -16,6 +16,8 @@ of how the tests work.

Please read on if you plan on submitting changes to IMAPClient.

.. _`on Github`: https://github.com/mjs/imapclient/discussions

Source Code
===========
The official source code repository for IMAPClient can be found on
Expand Down
2 changes: 1 addition & 1 deletion doc/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:Source code: https://github.com/mjs/imapclient
:Documentation: http://imapclient.readthedocs.io/
:License: `New BSD License <http://en.wikipedia.org/wiki/BSD_licenses>`_
:Support: `Mailing List <https://groups.io/g/imapclient>`_
:Forum/Support: https://github.com/mjs/imapclient/discussions

Introduction
------------
Expand Down

0 comments on commit 5bccbad

Please sign in to comment.