mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
Qual: Normalize code
This commit is contained in:
@@ -775,10 +775,14 @@ class CMailFile
|
||||
return $_retVal;
|
||||
}
|
||||
|
||||
// This function has been modified as provided
|
||||
// by SirSir to allow multiline responses when
|
||||
// using SMTP Extensions.
|
||||
//
|
||||
/**
|
||||
* This function has been modified as provided
|
||||
* by SirSir to allow multiline responses when
|
||||
* using SMTP Extensions.
|
||||
* @param socket
|
||||
* @param response
|
||||
* @return boolean
|
||||
*/
|
||||
function server_parse($socket, $response)
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user