Zend_Mail-CharacterSets.xml 858 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="zend.mail.character-sets">
  4. <title>Character Sets</title>
  5. <para>
  6. <classname>Zend_Mail</classname> does not check for the correct character set of the mail parts. When
  7. instantiating <classname>Zend_Mail</classname>, a charset for the e-mail itself may be given. It defaults to
  8. <code>iso-8859-1</code>. The application has to make sure that all parts added to that mail object
  9. have their content encoded in the correct character set. When creating a new mail part, a different
  10. charset can be given for each part.
  11. </para>
  12. <note>
  13. <title>Only in text format</title>
  14. <para>
  15. Character sets are only applicable for message parts in text format.
  16. </para>
  17. </note>
  18. </sect1>
  19. <!--
  20. vim:se ts=4 sw=4 et:
  21. -->