diff --git a/README.rst b/README.rst index cb173f00..c64c4a87 100644 --- a/README.rst +++ b/README.rst @@ -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| ========================= ======================================== @@ -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 `_ @@ -111,26 +109,12 @@ tracker on Github. The maintainers also blog about IMAPClient news. Those articles can be found `here `_. -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 -`_. 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 --------------------- @@ -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. diff --git a/doc/src/contributing.rst b/doc/src/contributing.rst index a79f4fd3..cf63a2cc 100644 --- a/doc/src/contributing.rst +++ b/doc/src/contributing.rst @@ -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 @@ -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 diff --git a/doc/src/index.rst b/doc/src/index.rst index 87ca0236..f0847b76 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -10,7 +10,7 @@ :Source code: https://github.com/mjs/imapclient :Documentation: http://imapclient.readthedocs.io/ :License: `New BSD License `_ -:Support: `Mailing List `_ +:Forum/Support: https://github.com/mjs/imapclient/discussions Introduction ------------