- Fixed the newmail plugin.
- Added RECENT response to sqimap_get_status.
- Fixed attachment filename resolving.
- - Added check for X-Confirm-Reading-To to make MDN work messages send by Pine.
+ - Added check for X-Confirm-Reading-To to make MDN work for messages sent by Pine.
- sqextractGlobalVar removed (use sqgetGlobalVar instead).
- Subfolders of Sent and Drafts show To field instead of From
- Updates in conf.pl to infamous delete_folder setting, including
- Allow encoded personal names in compose.php.
- Improved address parsing from addresses coming from the compose form.
- Fixed uninitialized indices when parsing attachments.
+ - Support text/directory MIME-type for vCards (RFC 2425).
Version 1.4.0 RC 2a
-------------------
/* Register vcards */
register_attachment_common('text/x-vcard', 'link_vcard');
+register_attachment_common('text/directory', 'link_vcard');
/* Register rules for general types.
* These will be used if there isn't a more specific rule available. */