X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fimap.php;h=e4e857235082872b3d85a8db2d470ef87c73fb9d;hp=979128fa5bee3720a1df1b8728c0ae030581b98c;hb=b1dcab7e911330c60f96350e79eb61857e437c8c;hpb=8c7dfc9960e03539b2ab145a37a3752cb8b31b4d diff --git a/functions/imap.php b/functions/imap.php index 979128fa..e4e85723 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,43 +1,18 @@ -. **/ - function createFolder($imapConnection, $folder) { - fputs($imapConnection, "1 create \"$folder\"\n"); - } - - /** must be sent in the form: user.. **/ - function deleteFolder($imapConnection, $folder) { - fputs($imapConnection, "1 delete \"$folder\"\n"); - } -?> +/** Includes */ +include_once(SM_PATH . 'functions/imap_messages.php'); +include_once(SM_PATH . 'functions/imap_general.php');