<?php
/**
- * $Horde: imp/acl.php,v 1.62 2008/09/25 03:41:57 slusarz Exp $
- *
* Copyright 2000-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/attachment.php,v 2.34 2008/10/23 16:09:11 slusarz Exp $
+ * This file should be the basis for serving hosted attachments. It
+ * should fetch the file from the VFS and funnel it to the client
+ * wishing to download the attachment. This will allow for the
+ * exchange of massive attachments without causing mail server havoc.
*
* Copyright 2004-2007 Andrew Coleman <mercury@appisolutions.net>
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
- *
- * This file should be the basis for serving hosted attachments. It
- * should fetch the file from the VFS and funnel it to the client
- * wishing to download the attachment. This will allow for the
- * exchange of massive attachments without causing mail server havoc.
*/
// Set up initial includes.
* 1st parameter = The type of content to output ('css', 'fckeditor', 'js')
* 2nd parameter = Cache ID
*
- * $Horde: imp/cache.php,v 1.12 2008/09/23 20:43:35 slusarz Exp $
- *
* Copyright 2007-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
<?php
/**
- * $Horde: imp/compose.php,v 2.1121 2008/09/25 03:52:43 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?xml version="1.0"?>
-<!-- $Horde: imp/config/conf.xml,v 1.136 2008/10/16 06:04:12 slusarz Exp $ -->
<configuration>
<configtab name="utils" desc="External Utilities and Menu">
<configsection name="spell">
-# $Horde: imp/config/filter.txt.dist,v 1.1 2000/09/15 02:20:37 jon Exp $
-#
# Enter a list of words that will be filtered. Only put one word on each
# line. Comments are allowed. A comment starts with a '#' and ends at the
# end of the line.
<?php
/**
- * $Horde: imp/config/header.php.dist,v 1.2 2005/12/11 01:36:10 slusarz Exp $
- *
* This file will allow you to set headers to append to outgoing mail messages.
*
* To add a new header item, simply add a new entry to the $_header array.
<?php
/**
- * $Horde: imp/config/menu.php.dist,v 1.6 2006/05/01 20:15:03 karsten Exp $
- *
* This file lets you extend IMP's menu with your own items.
*
* To add a new menu item, simply add a new entry to the $_menu array.
<?php
/**
- * $Horde: imp/config/mime_drivers.php.dist,v 1.52 2008/07/07 16:23:24 jan Exp $
- *
* Decide which output drivers you want to activate for the IMP application.
* Settings in this file override settings in horde/config/mime_drivers.php.
*
<?php
/**
- * $Horde: imp/config/motd.php.dist,v 1.10 2006/05/01 20:15:03 karsten Exp $
- *
* Example code for switching between HTTP and HTTPS.
* Contributed by: James <james@james-web.net>
* To use, unncomment and modify these variables:
<?php
/**
- * $Horde: imp/config/prefs.php.dist,v 1.300 2008/10/27 19:50:02 mrubinsk Exp $
- *
* See horde/config/prefs.php for documentation on the structure of this file.
*/
<?php
/**
- * $Horde: imp/config/servers.php.dist,v 1.87 2008/10/13 20:51:50 slusarz Exp $
- *
* This file is where you specify what mail servers people using your
* installation of IMP can log in to.
*
<?php
/**
- * $Horde: imp/config/spelling.php.dist,v 1.1 2006/01/02 07:41:51 slusarz Exp $
- *
* This file defines a custom list of words that will be added to the spell
* checker dictionary.
*/
<?php
/**
- * $Horde: imp/contacts.php,v 2.97 2008/10/29 03:43:55 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/fetchmail.php,v 1.61 2008/01/02 11:12:37 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/fetchmailprefs.php,v 1.69 2008/09/25 03:41:57 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/filterprefs.php,v 2.37 2008/09/24 18:18:08 slusarz Exp $
- *
* Copyright 2003-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/folders.php,v 2.428 2008/10/13 20:51:49 slusarz Exp $
- *
* Copyright 2000-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/imple.php,v 2.8 2008/01/02 11:12:37 jan Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/index.php,v 2.81 2008/01/02 11:12:37 jan Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* Reuseable keyboard or mouse driven list component. Based on
* Scriptaculous' AutoCompleter.
*
- * $Horde: imp/js/src/KeyNavList.js,v 1.11 2008/05/08 06:46:52 slusarz Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* was rewritten almost completely by Chuck Hagenbuch to use
* Prototype/Scriptaculous.
*
- * $Horde: imp/js/src/SpellChecker.js,v 1.46 2008/06/16 05:26:26 slusarz Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
/**
* Provides the javascript for the acl.php script
*
- * $Horde: imp/js/src/acl.js,v 1.3 2007/11/23 08:05:47 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
* The original script was freely distributable under the terms of an
* MIT-style license.
*
- * $Horde: imp/js/src/autocomplete.js,v 1.8 2008/09/02 21:08:55 slusarz Exp $
- *
* Copyright 2007-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
/**
* Provides the javascript for the compose.php script.
*
- * $Horde: imp/js/src/compose.js,v 1.32 2008/10/20 03:54:40 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
/**
* Provides the javascript for the contacts.php script
*
- * $Horde: imp/js/src/contacts.js,v 1.13 2008/08/22 15:00:07 jan Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
/**
* Provides the javascript for the fetchmailprefs.php script.
*
- * $Horde: imp/js/src/fetchmailprefs.js,v 1.5 2008/01/11 17:56:03 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
- *
- * $Horde: imp/js/src/folders.js,v 1.10 2008/05/20 16:09:15 slusarz Exp $
*/
function getChecked()
/**
* Provides the javascript for the login.php script.
*
- * $Horde: imp/js/src/login.js,v 1.8 2008/10/16 06:04:13 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
/**
* Provides the javascript for the mailbox.php script
*
- * $Horde: imp/js/src/mailbox.js,v 1.16 2008/10/24 21:50:14 jan Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
/**
* Provides the javascript for the message.php script
*
- * $Horde: imp/js/src/message.js,v 1.11 2008/05/20 16:09:15 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
* This file should be included via Horde::addScriptFile().
* Requires prototypejs 1.6.0.2+
*
- * $Horde: imp/js/src/popup.js,v 1.9 2008/06/27 21:04:18 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
/**
* Redbox.js
*
- * $Horde: imp/js/src/redbox.js,v 1.13 2008/02/06 09:02:38 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
/**
* Provides the javascript for the search.php script
*
- * $Horde: imp/js/src/search.js,v 1.5 2008/05/20 16:09:15 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*/
/**
- * $Horde: imp/js/src/unblockImages.js,v 1.8 2008/08/05 17:49:51 slusarz Exp $
- *
* Use DOM manipulation to un-block images that had been redirected.
*/
* Required parameters: NONE
* Optional parameters: NONE
*
- * $Horde: imp/lib/Auth/imp.php,v 1.64 2008/10/13 20:51:53 slusarz Exp $
- *
* Copyright 2003-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
$block_name = _("Folder Summary");
/**
- * $Horde: imp/lib/Block/summary.php,v 1.92 2008/10/11 05:45:16 slusarz Exp $
- *
* @package Horde_Block
*/
class Horde_Block_imp_summary extends Horde_Block {
$block_type = 'tree';
/**
- * $Horde: imp/lib/Block/tree_folders.php,v 1.71 2008/01/02 16:48:34 chuck Exp $
- *
* @package Horde_Block
*/
class Horde_Block_imp_tree_folders extends Horde_Block {
* The IMP_Compose:: class contains functions related to generating
* outgoing mail messages.
*
- * $Horde: imp/lib/Compose.php,v 1.402 2008/11/09 07:38:45 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Contents:: class contains all functions related to handling the
* content and output of mail messages in IMP.
*
- * $Horde: imp/lib/MIME/Contents.php,v 1.281 2008/09/25 03:42:03 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
* @package IMP
- *
- * $Horde: imp/lib/Crypt/PGP.php,v 1.130 2008/09/29 20:54:21 slusarz Exp $
*/
/** Horde_Crypt_pgp */
* The IMP_SMIME:: class contains all functions related to handling
* S/MIME messages within IMP.
*
- * $Horde: imp/lib/Crypt/SMIME.php,v 1.77 2008/10/15 02:42:38 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Fetchmail:: class provides an interface to download mail from
* remote mail servers.
*
- * $Horde: imp/lib/Fetchmail.php,v 1.69 2008/11/09 07:38:45 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Fetchmail_imap driver implements the IMAP_Fetchmail class for use
* with IMAP/POP3 servers.
*
- * $Horde: imp/lib/Fetchmail/imap.php,v 1.24 2008/11/09 07:16:01 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
*
* @todo Don't use notification.
*
- * $Horde: imp/lib/Folder.php,v 1.227 2008/11/09 07:38:45 slusarz Exp $
- *
* Copyright 2000-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_IMAP:: class provides common functions for interaction with the
* IMAP/POP3 server via the Horde_Imap_Client:: library.
*
- * $Horde: imp/lib/IMAP.php,v 1.53 2008/11/09 07:16:02 slusarz Exp $
- *
* Copyright 2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_IMAP_Thread class provides functions to generate thread tree
* images.
*
- * $Horde: imp/lib/IMAP/Thread.php,v 1.19 2008/10/13 20:51:53 slusarz Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* query information about individual mailboxes.
* In IMP, folders = IMAP mailboxes so the two terms are used interchangably.
*
- * $Horde: imp/lib/IMAP/Tree.php,v 1.210 2008/10/19 21:23:09 slusarz Exp $
- *
* Copyright 2000-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
/**
* IMP Base Class.
*
- * $Horde: imp/lib/IMP.php,v 1.732 2008/10/13 19:19:52 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* user might have. Its methods take care of any site-specific
* restrictions configured in prefs.php and conf.php.
*
- * $Horde: imp/lib/Identity/imp.php,v 1.81 2008/10/11 06:23:11 slusarz Exp $
- *
* Copyright 2001-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/lib/Imple.php,v 1.11 2008/09/25 03:42:02 slusarz Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/lib/Imple/ContactAutoCompleter.php,v 1.35 2008/07/29 20:29:17 slusarz Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/lib/Imple/SpellChecker.php,v 1.35 2008/09/24 18:18:09 slusarz Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_alternative class renders out messages from
* multipart/alternative content types (RFC 2046 [5.1.4]).
*
- * $Horde: imp/lib/MIME/Viewer/alternative.php,v 1.66 2008/01/02 11:12:45 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_appledouble class handles multipart/appledouble
* messages conforming to RFC 1740.
*
- * $Horde: imp/lib/MIME/Viewer/appledouble.php,v 1.27 2008/10/06 21:19:49 slusarz Exp $
- *
* Copyright 2003-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_enriched class renders out plain text from
* enriched content tags, ala RFC 1896
*
- * $Horde: imp/lib/MIME/Viewer/enriched.php,v 1.42 2008/01/02 11:12:45 jan Exp $
- *
* Copyright 2001-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_html class renders out HTML text with an effort
* to remove potentially malicious code.
*
- * $Horde: imp/lib/MIME/Viewer/html.php,v 1.150 2008/09/25 03:42:05 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_images class allows images to be displayed
* inline in a message.
*
- * $Horde: imp/lib/MIME/Viewer/images.php,v 1.81 2008/06/03 18:03:40 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* and provides an option to import the data into a calendar source,
* if one is available.
*
- * $Horde: imp/lib/MIME/Viewer/itip.php,v 1.97 2008/10/07 13:57:20 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_notification class handles multipart/report
* messages that refer to mail notification messages (RFC 2298).
*
- * $Horde: imp/lib/MIME/Viewer/notification.php,v 1.29 2008/05/26 05:36:51 slusarz Exp $
- *
* Copyright 2003-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_partial class allows multipart/partial messages
* to be displayed (RFC 2046 [5.2.2]).
*
- * $Horde: imp/lib/MIME/Viewer/partial.php,v 1.39 2008/09/17 05:02:40 slusarz Exp $
- *
* Copyright 2003-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_pdf class enables generation of thumbnails for
* PDF attachments.
*
- * $Horde: imp/lib/MIME/Viewer/pdf.php,v 1.4 2008/10/20 00:38:06 slusarz Exp $
- *
* Copyright 2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* 'pgp_verify_msg' -- Do verification of PGP signed data.
* 'rawpgpkey' -- Display the PGP Public Key in raw, text format
*
- * $Horde: imp/lib/MIME/Viewer/pgp.php,v 1.139 2008/09/25 03:42:05 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* This class may add the following parameters to the URL:
* 'smime_verify_msg' -- Do verification of S/MIME signed data.
*
- * $Horde: imp/lib/MIME/Viewer/pkcs7.php,v 1.114 2008/10/28 21:53:42 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_plain class renders out text/plain MIME parts
* with URLs made into hyperlinks.
*
- * $Horde: imp/lib/MIME/Viewer/plain.php,v 1.92 2008/10/06 21:19:49 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_related class handles multipart/related messages
* as defined by RFC 2387.
*
- * $Horde: imp/lib/MIME/Viewer/related.php,v 1.38 2008/01/02 11:12:45 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_rfc822 class renders out messages from
* message/rfc822 content types.
*
- * $Horde: imp/lib/MIME/Viewer/rfc822.php,v 1.41 2008/01/02 11:12:45 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
/**
* The IMP_Horde_Mime_Viewer_smil renders SMIL documents to very basic HTML.
*
- * $Horde: imp/lib/MIME/Viewer/smil.php,v 1.5 2008/01/02 11:12:45 jan Exp $
- *
* Copyright 2006-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_status class handles multipart/report messages
* that refer to mail system administrative messages (RFC 3464).
*
- * $Horde: imp/lib/MIME/Viewer/status.php,v 1.33 2008/01/02 11:12:45 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_tnef class allows MS-TNEF attachments to be
* displayed.
*
- * $Horde: imp/lib/MIME/Viewer/tnef.php,v 1.39 2008/09/04 12:01:14 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Horde_Mime_Viewer_zip class renders out the contents of ZIP files
* in HTML format and allows downloading of extractable files.
*
- * $Horde: imp/lib/MIME/Viewer/zip.php,v 1.40 2008/03/17 14:11:18 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
*
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
- * $Horde: imp/lib/Mailbox.php,v 1.272 2008/10/11 06:59:38 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* The IMP_Maillog:: class contains all functions related to handling
* logging of responses to individual e-mail messages.
*
- * $Horde: imp/lib/Maillog.php,v 1.32 2008/01/02 11:12:42 jan Exp $
- *
* Copyright 2003-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
/**
* Maintenance module that deletes old linked attachments.
*
- * $Horde: imp/lib/Maintenance/Task/delete_attachments_monthly.php,v 1.8 2005/07/12 05:57:34 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
/**
* Maintenance module that deletes old sent-mail folders.
*
- * $Horde: imp/lib/Maintenance/Task/delete_sentmail_monthly.php,v 1.33 2008/10/11 05:39:52 slusarz Exp $
- *
* Copyright 2001-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/lib/Maintenance/Task/fetchmail_login.php,v 1.20 2008/01/02 11:12:46 jan Exp $
- *
* Copyright 2003-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/lib/Maintenance/Task/purge_sentmail.php,v 1.10 2008/01/02 11:12:46 jan Exp $
- *
* Maintenance module that purges old messages in the sent-mail folder.
*
* Copyright 2001-2008 The Horde Project (http://www.horde.org/)
*
* @author Michael Slusarz <slusarz@horde.org>
* @author Jan Schneider <jan@horde.org>
- * @since IMP 4.2
* @package Horde_Maintenance
*/
class Maintenance_Task_purge_sentmail extends Maintenance_Task {
<?php
/**
- * $Horde: imp/lib/Maintenance/Task/purge_spam.php,v 1.7 2008/01/02 11:12:46 jan Exp $
- *
* Maintenance module that purges old messages in the Spam folder. Based on
* the purge_trash task, written by Michael Slusarz <slusarz@horde.org>.
*
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* @author Matt Selsky <selsky@columbia.edu>
- * @since IMP 4.2
* @package Horde_Maintenance
*/
class Maintenance_Task_purge_spam extends Maintenance_Task {
<?php
/**
- * $Horde: imp/lib/Maintenance/Task/purge_trash.php,v 1.44 2008/01/02 11:12:46 jan Exp $
- *
* Maintenance module that purges old messages in the Trash folder.
*
* Copyright 2001-2008 The Horde Project (http://www.horde.org/)
/**
* Maintenance module that renames the sent-mail folder.
*
- * $Horde: imp/lib/Maintenance/Task/rename_sentmail_monthly.php,v 1.44 2008/08/07 20:01:50 slusarz Exp $
- *
* Copyright 2001-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* Maintenance module that presents a TOS Agreement page to user.
* If user does not accept terms, user is not allowed to login.
*
- * $Horde: imp/lib/Maintenance/Task/tos_agreement.php,v 1.25 2008/01/02 11:12:46 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
require_once $GLOBALS['registry']->get('fileroot', 'imp') . '/lib/base.php';
/**
- * $Horde: imp/lib/Maintenance/imp.php,v 1.29 2008/01/02 11:12:46 jan Exp $
- *
* The Maintenance_IMP class defines the maintenance operations run upon
* login to IMP.
*
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* @author Michael Slusarz <slusarz@horde.org>
- * @since IMP 3.0
* @package Horde_Maintenance
*/
class Maintenance_IMP extends Maintenance {
* For any function below that requires an $indices parameter, see
* IMP::parseIndicesList() for the list of allowable inputs.
*
- * $Horde: imp/lib/Message.php,v 1.305 2008/10/14 21:40:58 slusarz Exp $
- *
* Copyright 2000-2001 Chris Hyde <chris@jeks.net>
* Copyright 2000-2008 The Horde Project (http://www.horde.org/)
*
* Notification_Listener_status:: class to display the messages for
* IMP's special message types 'imp.forward' and 'imp.reply'.
*
- * $Horde: imp/lib/Notification/Listener/status.php,v 1.11 2006/09/04 22:23:52 slusarz Exp $
- *
* @author Chuck Hagenbuch <chuck@horde.org>
* @package Horde_Notification
*/
* IMP_Quota:: provides an API for retrieving Quota details from a mail
* server.
*
- * $Horde: imp/lib/Quota.php,v 1.39 2008/08/05 19:22:14 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* partition label. By default, quota will determine
* quota information using the user's home directory value.
*
- * $Horde: imp/lib/Quota/command.php,v 1.30 2008/07/01 13:47:24 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* driver supports the following parameters:
* 'params' => Array of parameters to pass to the quota function.
*
- * $Horde: imp/lib/Quota/hook.php,v 1.3 2008/07/01 13:47:24 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
/**
* Implementation of the Quota API for IMAP servers.
*
- * $Horde: imp/lib/Quota/imap.php,v 1.3 2008/01/02 11:12:46 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* midocc -- String between usage and total storage space.
* endocc -- String after the storage number.
*
- * $Horde: imp/lib/Quota/logfile.php,v 1.12 2008/07/01 13:47:24 jan Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* and the actual username will be substituted in that location.
* E.g., '/home/~U/Maildir/' or '/var/mail/~U/Maildir/'
*
- * $Horde: imp/lib/Quota/maildir.php,v 1.6 2008/07/09 22:15:09 jan Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* Parameters required:
* 'app_location' -- TODO
*
- * $Horde: imp/lib/Quota/mdaemon.php,v 1.24 2008/01/02 11:12:46 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* UNC path ("\\\\shareDrive\\shareDir").
*****************************************************************************
*
- * $Horde: imp/lib/Quota/mercury32.php,v 1.14 2008/07/01 13:47:24 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* ),
* </code>
*
- * $Horde: imp/lib/Quota/sql.php,v 1.9 2008/07/01 16:52:21 jan Exp $
- *
* Copyright 2006-2007 Tomas Simonaitis <haden@homelan.lt>
* Copyright 2006-2008 The Horde Project (http://www.horde.org/)
*
*
* @author Tomas Simonaitis <haden@homelan.lt>
* @author Jan Schneider <jan@horde.org>
- * @since IMP 4.2
* @package IMP_Quota
*/
class IMP_Quota_sql extends IMP_Quota {
* 'vinbox_id' => string (The Virtual Inbox query ID)
* );
*
- * $Horde: imp/lib/Search.php,v 1.120 2008/10/13 20:51:51 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_Sentmail:: class contains all functions related to handling
* logging of sent mail and retrieving sent mail statistics.
*
- * $Horde: imp/lib/Sentmail.php,v 1.17 2008/01/02 11:12:42 jan Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* @author Jan Schneider <jan@horde.org>
- * @since IMP 4.2
* @package IMP
*/
class IMP_Sentmail {
* The table structure can be created by the scripts/sql/imp_sentmail.sql
* script.
*
- * $Horde: imp/lib/Sentmail/sql.php,v 1.12 2007/02/16 19:51:04 slusarz Exp $
- *
* @author Jan Schneider <jan@horde.org>
- * @since IMP 4.2
* @package IMP
*/
class IMP_Sentmail_sql extends IMP_Sentmail {
/**
* Functions required to create/initialize an IMP session.
*
- * $Horde: imp/lib/Session.php,v 1.178 2008/10/16 06:04:13 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
*
* Compilation code adapted from code written by Bruno Pedro <bpedro@ptm.pt>.
*
- * $Horde: imp/lib/Template.php,v 1.12 2008/08/28 17:05:23 jan Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
*
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Michael Slusarz <slusarz@horde.org>
- * @since Horde 3.0
* @package Horde_Template
*/
* The IMP_UI_Compose:: class is designed to provide a place to dump common
* code shared among IMP's various UI views for the compose page.
*
- * $Horde: imp/lib/UI/Compose.php,v 1.30 2008/10/20 03:54:40 slusarz Exp $
- *
* Copyright 2006-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
*
* @author Michael Slusarz <slusarz@horde.org>
* @package IMP
- * @since IMP 4.2
*/
class IMP_UI_Compose {
* The IMP_UI_Mailbox:: class is designed to provide a place to dump common
* code shared among IMP's various UI views for the mailbox page.
*
- * $Horde: imp/lib/UI/Mailbox.php,v 1.17 2008/08/26 06:59:58 slusarz Exp $
- *
* Copyright 2006-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* The IMP_UI_Message:: class is designed to provide a place to dump common
* code shared among IMP's various UI views for the message page.
*
- * $Horde: imp/lib/UI/Message.php,v 1.16 2008/06/26 18:58:20 slusarz Exp $
- *
* Copyright 2006-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
*
* @author Michael Slusarz <slusarz@horde.org>
* @package IMP
- * @since IMP 4.2
*/
class IMP_UI_Message
{
* This file defines IMP's external API interface. Other applications
* can interact with IMP through this API.
*
- * $Horde: imp/lib/api.php,v 1.138 2008/10/13 20:51:51 slusarz Exp $
- *
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* $imp_mbox - Current mailbox information
* $imp_search - An IMP_Search object
*
- * $Horde: imp/lib/base.php,v 1.121 2008/07/22 06:03:47 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/lib/prefs.php,v 1.57 2008/10/20 03:54:40 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Horde: imp/locale/ca_ES/help.xml,v 1.29 2008/06/06 08:40:13 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Horde: imp/locale/cs_CZ/help.xml,v 1.36 2008/06/06 08:40:09 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Horde: imp/locale/da_DK/help.xml,v 1.34 2008/06/06 08:40:12 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Horde: imp/locale/de_DE/help.xml,v 1.48 2008/06/06 08:59:02 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="uptodate" md5="885a83e5ce7c455f8d7d40a17ca901df">
<title>Tastaturbelegung: Navigation</title>
<?xml version="1.0" encoding="iso-8859-7"?>
-<!-- $Horde: imp/locale/el_GR/help.xml,v 1.36 2008/06/06 08:40:08 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version='1.0'?>
-<!-- $Horde: imp/locale/en_US/help.xml,v 1.86 2008/06/06 08:58:36 jan Exp $ -->
<help>
<entry id="keyboard-navigation">
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/es_ES/help.xml,v 1.46 2008/06/06 08:40:05 jan Exp $ -->
<help>
<entry id="keyboard-navigation" md5="885a83e5ce7c455f8d7d40a17ca901df" state="uptodate">
<title>Teclado: Navegación</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/et_EE/help.xml,v 1.34 2008/06/06 08:40:04 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/eu_ES/help.xml,v 1.1 2008/07/17 21:07:11 jan Exp $ -->
<help>
<entry id="compose-buttons" md5="bd0e2b0eff15d7c5cf7df9b7ef4ac40a" state="uptodate">
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/fa_IR/help.xml,v 1.20 2008/06/06 08:40:07 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/fi_FI/help.xml,v 1.39 2008/06/06 08:40:05 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="uptodate" md5="885a83e5ce7c455f8d7d40a17ca901df">
<title>Näppäimistö: Navigointi</title>
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Horde: imp/locale/fr_FR/help.xml,v 1.35 2008/06/06 08:40:04 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Horde: imp/locale/hu_HU/help.xml,v 1.26 2008/06/06 08:40:04 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Horde: imp/locale/it_IT/help.xml,v 1.36 2008/06/06 08:40:03 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/ko_KR/help.xml,v 1.34 2008/06/06 08:40:03 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/nb_NO/help.xml,v 1.34 2008/06/06 08:40:02 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/nl_NL/help.xml,v 1.35 2008/06/06 08:40:01 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/pl_PL/help.xml,v 1.34 2008/06/06 08:40:01 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Horde: imp/locale/pt_BR/help.xml,v 1.36 2008/06/06 08:40:00 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/pt_PT/help.xml,v 1.34 2008/06/06 08:40:00 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="windows-1251"?>
-<!-- $Horde: imp/locale/ru_RU/help.xml,v 1.36 2008/06/06 08:40:00 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Horde: imp/locale/sk_SK/help.xml,v 1.35 2008/06/06 08:39:59 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/sv_SE/help.xml,v 1.34 2008/06/06 08:39:59 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="iso-8859-9"?>
-<!-- $Horde: imp/locale/tr_TR/help.xml,v 1.18 2008/06/06 08:39:59 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/uk_UA/help.xml,v 1.35 2008/06/06 08:39:59 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0"?>
-<!-- $Horde: imp/locale/zh_CN/help.xml,v 1.34 2008/06/06 08:39:58 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
<?xml version="1.0" encoding="Big5"?>
-<!-- $Horde: imp/locale/zh_TW/help.xml,v 1.38 2008/06/06 08:39:58 jan Exp $ -->
<help>
<entry id="keyboard-navigation" state="new">
<title>Keyboard: Navigation</title>
/**
* Login screen for IMP.
*
- * $Horde: imp/login.php,v 2.297 2008/10/16 06:04:11 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/mailbox.php,v 2.876 2008/10/16 06:04:11 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
/**
* View a message.
*
- * $Horde: imp/message.php,v 2.721 2008/10/11 06:23:10 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/pgp.php,v 2.123 2008/09/25 03:41:57 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/redirect.php,v 1.168 2008/10/16 06:04:11 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/rss.php,v 1.18 2008/09/17 17:55:38 slusarz Exp $
- *
* Copyright 2007-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* @author Eric Garrido <ekg2002@columbia.edu>
- * @since IMP 4.2
*/
$authentication = 'none';
<?php
/**
- * $Horde: imp/saveimage.php,v 1.14 2008/01/02 11:12:37 jan Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* message in the file imp/config/bounce.txt. Important: the bounce message
* must be a complete message including headers!
*
- * $Horde: imp/scripts/bounce_spam.php,v 1.5 2008/01/02 11:12:47 jan Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
-// $Horde: imp/scripts/custom_login.php,v 1.11 2008/08/05 19:22:16 slusarz Exp $
-
// CUSTOMIZE THIS
define('IMP_BASE', '..');
--- $Horde: imp/scripts/sql/imp.sql,v 1.1 2007/09/27 23:15:59 jan Exp $
-
CREATE TABLE imp_sentmail (
sentmail_id BIGINT NOT NULL,
sentmail_who VARCHAR(255) NOT NULL,
#!/usr/bin/php -q
<?php
/**
- * $Horde: imp/scripts/upgrades/convert_vfolders.php,v 1.1 2007/03/11 00:20:37 slusarz Exp $
- *
* A script to update Virtual Folders from IMP 4.0.x format to IMP 4.1+
* format. Expects to be given a list of users on STDIN, one username per
* line, to convert. Usernames need to match the values stored in the
* the passed in mailbox value instead.
* 'edit_query' -- If exists, the search query to edit.
*
- * $Horde: imp/search.php,v 2.200 2008/09/25 03:41:57 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/smime.php,v 2.86 2008/09/24 18:18:08 slusarz Exp $
- *
* Copyright 2002-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/stationery.php,v 2.22 2008/10/20 03:54:39 slusarz Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
/**
* IMP base JS file.
*
- * $Horde: imp/templates/javascript_defs.php,v 2.11 2008/10/20 03:54:41 slusarz Exp $
- *
* Copyright 2005-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
<?php
/**
- * $Horde: imp/test.php,v 1.72 2008/10/13 20:51:49 slusarz Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
/**
* Author: Joost De Cock <joost@decock.org>
- *
- * $Horde: imp/themes/azur/screen.css,v 1.7 2008/04/08 18:07:30 chuck Exp $
*/
.deleted {
-/**
- * $Horde: imp/themes/bluemoon/screen.css,v 1.5 2008/04/08 18:07:30 chuck Exp $
- */
-
.deleted {
background-color: #999;
}
-/**
- * $Horde: imp/themes/bluewhite/screen.css,v 1.10 2007/02/16 19:12:05 slusarz Exp $
- */
-
.folders {
font-size: 90%;
}
-/**
- * $Horde: imp/themes/brown/screen.css,v 1.1 2004/10/17 20:49:38 mdjukic Exp $
- */
-
.unseen {
background-color: #efeeee;
}
/**
* Theme by : Eric Jon ROSTETTER <eric.rostetter@physics.utexas.edu>
* Please contact the Theme's author for any missing style.
- *
- * $Horde: imp/themes/burntorange/screen.css,v 1.3 2007/02/16 19:12:05 slusarz Exp $
*/
.deleted {
-/**
- * $Horde: imp/themes/cherry/screen.css,v 1.2 2007/02/16 19:12:05 slusarz Exp $
- */
-
.important, .flagged {
background-color: #FFFFAA;
}
-/**
- * $Horde: imp/themes/cornflower/screen.css,v 1.3 2007/02/01 00:17:56 jan Exp $
- */
-
.folders {
font-size: 90%;
}
*
* The theme is the basis for the website of the Sales Manager Club
* (http://www.clubsmc.nl)
- *
- * $Horde: imp/themes/fadetogreen/screen.css,v 1.3 2007/02/18 00:41:19 selsky Exp $
*/
/* Message list table styles. */
* This theme is published under the same license as the horde package.
*
* The name comes from the city of Gennevilliers in France
- *
- * $Horde: imp/themes/gennevilliers/screen.css,v 1.3 2007/02/16 19:12:05 slusarz Exp $
*/
.unseen {
-/**
- * $Horde: imp/themes/green/screen.css,v 1.2 2007/02/16 19:12:05 slusarz Exp $
- */
-
.deleted {
background-color: #B82828;
}
-/**
- * $Horde: imp/themes/grey/screen.css,v 1.2 2007/02/16 19:12:05 slusarz Exp $
- */
-
.important, .flagged {
background-color: #a56363;
}
-/**
- * $Horde: imp/themes/ideas/screen.css,v 1.1 2007/02/01 00:17:56 jan Exp $
- */
-
form#search div.smallheader {
font-family: Verdana,Helvetica,sans-serif;
}
/**
- * $Horde: imp/themes/ie6_or_less.css,v 1.4 2008/06/11 17:54:02 slusarz Exp $
- *
* CSS corrections for IE 6 or below.
*/
/**
- * $Horde: imp/themes/ie7.css,v 1.4 2008/06/11 17:54:02 slusarz Exp $
- *
* CSS corrections for IE 7.
*/
-/**
- * $Horde: imp/themes/lavander/screen.css,v 1.1 2004/10/17 20:37:46 mdjukic Exp $
- */
-
.text {
background-color: #F6E7F8;
}
-/**
- * $Horde: imp/themes/luc/screen.css,v 1.4 2007/02/01 00:17:56 jan Exp $
- */
-
.folders {
font-size: 90%;
}
-/**
- * $Horde: imp/themes/lucblue/screen.css,v 1.3 2007/02/01 00:17:56 jan Exp $
- */
-
.folders {
font-size: 90%;
}
-/**
- * $Horde: imp/themes/mozilla/screen.css,v 1.1 2006/06/16 14:10:19 chuck Exp $
- */
-
/* Navbar action styling. */
.msgactions li ul a:hover, .msgactions li ul a:active {
color: #000;
-/**
- * $Horde: imp/themes/postnuke/screen.css,v 1.2 2007/02/16 19:12:05 slusarz Exp $
- */
-
.deleted {
background-color: #999999;
}
/**
- * $Horde: imp/themes/rtl.css,v 1.5 2008/07/22 06:03:49 slusarz Exp $
* S.Niksefat & C.Mortezania in Amirkabir MetaNET Ltd.
*/
-/**
- * $Horde: imp/themes/screen.css,v 1.95 2008/09/05 06:06:33 slusarz Exp $
- */
-
/* Message list table styles. */
.messageList {
table-layout: fixed;
-/**
- * $Horde: imp/themes/silver/screen.css,v 1.4 2008/05/18 21:47:48 jan Exp $
- */
-
.bottomborder, .bottombordercollapse {
border-bottom: 0;
}
-/**
- * $Horde: imp/themes/simplex/screen.css,v 1.2 2007/02/16 19:12:06 slusarz Exp $
- */
-
.important, .flagged {
background-color: #EBC2C2;
}
-/**
- * $Horde: imp/themes/sun/screen.css,v 1.1 2004/10/17 20:37:47 mdjukic Exp $
- */
-
.unseen {
background-color: #eecc00;
}
-/**
- * $Horde: imp/themes/tango-blue/screen.css,v 1.2 2007/05/30 21:08:40 mrubinsk Exp $
- */
-
.mboxcontrol form {
background: #cccccc;
}
<?php
/**
- * $Horde: imp/thread.php,v 2.57 2008/08/28 09:09:50 jan Exp $
- *
* Copyright 2004-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* 'mailbox' -- The mailbox of the message.
* 'zip' -- Download in .zip format?
*
- * $Horde: imp/view.php,v 2.231 2008/09/01 09:27:13 jan Exp $
- *
* Copyright 1999-2008 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you