I'm looking into using fs2-mail for a new feature at my organization. I'm trying to familiarize myself with the API, but the examples in the Readme don't seem to work. Has the API changed considerably since the Readme was updated?
Specifically looking at the Receiving emails section, I'm having trouble with:
clientTLS (I created a new SSLEngine to bypass this issue)
imap.client - client doesn't look to be a part of this package - am I missing something here?
I haven't looked into the Sending emails section deeply, but I did notice that at the very least the M in EMailHeader is capitalized, whereas it should be EmailHeader.
I'm looking into using fs2-mail for a new feature at my organization. I'm trying to familiarize myself with the API, but the examples in the Readme don't seem to work. Has the API changed considerably since the Readme was updated?
Specifically looking at the
Receiving emailssection, I'm having trouble with:clientTLS(I created a newSSLEngineto bypass this issue)imap.client-clientdoesn't look to be a part of this package - am I missing something here?I haven't looked into the
Sending emailssection deeply, but I did notice that at the very least theMinEMailHeaderis capitalized, whereas it should beEmailHeader.