Loïc Broquet
Loïc Broquet
You are right @andipabst, a license was indeed missing. I just added the Unlicense. Hope it's ok for the homebrew-core repository?
@andipabst don't hesitate to reopen if the license doesn't suit your need
Both attachments have the same filename in the original message. However they have different long filenames. Unfortunately it's the short filename that is used to temporarily store the image. I'll...
There is another issue that looks like a regression: the embedded image does not show up in the original msg Edit: maybe not a regression after all. I could reproduce...
Created another issue for the embedded image: https://github.com/lolo101/MsgViewer/issues/128
Several changes have to be done - in `MBoxWriterViaJavaMail` these lines are problematic ```java part.setFileName(MimeUtility.encodeText(fatt.toString(), "UTF-8", null)); part.attachFile(dumpAttachment(fatt).toFile()); ``` because `part.attachFile` invokes `part.setFileName` once again but with the filename returned...
@datsteves let me know if the last commit fixed all issues for you so I can make a new release
Hi @madjesti309 ! Could you please be more specific ? Do you mean you are working on creating a Debian package of MsgViewer ?
Hi and sorry for the late answer. I'm being quite busy those days :) I have no experience in building a deb package. However, I found this nice tutorial https://blog.knoldus.com/create-a-debian-package-using-dpkg-deb-tool/...
Hi @icibranc and many thanks to give MsgViewer a try :) Could you be a bit more specific about the issue ? I use OpenJdk myself and did not experienced...