X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=84dfa9c9dc90d887a26bb16e250541006500a080;hb=202bcbcc2b67c7c153db1b09b608b62beeba0496;hp=979128fa5bee3720a1df1b8728c0ae030581b98c;hpb=8c7dfc9960e03539b2ab145a37a3752cb8b31b4d;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index 979128fa..84dfa9c9 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,43 +1,20 @@ -. **/ - 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"); - } -?> +?> \ No newline at end of file