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

connection clearing when closing squeak #397

Closed christian-helms closed 3 years ago

christian-helms commented 3 years ago

As a user I don't want get an error message when I open the IMAP-Client after it has been closed due to a shutdown of Squeak. This is important to me since I don't want to pay attention to closing the IMAP-Client before I close Squeak.​

Acceptance criteria:​

laugengebaeck commented 3 years ago

Idea: Smalltalk addToShutDownList: self together with a shutDown: isGoingDown method for the ICFolderDialog should solve this (see Seaside documentation)