X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fimap.php;h=0f0bfb8f09ff4830876b9bbe45c2dd683ea3c93c;hp=979128fa5bee3720a1df1b8728c0ae030581b98c;hb=eb19bc676326931545976b817f594025ed13eec0;hpb=8c7dfc9960e03539b2ab145a37a3752cb8b31b4d diff --git a/functions/imap.php b/functions/imap.php index 979128fa..0f0bfb8f 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,43 +1,23 @@ -. **/ - 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"); - } ?>