We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to read an attachement, there are no bytes returned
var content []byte size, err := attachement.Data.Read(content) // size = 0
The email roughly looks like this:
Content-Type: multipart/mixed; boundary="000000000000f229a405f393ef1b" <!-- ... --> --000000000000f229a405f393ef1b Content-Type: multipart/alternative; boundary="000000000000f229a105f393ef19" --000000000000f229a105f393ef19 Content-Type: text/plain; charset="UTF-8" <!-- ... --> --000000000000f229a105f393ef19 Content-Type: text/html; charset="UTF-8" <!-- ... --> --000000000000f229a105f393ef19-- --000000000000f229a405f393ef1b Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document; name="bondsstaf 27_01_2023 JULIE.docx" Content-Disposition: attachment; filename="bondsstaf 27_01_2023 JULIE.docx" Content-Transfer-Encoding: base64 Content-ID: <f_ldkltcqk0> X-Attachment-Id: f_ldkltcqk0 <!-- attachement in base64 ... --> --000000000000f229a405f393ef1b--
The text was updated successfully, but these errors were encountered:
Try https://github.com/OfimaticSRL/parsemail
Sorry, something went wrong.
No branches or pull requests
When I try to read an attachement, there are no bytes returned
The email roughly looks like this:
The text was updated successfully, but these errors were encountered: