mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 10:38:15 +01:00
Doxygen
This commit is contained in:
@@ -22,20 +22,20 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/lib/CMailFile.class.php
|
||||
* \brief Fichier de la classe permettant d'envoyer des mail avec attachements
|
||||
* \version $Id$
|
||||
* \author Dan Potter.
|
||||
* \author Eric Seigne
|
||||
* \author Laurent Destailleur.
|
||||
*/
|
||||
* \file htdocs/lib/CMailFile.class.php
|
||||
* \brief Fichier de la classe permettant d'envoyer des mail avec attachements
|
||||
* \version $Id$
|
||||
* \author Dan Potter.
|
||||
* \author Eric Seigne
|
||||
* \author Laurent Destailleur.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \class CMailFile
|
||||
* \brief Classe d'envoi de mails et pieces jointes. Encapsule mail() avec d'eventuels attachements.
|
||||
* \remarks Usage: $mailfile = new CMailFile($subject,$sendto,$replyto,$message,$filepath,$mimetype,$filename,$cc,$ccc,$deliveryreceipt,$msgishtml,$errors_to);
|
||||
* \remarks $mailfile->sendfile();
|
||||
*/
|
||||
* \class CMailFile
|
||||
* \brief Classe d'envoi de mails et pieces jointes. Encapsule mail() avec d'eventuels attachements.
|
||||
* \remarks Usage: $mailfile = new CMailFile($subject,$sendto,$replyto,$message,$filepath,$mimetype,$filename,$cc,$ccc,$deliveryreceipt,$msgishtml,$errors_to);
|
||||
* \remarks $mailfile->sendfile();
|
||||
*/
|
||||
class CMailFile
|
||||
{
|
||||
var $subject;
|
||||
@@ -412,7 +412,7 @@ class CMailFile
|
||||
$out.= $this->eol;
|
||||
$out.= $encoded;
|
||||
$out.= $this->eol;
|
||||
// $out.= $this->eol;
|
||||
// $out.= $this->eol;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -501,7 +501,7 @@ class CMailFile
|
||||
\param format 0=Auto, 1=emails avec <>, 2=emails sans <>
|
||||
\return string Renvoi: Si format 1: '<john@doe.com>' ou 'John Doe <john@doe.com>'
|
||||
Si format 2: 'john@doe.com'
|
||||
*/
|
||||
*/
|
||||
function getValidAddress($adresses,$format)
|
||||
{
|
||||
global $conf;
|
||||
|
||||
Reference in New Issue
Block a user