Skip to content

calmez/CCMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

CCMail

A concept mail client created in Squeak with Vivide

To install the Vivide tool scripts displaying the mail data do:

ViScriptArchive mergeAll.

To create a new archive backed by a Maildir do:

| myArchive |
myArchive := MailArchive archiveWithDataSource: MailArchiveDataSourceMaildir new.

To read the archive from disk do:

myArchive synchronize.

⚠️ Currently the Maildir will be expected to be in the same folder as your image under the name Maildir. This directory then can contain the Maildir boxes that should be read in.

⚠️ Nested Maildir boxes will currently not be read in.

About

A concept mail client created in Squeak with Vivide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published