Browse Source

content disposition rfc

tokul 20 years ago
parent
commit
2e57589332
1 changed files with 1 additions and 2 deletions
  1. 1 2
      class/mime/Disposition.class.php

+ 1 - 2
class/mime/Disposition.class.php

@@ -7,13 +7,12 @@
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file contains functions needed to handle content disposition headers 
  * This file contains functions needed to handle content disposition headers 
- * in mime messages.
+ * in mime messages. See RFC 2183.
  *
  *
  * @version $Id$
  * @version $Id$
  * @package squirrelmail
  * @package squirrelmail
  * @subpackage mime
  * @subpackage mime
  * @since 1.3.2
  * @since 1.3.2
- * @todo find rfc number
  */
  */
 
 
 /**
 /**