~ubuntu-branches/ubuntu/quantal/squirrelmail/quantal

« back to all changes in this revision

Viewing changes to functions/imap.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-09-28 16:33:48 UTC
  • mfrom: (11.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080928163348-hgxf8au2d4zspabg
Tags: 2:1.4.15-3
Cookies sent over HTTPS will now be confined to HTTPS only
(cookie secure flag) and more support for the HTTPOnly cookie
attribute. Patch taken from upstream release.
(CVE-2008-3663, closes: #499942)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * This just includes the different sections of the imap functions.
7
7
 * They have been organized into these sections for simplicity sake.
8
8
 *
9
 
 * @copyright © 1999-2006 The SquirrelMail Project Team
 
9
 * @copyright © 1999-2007 The SquirrelMail Project Team
10
10
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11
 
 * @version $Id: imap.php,v 1.44.2.6 2006/04/14 22:27:07 jervfors Exp $
 
11
 * @version $Id: imap.php 12932 2008-02-10 16:49:47Z kink $
12
12
 * @package squirrelmail
13
13
 * @subpackage imap
14
14
 */
19
19
require_once(SM_PATH . 'functions/imap_general.php');
20
20
require_once(SM_PATH . 'functions/imap_search.php');
21
21
 
22
 
?>
 
 
b'\\ No newline at end of file'