Download the PHP package toteph42/identy_switch without Composer

On this page you can find all versions of the php package toteph42/identy_switch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package identy_switch

Identy switch plugin for Roundcube

This plugin is based on the ident_switch plugin. It is completly rewritten and additional features have been added.

This plugin allows users to switch between different accounts in a single Roundcube session like this:

Where to start

Settings

Settings for active identity

If you've selected an identity (or use the default identity), you may change settings for new-mail check cycle in Settings -> Preference -> User Interface.

If you've selected an identity (or use the default identity), you may change settings for notification settings in Settings -> Preference -> Mailbox view.

Additional settings

If you receive new mails, the number of new mails will be shown in identity selection menue.

Configuration

There is a file config.inc.php in the plugin directory available. This file can be used to specify some configuration settings.

If you want to change sound, icon or desktop icon, please checkout alert.mp3, alert.ico and alert.gif in sub-directory assets.

Locking configuration

You may use the dont_override configuration option in your config/config.inc.php file to lock some options from being overriden. This plugins supports the following options to be protected:

Performance

New mail checking is performed in background asynchronously. This has the effect that the new mail counter is not always updated immediately after login - it may take some time before this has been performed. It heavily depends on the number of identities you're using.

If you've select Check all folders, this has a huge impact on the time new-mail checking need to collect information. If you have hundreds of folders in your mail box, each of the boxes will be check for new mails.

Please don't forget to set Special Folders in Settings -> Preferences. All folders specified there (and their sub-folders) will be excluded from new-mail checking.

Migration from ident_switch plugin

If you've installed the ident_switch plugin, there is a migration file available in SQL subdirectory which copies the content of the old table to the new table and deletes the ident_switch table. To make this happen, you should first install this plugin (during installation a table identy_switch will automatically be created) and then you should appy SQL/migrate.sql.

Version compatibility

Limitations

This plugin only supports Classic, Elatic, Larry and Hivemail skin. If you wan't to get another skin to be supoorted, then please contact me.

License

This plugin is released under the GNU General Public License v3.0.

Donation

If you like this software and you want support my work, feel free to send me a donation:

Donate with PayPal

[List of changes]


All versions of identy_switch with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0.0
roundcube/plugin-installer Version >=0.1.3
ext-ctype Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package toteph42/identy_switch contains the following files

Loading the files please wait ....