Changeset 1450

Show
Ignore:
Timestamp:
01/26/10 15:08:43 (2 months ago)
Author:
bermi
Message:

- Allowing precedence as a setter for the mail composer.
- Allowing body as a setter for the mail composer. [Feng Chen]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/AkActionMailer/AkMailComposer.php

    r1448 r1450  
    33defined('AK_ACTION_MAILER_LEGAL_HEADER') || 
    44define('AK_ACTION_MAILER_LEGAL_ATTRIBUTE_SETTERS',  
    5         '/^(from|delivered-to|to|subject|recipients|'. 
     5        '/^(from|delivered-to|to|subject|recipients|body|precedence|'. 
    66        'content-type|content-transfer-encoding|authentication-results|'. 
    77        'received|date|return-path|references|in-reply-to|x-[\w\d-]+|'.