v1.14
    - Content-disposition can be changed to attachment or inline.
    Example: -a "file.gif,image/gif,i". The default is attachment.
    -a "file.gif,image.gif,a" is same as a "file.gif,image/gif"
(Feb-06-2007)

    - Bcc was broken
    (Nov-03-2006)
v1.13
    - If no subject is specified with -sub, it'll be empty. Before
    the default subject was "hello!"
    (Jun-25-2006)

    - The flag -M was broken.  Thanks to Amnon S for reporting it.
    (Jun-25-2006)

    - For text attachments, Content-Disposition was always inline. Now it'll
    be attachment.  Thanks to Danny Casier.
    (May-21-2006)

v1.12
    - mailsend was not adding Date header. Some SMTP servers does not add it
    either. Now by default it'll add the Date header (make sure your clock
    is set properly). If you don't want mailsend to add Date header, use the
    flag +D. Thanks to Mr S J Hannan for the bug report.
    (May-20-2006)
v 1.11
    - Attachment seperator character is changed to a , from :. Because in
    Windows drive is specified with :. Thanks to Jeppe Teglgaard Mohr for
    pointing it out. Example:  -a "c:\file.gif,image/gif" 
    (Apr-23-2006)

    - The flag -m is back. This option can be used to attach a text or html
    file as a blody (inline). Example: -m "file.html,text/html". It is the
    caller's responsibily to make sure file type is correct. mailsend will
    not verify if the file is binary or text.
    (Apr-23-2006)

    - New flag -rrr to request read receipts. Suggested by marc hubaut.
      (May-14-2006)

    - New flag -rt to add Reply-To header.
      (May-14-2006)

v 1.10
   - If the attachment type was text/plain, <CR><LF> was not added after
     Content-Disposition line which caused attachment to be ignored by
    some mail readers. 
    Thanks to Andrs Ghigliazza for pointing it out.
    (Apr-02-2006)

    - added a new flag -cs to specify the character set for text/plain
    attachment. The default is us-ascii. But if you need some other
    type e.g. "ISO-8859-1", you can use this flag.
    Thanks to Andrs Ghigliazza for the suggestion.
    (Apr-02-2006)

    - For Cc or Bcc the flags must be at least -cc and -bc
    (Apr-02-2006)

v1.09
    - new flag -w to wait for Carriage Return after sending the mail.
    (Mar-29-2006)

v1.08
    - remove mailto: from To field. Now the program can be used 
    (if configured) as the external mailsender from web browsers
    when clicked on the mailto link.
    (Mar-26-2006);

v1.07
    - The flag -m is gone. Any kind of file can be attached with -a.

    - One line message can be attached at the top with -M along with
    other attachment. Thanks to Smeeta Jalan for the patch.

    - srand() was not called, so the MIME tag was always the same.
    (Mar-19-2006)

v1.06
    - The flag -y is gone. Now multiple attachments can be specified 
    with -a.  Example: -a file.txt:plain/text -a file.gif:image/gif 
                       -a file.jpg:image/jpeg
    - new flags +b, +c

    - when stdin is greater than BUFSIZ such that a "." is encountered in 
    the middle of a line at just the right point there was a bug that 
    would treat that as a "." at the beginning of the line and stop taking 
    input. Patch sent by Mike Yang.
    (Aug-20-2005)

    - qmail compatibily patch sent by Vinicio Montagnoli.
    (Aug-20-2005)

v1.05
    - ported to Unix.
    (Feb-24-2004)

v1.04
    - Added Content-Disposition: attachment; filename="xyz". So that the
    name of the attachment shows up in the mail.
    (Jul-09-2003)


