/home/techb158/immovalet.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime
NameSizeModeActions
ContentEncoder/-0755rm
HeaderEncoder/-0755rm
Headers/-0755rm
Attachment.php35750644editdlrm
CharsetObserver.php5090644editdlrm
ContentEncoder.php9690644editdlrm
EmbeddedFile.php10540644editdlrm
EncodingObserver.php5160644editdlrm
Header.php19970644editdlrm
HeaderEncoder.php4880644editdlrm
IdGenerator.php10620644editdlrm
MimePart.php50620644editdlrm
SimpleHeaderFactory.php52970644editdlrm
SimpleHeaderSet.php103430644editdlrm
SimpleMessage.php164250644editdlrm
SimpleMimeEntity.php228210644editdlrm
Edit: /home/techb158/immovalet.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/IdGenerator.php (1062B)
idRight = $idRight; } /** * Returns the right-hand side of the "@" used in all generated IDs. * * @return string */ public function getIdRight() { return $this->idRight; } /** * Sets the right-hand side of the "@" to use in all generated IDs. * * @param string $idRight */ public function setIdRight($idRight) { $this->idRight = $idRight; } /** * @return string */ public function generateId() { // 32 hex values for the left part return bin2hex(random_bytes(16)).'@'.$this->idRight; } }