Zaahid Bateson
Zaahid Bateson
That's good to know that's working out for you. It actually might work out for me too come to think of it -- fallback to UTF-8, and try iconv again......
Hi Meint, you're most welcome, and also thank you for the sponsorship :) Actually that was part of the original development... this might've been long enough ago for it to...
Yeah, I think that's the only way to go really -- change the default and make it configurable :+1:
Actually it looks like my memory's not *that* great after all, because I didn't remember that this is only done for a signed message :). When you call ``` $message->setAsMultipartSigned()...
Hi @postme -- I've put up a branch 'fix-170' that doesn't reorganize parts of a multipart/alternative when calling setAsMultipartSigned() if you want to give it a go. Thanks, Zaahid
Hi @lorenzo80 -- The 'headers' of the undelivered email are a separate 'email object', they're not part of the current one if that makes sense. It's an attached part that...
Hmmm, from what I can tell from my comments 'getByName' should return mail.yetiforce.com, and at first glance this looks like a bug. I'll have to investigate further, thanks for reporting.
Hi @miknaz -- For now, mail-mime-parser has very basic 'write' functionality, and unfortunately the users are left responsible for ensuring that proper encoding, etc... has been applied. In this case,...
@rskrzypczak -- what do you propose? Looks to me like getEmail needs to be string|null. Feel free to go through it and submit pull requests where you find inconsistencies.
Hi @Pantalaim0n -- For the most part we're relying on PHP's createFromFormat with either DateTime::RFC822 or DateTime::RFC2822 formats... actually looking into this, that seems redundant the formats are identical. For...