Annotation of win32/gnome/gmime-x.x.x/README, revision 1.1

1.1     ! paf         1:                             GMime, version 1.0.1
        !             2:                    by Jeffrey Stedfast <fejj@helixcode.com>
        !             3: 
        !             4: 
        !             5: WHAT IS GMIME
        !             6: -------------
        !             7: 
        !             8: GMime is a set of utilities for parsing and creating messages using
        !             9: the Multipurpose Internet Mail Extension (MIME) as defined by the
        !            10: following RFCs:
        !            11: 
        !            12:  * 0822: Standard for the Format of Arpa Internet Text Messages
        !            13:  * 1521: MIME (Multipurpose Internet Mail Extensions) Part One:
        !            14:          Mechanisms for Specifying and Describing the Format of 
        !            15:          Internet Message Bodies
        !            16:  * 2045: Multipurpose Internet Mail Extensions (MIME) Part One:
        !            17:          Format of Internet Message Bodies
        !            18:  * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two:
        !            19:          Media Types
        !            20:  * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three:
        !            21:          Message Header Extensions for Non-ASCII Text
        !            22:  * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four:
        !            23:          Registration Procedures
        !            24:  * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five:
        !            25:          Conformance Criteria and Examples
        !            26:  * 2183: Communicating Presentation Information in Internet Messages:
        !            27:          The Content-Disposition Header Field
        !            28:  * 2184: MIME Parameter Value and Encoded Word Extensions: Character
        !            29:          Sets, Languages, and Continuations
        !            30:  * 2231: MIME Parameter Value and Encoded Word Extensions: Character
        !            31:          Sets, Languages, and Continuations (Obsoletes rfc2184)
        !            32: 
        !            33: Other RFCs of interest:
        !            34: 
        !            35:  * 1847: Security Multiparts for MIME: Multipart/Signed and 
        !            36:          Multipart/Encrypted
        !            37:  * 1872: The MIME Multipart/Related Content-type
        !            38:  * 1927: Suggested Additional MIME Types for Associating Documents
        !            39:  * 2015: MIME Security with Pretty Good Privacy (PGP)
        !            40:  * 2311: S/MIME Version 2 Message Specification
        !            41:  * 2312: S/MIME Version 2 Certificate Handling
        !            42:  * 2387: The Multipart/Related Content-Type.
        !            43:  * 2424: Content Duration MIME Header Definition
        !            44:  * 2632: S/MIME Version 3 Certificate Handling
        !            45:  * 2633: S/MIME Version 3 Message Specification
        !            46:  * 2634: Enhanced Security Services for S/MIME
        !            47: 
        !            48: 
        !            49: LICENSE INFORMATION
        !            50: -------------------
        !            51: 
        !            52: The GMime library is Copyright (C) 2000,2002 Jeffrey Stedfast.
        !            53: 
        !            54: This library is free software; you can redistribute it and/or modify
        !            55: it under the terms of the GNU General Public License as published by
        !            56: the Free Software Foundation; either version 2 of the License, or
        !            57: (at your option) any later version.
        !            58: 
        !            59: This library is distributed in the hope that it will be useful,
        !            60: but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            61: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !            62: GNU General Public License for more details.
        !            63: 
        !            64: You should have received a copy of the GNU General Public License
        !            65: along with this library; if not, write to the Free Software
        !            66: Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
        !            67: 
        !            68: 
        !            69: HISTORY
        !            70: -------
        !            71: 
        !            72: As a developer and user of Electronic Mail clients, I had come to
        !            73: realize that the vast majority of E-Mail client solutions had
        !            74: less-than-satisfactory MIME implementations. More often than not these
        !            75: E-Mail clients created broken MIME messages and/or would incorrectly
        !            76: try to parse a MIME message thus subtracting from the full benefits
        !            77: that MIME was meant to provide. GMime is meant to address this issue
        !            78: by following the MIME specification as closely as possible while also
        !            79: providing programmers with an extremely easy to use application
        !            80: programming interface (API).
        !            81: 
        !            82: 
        !            83: OBTAINING GMIME
        !            84: ---------------
        !            85: 
        !            86: Sources to GMime may be obtained from:
        !            87:   http://spruce.sourceforge.net/gmime/sources/
        !            88: 
        !            89: Information regarding GMime may be obtained from the Spruce home page:
        !            90:   http://spruce.sourceforge.net/gmime/
        !            91: 
        !            92: Experimental CVS versions of GMime may be obtained by following the
        !            93: directions at cvs.gnome.org, module gmime.
        !            94: 
        !            95:   cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login
        !            96:   cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co gmime
        !            97: 
        !            98: 
        !            99: REQUIREMENTS
        !           100: ------------
        !           101: 
        !           102: For proper compilation and functionality of GMime, the following packages
        !           103: are REQUIRED:
        !           104: 
        !           105:   - Glib version 1.2.x
        !           106:     Glib provides a number of portability-enhancing functions and types.
        !           107:     Glib is included in most GMime-supported operating system
        !           108:     distributions.  Glib sources may be obtained from:
        !           109:       ftp://ftp.gtk.org/pub/gtk/v1.2
        !           110: 
        !           111: 
        !           112: DOCUMENTATION
        !           113: -------------
        !           114: 
        !           115: This is the README file for GMime.  Additional documentation related to
        !           116: development using GMime has been included within the source release
        !           117: of GMime.
        !           118: 
        !           119:   doc/                  Contains SGML and HTML versions of the GMime manual
        !           120: 
        !           121:   rfc/                  Contains text versions of the RFCs for the
        !           122:                         specifications GMime supports
        !           123: 
        !           124:   AUTHORS               List of primary authors (source code developers)
        !           125: 
        !           126:   COPYING               The GNU General Public License, version 2
        !           127: 
        !           128:   ChangeLog             Log of changes made to the source code
        !           129: 
        !           130:   INSTALL               In-depth installation instructions
        !           131: 
        !           132:   NEWS                  Release notes (Overview of changes)
        !           133: 
        !           134:   TODO                  Description of planned GMime development
        !           135: 
        !           136: 
        !           137: You can find online developer documentation at
        !           138: http://spruce.sourceforge.net/gmime/doc
        !           139: 
        !           140: 
        !           141: REPORTING BUGS
        !           142: --------------
        !           143: 
        !           144: Bugs may be reported to the GMime development team by sending email to:
        !           145: fejj@helixcode.com

E-mail: