
  Main modules
  ------------

context           Context object (CTX).
debug             Debug module - debug logfile, memory leaks finding, e.t.c.
log               Logfiles.
control           Control protocol.
ctlpipe           Control protocol on pipe.
netserv           Generic network server.
  ctlproto        Control protocol on local sockets.
  pop3            POP3 protocol implementation.
  imap            IMAP protocol implementation.
    imapfs        "File system" for IMAP - user home objects, sessions.
      storage     Collect storage sizes information, file lists.
    cmdsearch     IMAP4 SEARCH command implementation.
    message       Message format reader, parser, other stuff around RFC 2822.
wcfg              Weasel configuration reader.
  inifiles        INI/TNI files reader.
piper             Weasel log pipe reader and redirector.
linkseq.h         Linked objects lists management.


  Other
  -----

.\rxsf            REXX API for local named sockets (rxsf.dll).
.\libgiconv       Generic iconv wraprer for different libraries: iconv2.dll,
                  kiconv.dll, iconv.dll or OS/2 Uni*() API (libgiconv.a).
.\doc             RFC documentation collection.
