Extension:Inbox

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
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
  • $wgInboxSkipRegularEmail
  • $wgInboxHideProductionWarningBanner
  • $wgInboxEnabled
Quarterly downloads 3 (Ranked 111st)
Translate the Inbox extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

Inbox allows a user to see all emails that MediaWiki has sent to them on a single page, Special:Inbox.

Warning Warning: This extension should only be used for development or testing of email-related features and should never be installed on a production or public wiki.

Installation

  • Download and move the extracted Inbox folder to your extensions/ 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.
  • Yes 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