Zymba Documentation
Mail.MultipartMessage
object @Mail.MultipartMessage(@Mail.Message) {
construct() {}
addPart(@Mail.Message $message): $this {}
attach(string $string, string $filename, string $type): object {}
attachFile(string $path, ?string $filename, string $type): object {}
clearParts(): $this {}
countParts(): int {}
getBoundary(): string {}
listParts(): object {}
removePart(@Mail.Message $message): $this {}
setBoundary(string $boundary): $this {}
}
Multipart mail message prototype.