home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Mail / mailapp-utilities-2.1-MIHS / Source / TODO < prev    next >
Encoding:
Text File  |  1998-02-24  |  1.5 KB  |  59 lines

  1. TODO  mailapp-utilities 2.1  1997/02/24
  2.  
  3. * appnmail
  4.  
  5.   - make signal-safe.
  6.  
  7.   - timeout incorporate lock.
  8.  
  9.  
  10. * compactmail
  11.  
  12.   - make signal-safe.
  13.  
  14.   - safe compaction by copying instead of in-place, at least as an option.
  15.  
  16.   - detect and remove orphaned attachments.
  17.  
  18.   - find a way to preserve presence of EnhanceMail indexes.
  19.  
  20.  
  21. * Rhapsody port
  22.  
  23.   - create/update *.mbox/attrs.plist.  Needed?
  24.  
  25.     (example:
  26.     {
  27.         deletedCount = 1; 
  28.         deletedSize = 4952; 
  29.         totalCount = 5; 
  30.         totalSize = 12074; 
  31.         unreadCount = 1; 
  32.         viewerProps = {frame = "395 333 579 592 0 0 1280 1005 "; splitPos = 0.801603; }; 
  33.     }
  34.     )
  35.  
  36.   - investigate TOC incompatibilities.
  37.  
  38.     (Seems that Rhapsody format is now as follows:
  39.  
  40.       [struct message_index] header -- see mailtoc.h
  41.       [variable-length data:]
  42.       asciiz - From: (in NeXT encoding? Other encodings (Unicode) allowed?)
  43.       asciiz - Subject: (idem)
  44.       asciiz - attachment filename - no attachment if empty string.
  45.       long - attachment size.
  46.       long - unknown, always 0? (was attachment time_t in NEXTSTEP.)
  47.       long - priority?
  48.       long - message time_t (new in Rhapsody.)
  49.  
  50.      NeXTmail type flag is now `n' instead of `r'.
  51.      ASCII-mail type is now `\0' instead of ` '.
  52.      But MailViewer seems to grok old TOC formats for now.)
  53.  
  54.   - .lock uses DO portname instead of pid.  Consequences?
  55.  
  56.   - What does Message.framework/NSMailDelivery _do_ exactly?
  57.     (I assumed in MailProxy it delivers mail directly, without the possibility
  58.      of user intervention.)
  59.