File/plugins/notes/view_note.php

Description

Displays notes

Copyright (c) 2007-2008 The NaSMail Project This file is part of NaSMail notes plugin.

This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with plugin; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

This script shares some code with NaSMail 1.4 src/read_body.php Copyright (c) 1999-2006 The SquirrelMail Project Team Copyright (c) 2006-2007 The NaSMail Project

  • version: $Id: view_note.php 1309 2008-04-26 08:47:18Z tokul $
Includes
 include_once (SM_PATH.'functions/date.php') (line 35)
 include_once (SM_PATH.'functions/mime.php') (line 36)
 include_once (SM_PATH.'functions/url_parser.php') (line 37)
 include_once (SM_PATH.'functions/imap.php') (line 34)
 include_once (SM_PATH.'include/validate.php') (line 33)
Functions
notes_formatAttachments (line 49)

Format attachment block

Shorter version of NaSMail formatAttachments() function.

string notes_formatAttachments (object Message $message, array $exclude_id, string $mailbox, int $id)
  • array $exclude_id
  • int $id
  • object Message $message: message
  • string $mailbox: mailbox Mailbox name
notes_navigation_block (line 306)

Creates navigation block

  • return: html formated table with navigation tags for current note
string notes_navigation_block ()

Documentation generated on Sun, 22 Nov 2009 17:36:53 +0200 by phpDocumentor 1.4.3