James Titcumb
James Titcumb
@jacques what are the differences here in the 2.00 format please? Does it actually warrant a second class? Also missing tests for this new class :/

What version are you using please? If you're using `1.1.1`, please could you try with `1.1.0`?
@jmarcelocjr the "Banco do Brasil" OFX file issue you reported is a separate issue to the original Google OFX format reported by @ArakTaiRoth above. I've resolved that in #27 -...
Another nice example of "investment" format OFX reported in #37
Yeah I think I got that bit across, was mainly the implementation of the tests was a bit sparse (maybe my domain implementation was "perfect" hahahahahahah)
Another very similar example: https://psalm.dev/r/82a8ee14d5
What @EliW is suggesting sounds like something that should be possible - I'm not an expert in any of this by any means, but surely providing a directory of GPG...
It's caused by using LF `\n` instead of the expected CRLF `\r\n`. This can be made to work by forcing the result of `\Zend\Mail\Transport\Sendmail::isWindowsOs()` to return `true`. My suggestion as...
@akrabat see comment in the Sendmail class: ``` php // On *nix platforms, we need to replace \r\n with \n // sendmail is not an SMTP server, it is a...