Download the PHP package random-cuber/contextmenu_folder without Composer
On this page you can find all versions of the php package random-cuber/contextmenu_folder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package contextmenu_folder
Roundcube Context Menu Folder Manager
Technical plugin name is contextmenu_folder.
Folder list context menu | Folder list control menu | Message list context menu |
---|---|---|
This plugin can be useful for users who want to work efficiently with large number of mailboxes or imap folders (anywhere form few hundred to few thousand folders).
Plugin contextmenu_folder provides context menus for the following folder operations:
- create/delete/rename/locate mailbox imap folder
- apply mailbox tree view filters, grouped in categories: [
active
,favorite
] - where each category uses filter selectors from: [
unread
,special
,selected
,transient
,predefined
]
Filter selectors support these features:
unread
: this filter finds mailboxes with unread messagesspecial
: will include special imap folders: [inbox
,drafts
,sent
,junk
,trash
]selected
: represents folder collection which can be selected/unselected into by the usertransient
: based on automatic folder collection, which tracks created/deleted/renamed mailboxespredefined
: static user-defined list of mailbox folders, which is more "permanent" thenselected
Dependencies
Plugin contextmenu_folder requires few other plugins:
jqueryui
: jquery ui plugin, included with roundcubecontextmenu
: context menu plugin, from roundcube repo
Manual Install
Installation can be done in two steps: providing resources and activating configuration.
1) Provision plugin resources. For example, for roundcube on archlinux:
2) Activate plugin in roundcube
configuration.
For example, for roundcube on archlinux:
Settings
Navigate to:
Menu entries:
TODO
: TODO
Available features are described in plugin default config.
Operation
1) Folder list context menu:
Navigate to:
Menu entries:
Select folder
: append given mailbox to theselected
collectionUnselect folder
: remove given mailbox from theselected
collectionCreate folder
: create new sub folder using given mailbox as a parentDelete folder
: completely remove given folder and its messagesRename folder
: change mailbox name, keep existing messages in new folderFolder tree read
: mark all read in the given folder and all of the descendants
2) Folder list control menu:
Navigate to:
Menu entries:
Show all
: remove all filters and display all available mailboxesShow active
: apply mailbox filters formactive
category (see settings)Show favorite
: apply mailbox filters formfavorite
category (see settings)Reset selected
: remove all mailboxes form theselected
collectionReset transient
: remove all mailboxes form thetransient
collectionExpand all
: expand all mailboxes in the current viewCollapse all
: collapse all mailboxes in the current viewLocate folder
: present a search dialog to find a mailbox via simple name match
Note that footer button
will change appearance to reflect all/active/favorite
view.
3) Message list context menu:
Navigate to:
Menu entries:
Create folder
: create imap folder based on company/contact name derived from email headersCopy to folder
: copy selected mailbox messages to a folder located by quick folder name searchMove to folder
: move selected mailbox messages to a folder located by quick folder name search
Translation
Contribute to translation via transifex.
All versions of contextmenu_folder with dependencies
roundcube/plugin-installer Version >=0.3.0
johndoh/contextmenu Version >=3.3