subfolders (#1413569).
- Custom SMTP AUTH configuration variables are moved from config_local.php
to main configuration file.
+ - Fixed subscription of new 'noselect' folders (#1315912).
Version 1.5.1 (branched on 2006-02-12)
--------------------------------------
* Called from folders.php to create a new folder.
* @param stream $imapConnection imap connection resource
* @param string $delimiter delimiter
- * @param string $folder_name create folder name
+ * @param string $folder_name new folder name
* @param string $subfolder folder that stores new folder
- * @param boolean $contain_subs
+ * @param string $contain_subs if not empty, creates folder that can store subfolders
* @since 1.5.1
*/
function folders_create ($imapConnection, $delimiter, $folder_name, $subfolder, $contain_subs)