<?php
/**
- * Minimal (MIMP) compose display page.
+ * Mobile (MIMP) compose display page.
*
* URL Parameters:
* 'a' = (string) The action ID.
/**
- * MIMP: Activate various advanced features in the minimal view.
+ * MIMP: Activate various advanced features in the mobile view.
*
* The combination of the rapid pace of development for both mobile
* devices and their browsers, coupled with the limited resources of an
* open source project to test and track these developments, make it
* near impossible to accurately identify a list of mobile browsers
* that can handle a interface with more features than the base
- * minimal view. Therefore, this hook provides a wait for a site
+ * mobile view. Therefore, this hook provides a wait for a site
* administrator to best decide when (and if) they want to allow this
- * advanced functionality to be available in the minimal view.
+ * advanced functionality to be available in the mobile view.
*
* @param string $feature The advanced feature. One of the following:
* <pre>
$prefGroups['mimp'] = array(
'column' => _("Other Options"),
- 'label' => _("Minimal View Options"),
- 'desc' => _("Configure options for the minimalist view."),
+ 'label' => _("Mobile View Options"),
+ 'desc' => _("Configure options for the mobile view."),
'members' => array('mimp_preview_msg', 'mimp_download_confirm',
'mimp_inline_all')
);
// KEY: Flag name
// VALUE: Array with the following entries
// 'a' - (string) [abbreviation] The abbreviation used in
- // the mimp (minimal) view.
+ // the mobile (mimp) view.
// DEFAULT: Don't show flag
// 'b' - (string) [background] The CSS background color
// DEFAULT: Use value of 'msgflags_color'
be much more likely to help you if all this information is provided.
+Mobile View
+===========
+
+IMP also offers a view optimized for mobile devices that contains no graphics,
+minimal styling, and a reduced feature set (formerly known as MIMP).
+
+
Obtaining Support
=================
<?php
/**
- * Minimalist folder display page.
+ * Mobile (MIMP) folder display page.
*
* URL Parameters:
* 'ts' = (integer) Toggle subscribe view.
// Dimp selected is handled by javascript (dimp_sel)
),
'mimp' => array(
- 'name' => _("Minimal"),
+ 'name' => _("Mobile"),
'selected' => $view_cookie == 'mimp'
)
)
<?php
/**
- * Provides minimal view (MIMP) helper functions.
+ * Provides mobile view (MIMP) helper functions.
*
* Copyright 1999-2010 The Horde Project (http://www.horde.org/)
*
<?php
/**
- * Minimal (MIMP) mailbox display page.
+ * Mobile (MIMP) mailbox display page.
*
* URL Parameters:
* 'a' = (string) actionID
<?php
/**
- * Minimal (MIMP) message display page.
+ * Mobile (MIMP) message display page.
*
* URL Parameters:
* 'a' - (string) actionID