home *** CD-ROM | disk | FTP | other *** search
- MailEnclosure
- =============
-
- MailEnclusure was designed to allow me to ship files around the net. I don't
- always deal with NEXTSTEP users and in particular I have friends using MIME and
- MSMail. The goal of this app is not to replace Mail.app but to allow the user
- just to handle other types of mail enclosures.
-
- Currently the app only generates other enclosure types but future revs should
- parse them as well.
-
- Version 0.15: 4/15/94
- Modules are now dynamically loaded.
- Various Preferences
- Mail Files... Service menu entry.
- FileShelfView now shows file names a la Workspace
- Bug fixes
-
- Note Worthy:
- Directory/FileCollection
- A directory management class - loads all files in a directory an
- provides Borne type file matching to select subsets.
-
- ModuleMgr
- A class to manage dynamically loaded modules. Enforces category
- addherance. Searches path i.e. LocalLibrary:Library.
-
- Version 0.05: 3/25/94
- Supports outgoing enclosures only.
- Supports: ASCII, NeXTMail, Script, MIME,
- MSMail.
- Minimal Help.
- No Preferences.
-
- Note Worthy:
- Info.subproj
- A nice, clean and useful info panel subproject. Has version
- number and mail to maintainer support.
-
- StringStorage/Filename
- Clean simple string class and filename category.
-
- FileViewShelf
- Simple but nice implementation of a drag and drop file shelf.
-