X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Ffolders_subscribe.php;h=73ffb61bae7841eeabfcd81e4e79056fd00d37b8;hb=8d8da447778a43b78bc95f9601b385416ad84477;hp=dbf1b3a7e8c6abdc9e88bfc723fa5bf79ced4491;hpb=8650e9e14aaea9a02c0967991b638ab1adfae9fd;p=squirrelmail.git diff --git a/src/folders_subscribe.php b/src/folders_subscribe.php index dbf1b3a7..73ffb61b 100644 --- a/src/folders_subscribe.php +++ b/src/folders_subscribe.php @@ -3,16 +3,20 @@ /** * folders_subscribe.php * - * Copyright (c) 1999-2003 The SquirrelMail Project Team + * Copyright (c) 1999-2004 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Subscribe and unsubcribe from folders. * Called from folders.php * - * $Id$ + * @version $Id$ + * @package squirrelmail */ -/* Path for SquirrelMail required files. */ +/** + * Path for SquirrelMail required files. + * @ignore + */ define('SM_PATH','../'); /* SquirrelMail required files. */ @@ -42,7 +46,7 @@ $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0 if ($method == 'sub') { if($no_list_for_subscribe && $imap_server_type == 'cyrus') { /* Cyrus, atleast, does not typically allow subscription to - * nonexistent folders (this is an optional part of IMAP), + * nonexistent folders (this is an optional part of IMAP), * lets catch it here and report back cleanly. */ if(!sqimap_mailbox_exists($imapConnection, $mailbox[0])) { header("Location: $location/folders.php?success=subscribe-doesnotexist"); @@ -66,4 +70,4 @@ if ($method == 'sub') { sqimap_logout($imapConnection); header("Location: $location/folders.php?success=$success"); -?> +?> \ No newline at end of file