Changeset a2c4956 in github
- Timestamp:
- Jan 16, 2012 10:23:40 AM (16 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 64f6e75a
- Parents:
- c321a955
- Location:
- program/include
- Files:
-
- 2 edited
-
rcmail.php (modified) (1 diff)
-
rcube_plugin_api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcmail.php
rc321a955 ra2c4956 683 683 $options['ssl'] = $_SESSION['storage_ssl']; 684 684 $options['password'] = $this->decrypt($_SESSION['password']); 685 // set 'imap_host' for backwards compatibility 686 $_SESSION[$driver.'_host'] = &$_SESSION['storage_host']; 685 687 } 686 688 687 689 $options = $this->plugins->exec_hook("storage_init", $options); 688 689 // for backward compat. (deprecated, to be removed)690 $options = $this->plugins->exec_hook("imap_init", $options);691 690 692 691 $this->storage->set_options($options); -
program/include/rcube_plugin_api.php
r3a7deca ra2c4956 72 72 'save_identity' => 'identity_update', 73 73 'identity_save' => 'identity_update', 74 'imap_init' => 'storage_init', 74 75 ); 75 76
Note: See TracChangeset
for help on using the changeset viewer.
