Short:        UUCP/NNTP/POP3/SMTP for UMS (V1.0)
Author:       stefanb@yello.ping.de (Stefan Becker)
Uploader:     stefanb yello ping de (Stefan Becker)
Type:         comm/ums
Version:      1.0
Replaces:     comm/ums/umsrfc0_12.lha
Requires:     OS 2.04 (V37) or better, UMS V11, AmiTCP V3.0 or better for TCP/IP
Architecture: m68k-amigaos
Kurz:         UUCP/NNTP/POP3/SMTP für UMS (V1.0)

     UMS (Universal Message System) is a database system  specialized  in
     the handling of mail and news messages. UMS RFC is a package for UMS
     which allows you to receive and send mail and news messages with the
     following protocols:

        - UUCP (Unix to Unix CoPy)
        - NNTP (Network News Transfer Protocol)
        - POP3 (Post Office Protocol V3)
        - SMTP (Simple Mail Transfer Protocol)

     Changes since UMS RFC 0.12:

        - New version scheme taken into use. Changes in the library
          interface should be less error-prone now.
        - Now all LFs are converted to CR-LF as required by the Message
          Formats format, except for unbatched UUCP mail messages or
          UUCP news messages. All tools convert CR-LF to LF before
          importing the messages.
        - SMTP extensions PIPELINING and 8BITMIME implemented.
        - NNTP extensions XOVER and LIST OVERVIEW.FMT implemented
          in the server. The clients now support the AUTHINFO USER/PASS
          authentication extension.
        - Implemented some support for TaylorUUCP in The UUCP tools.
        - Added new tool umsrfcwrite for importing RFC messages.
        - The variable muucp.dumbhost has been replaced with the
          variable uucp.envelope. This might require a change to your
          UMS configuration.
        - The variables uucp.debug, uucp.debugfile and uucp.filtercr
          have been removed.
        - RFC times is now converted to local time.
        - Several bug fixes.