X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=69085582a58b9c9f1e0518ba4d4ad24f878af4ea;hb=d0201d6312b513e03d86c8fee13f29af27f4088b;hp=979128fa5bee3720a1df1b8728c0ae030581b98c;hpb=8c7dfc9960e03539b2ab145a37a3752cb8b31b4d;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index 979128fa..69085582 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"); - } -?> +?> \ No newline at end of file