Un module pour permettre la création facile
d'email complexes composés de multiple parties.
Si vous recherchez une API simple pour créer de tels emails,
alors la classe de Mail_Mime suffira
probablement.
Autrement vous pouvez employer la classe
Mail_mimePart,
qui vous donne un contrôle accru au sujet de création de MIME.
Mail_mimeDecode
fournit une API pour décoder les données MIME.
|
Mail_Mbox::_process
(Previous)
|
(Next) Mail_Mime - Example
|
|
|
Download Documentation
|
Last updated: Sun, 31 Aug 2008 |
|
Do you think that something on this page is wrong? Please file a bug report or add a note.
|
| User Notes: |
I'd like to point out, that there are quite a few more methods to the mime object than listed here. Among them such important helpers like
setSubject()
setFrom()
adBcc()
and so on. I'm not sure why they weren't put in the documentation, but you will find all of them in the api docs.
|
|