hpi-swa-teaching / IMAPClient

This project provides a library and tool set to access email through IMAP in the Squeak/Smalltalk environment. (SWT22-13)
MIT License
22 stars 3 forks source link

Cannot view image attachments #393

Closed LinqLover closed 2 years ago

LinqLover commented 3 years ago

Steps to reproduce:

  1. Click on an attachment in a message
  2. Choose "view this image attachment"

Expected result: The picture is opened in the image.

Actual result: DNU error for #viewBody in TextMessageLink>>#actOnClickFor:.

Notes

Looks like this could be an upstream bug in the Trunk. If you can confirm this, it should not be so complicated to contribute a fix back to the Trunk, see https://squeak.org/development_process/.

antonneubauer commented 2 years ago

images are openable since commit 5c93c4f - on branch us18-open-image-attachments, to be merched into develop