File/nasmail/functions/attachment_common.php

Description

attachment_common.php

This file provides the handling of often-used attachment types.

  • version: $Id: attachment_common.php 659 2007-08-23 09:41:36Z tokul $
  • copyright: (c) 1999-2006 The SquirrelMail Project Team
  • copyright: (c) 2006-2007 The NaSMail Project
  • license: GNU Public License
Includes
 include_once (SM_PATH.'functions/global.php') (line 16)

Sanitize

Functions
attachment_common_link_html (line 161)

Handles html attachments

void attachment_common_link_html (array &$Args)
  • array &$Args
attachment_common_link_image (line 181)

Handles attached images

void attachment_common_link_image (array &$Args)
  • array &$Args
attachment_common_link_message (line 146)

Handles attached messages

void attachment_common_link_message (array &$Args)
  • array &$Args
attachment_common_link_text (line 109)

Handles text attachments

void attachment_common_link_text (array &$Args)
  • array &$Args
attachment_common_link_vcard (line 207)

Handles attached vcards

void attachment_common_link_vcard (array &$Args)
  • array &$Args
attachment_common_octet_stream (line 225)

Handles application/octet-stream attachments

void attachment_common_octet_stream (array &$Args)
  • array &$Args
register_attachment_common (line 98)

Handles registration of attachment hooks

void register_attachment_common (string $type, string $func)
  • string $type: MIME type
  • string $func: hooked function without attachment_common_ prefix

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