Extension:Inbox
![]() Release status: experimentalCategory:Experimental extensions |
|
---|---|
Author(s) | Stephane Bisson (Sbisson (WMF)talk) |
MediaWiki | >= 1.41.0 |
Database changes | Yes |
Tables | inbox_email |
License | GNU General Public License 3.0 or later |
Download | Category:Extensions in Wikimedia version control |
|
|
|
|
Quarterly downloads | 3 (Ranked 111st) |
Translate the Inbox extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
Inbox allows a user to see all emails that MediaWiki has sent to them on a single page, Special:Inbox.
Installation
- Download and move the extracted
Inbox
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Inbox - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Inbox' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions
Category:AlternateUserMailer extensions
Category:BeforePageDisplay extensions
Category:Experimental extensions
Category:Extensions in Wikimedia version control
Category:Extensions with invalid or missing type
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:LoadExtensionSchemaUpdates extensions
Category:OutputPageCheckLastModified extensions
Category:SkinTemplateNavigation::Universal extensions