[Checkins] [zopefoundation/Products.MIMETools] c043ee: Added README.txt

GitHub noreply at github.com
Mon Feb 25 23:08:19 UTC 2013


  Branch: refs/heads/zope2
  Home:   https://github.com/zopefoundation/Products.MIMETools
  Commit: c043ee79f031b63fdc167c3373f3b72246962dcc
      https://github.com/zopefoundation/Products.MIMETools/commit/c043ee79f031b63fdc167c3373f3b72246962dcc
  Author: Michel Pelletier <michel at svn.zope.org>
  Date:   1999-04-02 (Fri, 02 Apr 1999)

  Changed paths:
    A MIMETag.py
    A README.txt
    A __init__.py

  Log Message:
  -----------
  Added README.txt


  Commit: b583e9aa5d2097fce238d482195a82f403818905
      https://github.com/zopefoundation/Products.MIMETools/commit/b583e9aa5d2097fce238d482195a82f403818905
  Author: Michel Pelletier <michel at svn.zope.org>
  Date:   1999-04-07 (Wed, 07 Apr 1999)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  Added support for name attribute to tag


  Commit: dd87d82118ae321d16c4743c6a4a64d172348216
      https://github.com/zopefoundation/Products.MIMETools/commit/dd87d82118ae321d16c4743c6a4a64d172348216
  Author: Michel Pelletier <michel at svn.zope.org>
  Date:   1999-05-19 (Wed, 19 May 1999)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  Took out random print statement


  Commit: 8f08a1d0c4abf387d173999f3213637d1c24e59f
      https://github.com/zopefoundation/Products.MIMETools/commit/8f08a1d0c4abf387d173999f3213637d1c24e59f
  Author: Evan Simpson <evan at 4-am.com>
  Date:   2000-03-16 (Thu, 16 Mar 2000)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  Added optional 'multipart' argument to dtml-mime, to allow specifying 'alternative' or whatever instead of 'mixed'.


  Commit: 8bd77066cb7f528e6e7875aec21b010af5ae2757
      https://github.com/zopefoundation/Products.MIMETools/commit/8bd77066cb7f528e6e7875aec21b010af5ae2757
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2000-05-10 (Wed, 10 May 2000)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  Collector #892: allow expr syntax for type, disposition, encode, name, filename; add skip_expr


  Commit: d74966fa7a5c2c993cb7d32819d6f3218296d27c
      https://github.com/zopefoundation/Products.MIMETools/commit/d74966fa7a5c2c993cb7d32819d6f3218296d27c
  Author: Shane Hathaway <shane at hathawaymix.org>
  Date:   2001-04-27 (Fri, 27 Apr 2001)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  Merged RestrictedPythonBranch!


  Commit: 955a21c8058b73e00b590213391b159b7f8524a5
      https://github.com/zopefoundation/Products.MIMETools/commit/955a21c8058b73e00b590213391b159b7f8524a5
  Author: Andreas Jung <yet at gmx.de>
  Date:   2001-11-27 (Tue, 27 Nov 2001)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  forced creation of MIME-Version header


  Commit: 3022397e42e59595717b3246076950a26d03725a
      https://github.com/zopefoundation/Products.MIMETools/commit/3022397e42e59595717b3246076950a26d03725a
  Author: matt at zope.com <matt at svn.zope.org>
  Date:   2001-11-28 (Wed, 28 Nov 2001)

  Changed paths:
    M MIMETag.py
    M __init__.py

  Log Message:
  -----------
  License file update


  Commit: 182837dd0576cce386e6d5cc439fe77ad2652103
      https://github.com/zopefoundation/Products.MIMETools/commit/182837dd0576cce386e6d5cc439fe77ad2652103
  Author: Andreas Jung <yet at gmx.de>
  Date:   2002-03-11 (Mon, 11 Mar 2002)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  string module free zone


  Commit: 73b4fc2e1a56c76479497aa31d1687b1d5985d4f
      https://github.com/zopefoundation/Products.MIMETools/commit/73b4fc2e1a56c76479497aa31d1687b1d5985d4f
  Author: Martijn Pieters <mj at zopatista.co>
  Date:   2002-08-14 (Wed, 14 Aug 2002)

  Changed paths:
    M MIMETag.py
    M __init__.py

  Log Message:
  -----------
  Clean up indentation and trailing whitespace.


  Commit: af22143803889a3a55dd3c22e1432a8918fc2218
      https://github.com/zopefoundation/Products.MIMETools/commit/af22143803889a3a55dd3c22e1432a8918fc2218
  Author: Kiran Jonnalagadda <jace at pobox.com>
  Date:   2003-12-24 (Wed, 24 Dec 2003)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  Added cid and cid_expr fields for the Content-ID header. This is needed for embedding images in a HTML message. The programmer is responsible for the actual value of the Content-ID header; it is not autogenerated.


  Commit: 5671140234cc76105455111a99da3518ceb0f6cb
      https://github.com/zopefoundation/Products.MIMETools/commit/5671140234cc76105455111a99da3518ceb0f6cb
  Author: Kiran Jonnalagadda <jace at pobox.com>
  Date:   2003-12-29 (Mon, 29 Dec 2003)

  Changed paths:
    M MIMETag.py

  Log Message:
  -----------
  Added charset and charset_expr attributes. The charset header is inserted only for text/* content types and defaults to "us-ascii". The MIME spec says this header is optional, but Spam Assassin considers its absence a likely indicator of spam.


  Commit: d61ae7d9f3cd296982de41fffb0381d2b3dfc7f7
      https://github.com/zopefoundation/Products.MIMETools/commit/d61ae7d9f3cd296982de41fffb0381d2b3dfc7f7
  Author: root <root at svn.zope.org>
  Date:   2004-05-11 (Tue, 11 May 2004)

  Log Message:
  -----------
  Set mime-type or svn-eol property from cvs expansion data


  Commit: 7eb277ba8015ba36c42685a82011ed1302f9d106
      https://github.com/zopefoundation/Products.MIMETools/commit/7eb277ba8015ba36c42685a82011ed1302f9d106
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2004-05-16 (Sun, 16 May 2004)

  Changed paths:
    M MIMETag.py
    M __init__.py

  Log Message:
  -----------
  Tell subversion to expand the Id keyword:
  - replaced old CVS expansion with a clean $Id$
  - set the svn:keywords property to "Id"

When you check-in files in the future and want $Id$ to be expanded,
make sure it reads "$Id$" in that file; then set svn:keywords to "Id".

ZODB, ZEO, Persistence and similar packages were not modified since they
are really maintained elsewhere. Right now, we use a copy of them in our
Zope/Zope3 trees. We should go back to the module sharing (using
svn:externals).


  Commit: 478b174e52cb7117a72e12ead494309be891f57d
      https://github.com/zopefoundation/Products.MIMETools/commit/478b174e52cb7117a72e12ead494309be891f57d
  Author: Andreas Jung <yet at gmx.de>
  Date:   2005-11-18 (Fri, 18 Nov 2005)

  Changed paths:
    M MIMETag.py
    M __init__.py

  Log Message:
  -----------
  updated to ZPL 2.1 to be in sync with Zope 3


Compare: https://github.com/zopefoundation/Products.MIMETools/compare/c043ee79f031^...478b174e52cb


More information about the checkins mailing list