2006-08-03 Martin Jindra  <gorila@dione.zcu.cz>
   * in.c
       fixed bug with getting email with appliaction/pgp-signed

   * out_message.c
             after OK sending message from jabber, send back presence about OK status


2006-03-06  Martin Jindra  <gorila@dione.zcu.cz>
    * General: Statistics stored in xml file

   	* out.c: subject replacer (+ config.xml)
	         Encoding quoted printable for subject
             support for - jabber:x:signed

    * in.c:  subject replacer (+ config.xml)
             support for - content-type=mixed/pgp-signed
                         - converting non mime PGP message to jabber:x:encrypted


2006-02-21  Martin Jindra  <gorila@dione.zcu.cz>
        * General: More c files
   	               New browse.xml and config.xml

   	* out.c:  support for - http://jabber.org/protocol/disco#info
                          - http://jabber.org/protocol/stats
                          - http://jabber.org/protocol/address
                          - vcard_temp
                          - jabber:iq:gateway
                          - jabber:iq:version
                          - jabber:iq:time
                          - jabber:x:encrypted
              don't procces packets are returning error 501
              error jabber packets if smtp layer failed
              user's port for relay smtp server (+ config.xml)

     * in.c: base64 and QP encode for mail subject
             support for - http://jabber.org/protocol/address
                         - multiline headers value
                         - PGP (mime and non mime)
                         - pasing attachment

    PGP note: If you want sent PGP message from smtp to jabber, the PGP message can be only Encrypt.
	          If you want send PGP message from jabber to smtp, then PGP message must be Encrypt and Signed. It isn't problem on jabber but in PGP/GPG tools, which are refuse decrypt only encrypted message.


2005-08-24  Martin Jindra  <gorila@dione.zcu.cz>
   	* in.c: Err 502 if RCPT contain email without <> and with spaces on left and right sides
   	        bad argument for RCPT TO: and MAIL FROM: commands

   	* out.c: don't procces packets are ignore
               support for presence packet

   	* in.c/out.c: Support for chat (must be initalized from jabber side)


2005-06-03  Martin Jindra  <gorila@dione.zcu.cz>
	* out.c: if message contain empty row, them MIO core cancel sending data
               new support for text, html and text/html messages

   	* in.c: bug with \0 char in message data


2002-08-02  Matthias Wimmer  <m@tthias.net>

	* in.c: Being more liberal in parsing line breaks in incoming messages

2002-07-28  Matthias Wimmer  <m@tthias.net>

	* smtp.h: PHASE_HEAD and PHASE_BODY are now both PHASE_DATA
		  smtps has new member to hold the raw received message
		  smtpi has new member to hold the path to the spam check script
		  new structure to hold mime context for incoming messages
	* smtp.c: Read the <spamcheck/> element in the config
	* in.c: incoming message is checked for spam by calling the spamcheck
		script.
		Changes in handling of message headers and body.
		Some internal functions to handle MIME on incoming messages
		are already present but unused at the moment.

2002-07-25  Matthias Wimmer  <m@tthias.net>

	* smtp.c: Added myself to copyright notice
	* out.c: Added some headers to outgoing SMTP messages
		 (especially declare used charset and add Date header)
	* out.c: fixed bug that LF-only line breaks could be send out
		 (that is not valid and breaks some MTAs)