Changeset 5782 in subversion
- Timestamp:
- Jan 16, 2012 10:23:40 AM (16 months ago)
- Location:
- trunk/roundcubemail/program/include
- Files:
-
- 2 edited
-
rcmail.php (modified) (1 diff)
-
rcube_plugin_api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcmail.php
r5781 r5782 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); -
trunk/roundcubemail/program/include/rcube_plugin_api.php
r5672 r5782 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.
