On 05.01.2012 12:26, A.L.E.C wrote: > I've started working on the framework. The list of backward compatibity > breaks will be long. Here's the first part.
And more: Removed globals $DB, $USER, $IMAP Added abstract class rcube_storage, a parent for rcube_imap class Deprecated rcmail methods: imap_init() > storage_init() or get_storage() imap_connect() > storage_connect() Renamed storage (rcube_imap) methods: set_default_mailboxes > set_default_folders set_mailbox > set_folder get_mailbox_name > get_folder mailbox_status > folder_status get_mailbox_size > folder_size list_mailboxes > list_folders_subscribed list_unsubscribed > list_folders create_mailbox > create_folder rename_mailbox > rename_folder delete_mailbox > delete_folder mailbox_exists > folder_exists mailbox_namespace > folder_namespace mod_mailbox > mod_folder mailbox_attributes > folder_attributes mailbox_data > folder_data mailbox_info > folder_info mailbox_sync > folder_sync expunge > expunge_folder clear_mailbox > clear_folder get_headers > get_message_headers list_headers > list_messages messagecount > count message_index > index message_index_direct > index_direct Removed storage (rcube_imap) methods: reconnect get_response_str -- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net] --------------------------------------------------- PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/8f4f07cd
