Merak Mail Server For Windows (2003/2K/XP/NT/9x/ME) & Linux
Copyright (c) 1999-2006 IceWarp Ltd. All rights reserved.

Release Notes
-------------

[ Legend                     ]
[ + Added feature            ]
[ * Improved/changed feature ]
[ - Bug fixed                ]

8.5.0-7 [2006-08-02]
[*] 2006-08-02: SaveAccount - CryptData function properly used
[*] 2006-08-01: Migration core - Currently being migrated account vs. logon problem fixed, defaults to migration account
[*] 2006-08-01: Migration core - Both mode supported for bulk migration
[*] 2006-08-01: Migration core - License limit not checked any more
[*] 2006-07-28: SMTP - Mailing lists - Members only - Domain users - Proper domain check used, tested
[+] 2006-07-27: Config - Tarpitting notification save and load added, tested
[*] 2006-07-27: Tarpitting - Tarpit save and load file processed only on demand via service message, saves computing power
[*] 2006-07-27: Tarpitting - Tarpitting file loaded when service started, service saving tarpitted data resets the previous file, tested
[*] 2006-07-27: System - GetDomainTLD - Trailing non alphabetic characters removed - http://www.server.com. results in server.com, tested
[*] 2006-07-27: SMTP - Auto archive - Outgoing messages - Non local account messages are archived under _outgoing folder
[*] 2006-07-27: SMTP - HandleCopyMail - Dedupe collected messages check removed, function check present inside of the delivery function itself, tested
[*] 2006-07-26: Bayes - Index new messages, handling updated, db updated, tested
[*] 2006-07-25: SocketsClass - IPv6 support updated and fixed problems with binding when turned on
[*] 2006-07-25: Accounts - Password cipher applied only to "User" accounts, caused problems with other account types
[*] 2006-07-25: Bayes - Compact DB updated
[*] 2006-07-24: BayesianLibrary - spam.db items are not sorted any more, spam update scripts sort the database before publishing to the internet (old version compatibility) - tested
[*] 2006-07-24: BayesianLibrary - Tests for memory leaks, tests for multithread safe
[+] 2006-07-24: BayesianLibrary - Optimization, DBWord list converted to HashClass, tested, 10x faster
[*] 2006-07-24: BayesianLibrary - Optimization, PriorityList handling updated, a different ListClass used
[*] 2006-07-24: SMTP - Greylisting - Expired pending records do not get authorized, new check added
[*] 2006-07-23: FTP - LIST command updated
[*] 2006-07-21: Config - DB dialog - Backup connection display problem fixed

8.5.0-6 [2006-07-20]
[*] 2006-07-20: System - Phone Alias can contain these characters '0'..'9', '*', '+', '#', '-'
[*] 2006-07-20: SMTP - Special circumstances in MX delivery vs. relay server and reconnect feature possible loop problem fixed, tested
[*] 2006-07-19: System - CompareVersion function updated
[*] 2006-07-19: Domain rules - Domain rules filter always active
[*] 2006-07-19: SMTP - Auto archive of outgoing messages fixed
[*] 2006-07-18: FTP - LIST command behavior updated, "ls mask" support added, if parameter to ls is directory the content is returned else the files matching to the parameter are returned, tested, proper unix ls behavior
[*] 2006-07-18: API - Archive backup older variable problem fixed
[*] 2006-07-16: SMTP - Incoming copies vs. deliver email once problem fixed
[*] 2006-07-14: Setup - patch upgrade allowed if license expired
[*] 2006-07-13: Config - List server accounts created by API, displaying problem fixed

8.5.0-5 [2006-07-08]
[*] 2006-07-08: System - ExpireHashCollection class - MaxItems applied if not Expiration given, fixes Account and Domain cache growing memory problems, tested
[+] 2006-07-07: SMTP - Intrusion Prevention - Block RSET count new option implemented, every session RSET increases RSET counter, every successful message delivery decreses session RSET counter, tested
[+] 2006-07-07: Config - Intrusion Prevention - Block RSET count new option introduced, API updated, icewarpphp updated
[*] 2006-07-07: Config - Statistics Total updated
[*] 2006-07-07: PHP/Wizard properly compiled
[*] 2006-07-04: BW - Ends with condition problem with length fixed
[*] 2006-07-04: DB - Accounts storage - Authentication problem fixed (FTP access)
[*] 2006-07-04: System - Logging - Cache support fixed
[*] 2006-06-30: WebService - Title vs. special path updated
[*] 2006-06-30: System - POP Before SMTP - New last login time and last login IP for POP and IMAP authorization added, updated all functions, tested
[*] 2006-06-30: Config - Groups - BW enable/disable problem fixed

8.5.0-4 [2006-06-29]
[*] 2006-06-29: Config - License dialog - Users exceed - DB storage - All user's properties read, fixes correct exceed numbers, tested
[*] 2006-06-28: System - Auto archive - Sent messages archive applied to all messages (including local to local), moved to HandleUser method
[*] 2006-06-28: Config - Support for free version license added, DomainType disabled, tested
[*] 2006-06-27: Config - Use relay server if direct failed greyed out if relay server field blank
[*] 2006-06-27: System - DB Storage - Domain rename - Aliases table updated, fixes some problems
[*] 2006-06-26: System - DNSClass - one or more <character-string> for TXT records support added
[*] 2006-06-26: System - DomainKeys - Incorrect public key does not interrupt the session, tested
[*] 2006-06-26: SMTP - Delivery vs. reconnect / disconnect problem handling updated
[*] 2006-06-26: System - Load domains feature vs DB - If database returns no domains (connection problem or similar) local domains.cfg file is loaded, generally domains.cfg is always synchronized with domains in the database, tested, fixes a problem with unavailable database during service startup
[*] 2006-06-26: System - Accounts DB Cache - Authentication cache not set until authenticated
[+] 2006-06-23: IMAP - New API option - C_System_Services_IMAP_FileNameFlags implementation, synchronizes filename flags with IMAP index database, use only if required, will dramatically slowdown the IMAP server performance, tested, working with old webmail
[+] 2006-06-23: IMAP - New API option - C_System_Services_IMAP_FileNameFlags added, updated API and settings
[*] 2006-06-22: Config - Remote Connection - License export problem fixed
[*] 2006-06-19: IMAP - Remote accounts - Forward to - messages converted to temp/pop format before fowarding, fixes trailing bytes problems
[*] 2006-06-19: DNSClass - GetPTRRecord - Loops thru all responses and finds the PTR (12) response, tested, fixes all kinds of PTR functions

8.5.0-3 [2006-06-15]
[*] 2006-06-15: Config - Tarpitted IPs - Refresh button added
[*] 2006-06-15: IMAP - GETACL for shared folders problem fixed
[*] 2006-06-14: IMAP - FETCH message part cache implemented, tested
[*] 2006-06-14: Groupware - DROP tables problem fixed
[*] 2006-06-14: SpamAssassin - Reporting - some issues solved _TESTS_ _TESTSSCORES_, trimming added, tested
[+] 2006-06-14: DNSClass - DNS response code 00 (success) with 0 records for A RR considered as dns timeout and other dns servers will be queried, tested
[*] 2006-06-13: Groupware - Group public access rights vs. friends problem fixed, rights ORed, tested
[*] 2006-06-13: Strings - Mailbox has exceeded the limit support added
[*] 2006-06-13: Config - Session monitor - 23:30 and later session view problem fixed

8.5.0-2 [2006-06-12]
[*] 2006-06-12: Service IP binding - All addresses merged with special service IPs, tested
[*] 2006-06-12: Config - Blank user alias problem fixed
[*] 2006-06-12: IMAP - Temporary files created as temp/*.imap
[*] 2006-06-12: IMAP - \Junk flag index updated 0x100 reserved
[*] 2006-06-12: Config - ODBC account conversion - Exception violation fixed
[*] 2006-06-12: Webadmin updated
[*] 2006-06-12: System - GetDomainTLD working properly with . in URI, tested
[*] 2006-06-12: SMTP - Directory copies problem fixed
[*] 2006-06-12: Directory cache disable by default
[*] 2006-06-12: Directory cache - Expiration problem fixed

8.5.0-1 [2006-06-02]
[*] 2006-06-02: AntiSpam - Recipient 

8.5.0 [2006-05-29]
[!] 2006-05-29: Release date
[*] 2006-05-29: Manual updated
[*] 2006-05-29: Webadmin updated
[*] 2006-05-29: System - Default tarpitting values set to 5 and 30, spam score 10
[*] 2006-05-29: SMTP - DATA server handling - pipelining support added
[*] 2006-05-29: System Variables - - %%..Domain%% only final domain left, relay recipient handling
[+] 2006-05-29: SIP - SDP Proxy - NAT Traversal proper handling of local connections (L2L R2L), L2R, R2R remain the same
[+] 2006-05-29: SIP - Disable RTP Proxy new option added, API updated, implemented
[*] 2006-05-29: Config - Tarpit IPs dialog - LoadData forced, Refresh button removed
[*] 2006-05-28: Config - SIP - RTP port range updated
[!] 2006-05-28: Tarpitting - Renamed to Intrusion Prevention (Blocking)
[+] 2006-05-28: SMTP - Block DNSBL IP feature implemented
[+] 2006-05-28: Config - Security - Tarpitting renamed to Intrusion Prevention, new Block IP address that gets listed on DNSBL option added, API updated
[*] 2006-05-28: Webmail - new logo used
[*] 2006-05-28: Config - Advanced tab updated
[*] 2006-05-27: CalDAV - Versit RFC compliance tested with Evolution
[*] 2006-05-27: Webadmin updated - lots of changes
[+] 2006-05-26: System - VersitClass switched to RFC2245 and RFC2445 by default, quoted-encoding of items removed, string escaping (\,;CRLF) support added, tested with Lightning and Evolution, RFC compliant
[*] 2006-05-26: Config - Domain IP and Hostname - controls disabled if not enabled in global settings
[*] 2006-05-25: System - VersitClass - vCard 3.0 RFC 2245 support added
[*] 2006-05-25: Groupware - CalDAV - Mozilla Thunderbird - New versitclass changes tested, working 100%
[*] 2006-05-25: Linux - umask set to 0x002
[*] 2006-05-25: System - VersitClass - vCalendar 2.0 RFC2445 Support for escaped characters added (\n,\N,\\,\;...) - attribute values, item values containing no encoding, tested
[*] 2006-05-25: System - VersitClass - Folding lines processing updated, first character removed and the rest appended without spaces (2 spaces need to be present for a space to be preserved)
[*] 2006-05-25: Config - Domain DK - Tab change vs. reload problem fixed, tested
[*] 2006-05-23: IMAP - Remote accounts - fixed a problem with download messages and incorrect packet received, tested
[*] 2006-05-23: SMTP - rDNS tested
[*] 2006-05-23: Config - Account double click vs. domain - User statistics problem fixed, tested
[*] 2006-05-23: SIP - multiple items Via header line comma support added
[*] 2006-05-23: Config - no message bounce back, no message queue options hidden
[+] 2006-05-23: Config - SMTP - Advanced - rDNS received header support added
[+] 2006-05-23: SMTP - rDNS received header support added
[*] 2006-05-22: Config - AS and AV max threads, onchange event added
[*] 2006-05-21: System - Group alias detection - Previous group from groupware and IMAP removed, tested
[*] 2006-05-21: Config - DNS retry count hidden
[*] 2006-05-21: Config - Protocol response delay option hidden
[*] 2006-05-20: SIP - Calls - Not established call within 2 minutes timeout support added
[*] 2006-05-20: SIP - Calls processed even if disabled, if disabled logging will not be performed
[+] 2006-05-20: Config - Accounts - User groups tab - Rights column added
[+] 2006-05-19: Config - Groupware - CalDAV tab added
[*] 2006-05-19: Webadmin updated
[*] 2006-05-19: System - Public folders - Rights defined by the highest level node, tested
[*] 2006-05-19: IMAP - Public folders - subfolder match, check for substring and directory level added, fixes problems with group1 and group substring names and their rights
[+] 2006-05-19: Groupware - Support for reminder of recurrent events added, tested
[*] 2006-05-19: SIP - Gateway - NoRegister attribute - Is considered as registered
[*] 2006-05-19: Config - Folder browse dialog - Displays current folder
[*] 2006-05-19: Web - /accounts/ redirected to /admin/
[*] 2006-05-19: Config - Account type vs defaults problem fixed
[*] 2006-05-18: WebService - HTTP - multipart/form Mozilla problem fixed, tested
[+] 2006-05-18: WebService - HTTP request pipelining support added, tested with Mozilla and IE, no more subsequent GET requests
[*] 2006-05-18: Groupware - Possible loop fixed
[*] 2006-05-18: System - AccountClass - DeleteAccount - User properties preserved for later processing, tested, fixes problems with deleting accounts from groups and similar
[+] 2006-05-18: Config - Select Account Dialog - updated - If selecting domains only - the account list control used to display all domains, domain select box hidden, tested
[+] 2006-05-18: Config - Group - Default rights applied when adding manually a new item to the group, tested
[*] 2006-05-18: Groupware - SK holidays added
[*] 2006-05-17: Config - Tasks - Delete button support added
[*] 2006-05-17: Config - Web service - Edit file button removed
[+] 2006-05-17: CalDAV - Evolution testing, 100% working, solved session and cookie problem, working with Thunderbird Lightning, first CalDAV alpha version
[*] 2006-05-17: System - VersitClass - VCALENDAR embedded objects parsing problem fixed
[+] 2006-05-17: IMAP - Simultaneous mailbox access, FLAGS change detection and reported via FETCH, merged EXPUNGE and FETCH change list mechanism, tested
[*] 2006-05-17: IMAP - Tested public folders with user groups, working
[*] 2006-05-17: Config - GW public folders - Mebers dialog - parent domain used for members management
[*] 2006-05-17: System - Group and member groups, management updated, tested
[*] 2006-05-17: IM - Server2Server communication - EventClass - Timeout check removed, not working anyway
[*] 2006-05-16: Linux - Evolution 2.6 CalDAV debugging
[*] 2006-05-16: CalDAV - Development
[+] 2006-05-16: Groupware Outlook Connector - Final changes, public folder auto signup, public folders subscribe/unsubscribe, tests
[*] 2006-05-15: Linux - Evolution compiling
[*] 2006-05-15: Config - FTP Site - Default passive port range filled
[+] 2006-05-15: Groupware - Event table - New field EvnColor support added, upgrade functions updated
[+] 2006-05-15: Groupware - Event Status - 2 new flags added - FREE, OUTOFOFFICE, updated calendar.xml
[+] 2006-05-15: Distributed domains - Port preserved - you can use port specification in the domain field
[-] 2006-05-15: Config - RenameDomain problem with hash indices fixed, tested
[+] 2006-05-15: System - DeleteDomain, RenameDomain - support for group members added, tested
[+] 2006-05-15: System - UserGroups - AddGroupMember, RemoveGroupMember - support for search string patterns and domain handling added
[+] 2006-05-14: Config - Tab change - Auto focus applied - selects the correct HelpID, tested
[+] 2006-05-14: System - Groups vs. accounts integration complete
[*] 2006-05-14: System - Groups - account management of subgroups support added (SaveAccount, DeleteAccount)
[*] 2006-05-14: System - Delete account - Multiple domain groups support added, tested
[*] 2006-05-14: System - Multiple domain members group support tested
[*] 2006-05-14: Config - IMAP Rules - Default delivery mailbox - Hidden - Use rules instead
[+] 2006-05-14: IMAP - ACL processing updated - removed old rights system, ACL used only, tested groups integration
[*] 2006-05-14: IMAP - SetACL - Editing an existing item problem fixed
[*] 2006-05-13: CalDAV - Lightning debugging - Tasks got working, Delete got working, updated several bugs in calDavCalendar.js, tested
[*] 2006-05-13: System - GetZoneTime - properly formatted - 60 minutes used as units, tested, fixes Versit UTC format
[*] 2006-05-13: Funambol - Briefcase/Files synchronization - Server2Client replace - FILEServer2Client.cpp - body from NewItems() placed for Files items, fixes replace from server, tested
[+] 2006-05-13: SMTP - Tarpit if spam score exceeds - Implemented
[+] 2006-05-13: Config - Security - Tarpitting - Tarpit messages with spam score added, API updated
[+] 2006-05-13: DBClass - SQLite got working with accounts/domains storage, fixed integer handling, tested
[*] 2006-05-13: Config - Users - Options - Send only to local domains put back
[*] 2006-05-13: Setup - WEBADMINLOGON - links to /admin/ URL
[*] 2006-05-12: Funambol - Compiling and linking, we are in the full of control of the whole project now, any bug can be fixed by us, tested
[*] 2006-05-12: CalDAV - Debugging Mozilla Sunbird and Mozilla Lightning, discovered several bugs, reported to Mozilla bugs
[*] 2006-05-12: Webservice - HTTP request - METHOD handling updated, if not content-length given no body requested at all, fixes problem with WebDAV DELETE, tested
[*] 2006-05-12: Webservice - HTTP request - Pipelining enhanced, tested
[*] 2006-05-12: Groupware - VCalendar - PERCENT-COMPLETE used
[*] 2006-05-12: Jabbin - New jingle version tests performed on Linux, working
[*] 2006-05-12: Funambol - Compiling and linking, debugging briefcase support, all working except file replace on the device
[*] 2006-05-11: Config - Groups - Members loaded only if not editing members already (Members Changed property active), tested
[+] 2006-05-11: User Groups - Support for members from multiple domains added
[*] 2006-05-11: System - SaveAccount - Alias change detection applied to all account types (not only users)
[*] 2006-05-11: Config - BW and IMAP rules - Whole word read flag problem fixed
[*] 2006-05-11: Config - CF - Extract attachments - Folder dialog tag function problem fixed
[+] 2006-05-11: BW engine - Whole word match support added, examples updated
[+] 2006-05-11: Config - IMAP rules - Whole word match support added
[+] 2006-05-11: Config - BW - Whole word match support added
[*] 2006-05-11: Antispam - Trash flag behavior updated, if message to be trashed and contains multiple recipients, recipients without any attributes will have the recipient trash flag set, global trash flag not set in such case, fixes user/domain bw whitelisting vs. antispam trash action
[*] 2006-05-11: Config - Mailbox type change detection removed - Internally handled via the change below
[+] 2006-05-11: System - SaveAccount method - Checks for mailbox type changes and automatically converts all messages POP <-> IMAP, reflects changes via API, GUI and all save accounts, tested
[+] 2006-05-11: System - SaveAccount method - Checks for alias changes and updates all groups the user belongs to accordingly, reflects changes via API, GUI and all save accounts, tested
[*] 2006-05-11: System - Variables processing - Variable commands processing updated, fixes %%Copy ...%% issues and others, tested
[*] 2006-05-10: SyncML - Funambol testing latest beta 3.0.16b, Notes problem has been fixed, all funambol syncml functions working properly
[*] 2006-05-10: Config - Members - Multi select edit - Email contains the list of addresses (just information purposes)
[*] 2006-05-10: Config - Global Settings - Welcome messages - Function execution remapped
[*] 2006-05-10: Config - Groups - Default rights moved to Public Folder section
[*] 2006-05-10: System - Default message size tarpitting period set to 240
[*] 2006-05-10: Config - Statistics - Tarpitting percentage put back, percentage calculated to number of server connections, tested
[*] 2006-05-10: Config - Services - Restart and RestartAll function calls swapped, fixed, tested
[*] 2006-05-10: API - CheckConfig method updated - Init first called with local path and then with registry/environment path, tested
[*] 2006-05-10: System - ExtractDomainAlias function - Domain name always processed case insensitive
[*] 2006-05-10: Config - Content Filter - Extract attachments dialog - Browse for folder support added
[*] 2006-05-10: Control - W3C Date header - format yyyy-mm-dd
[*] 2006-05-09: Config - Accounts - HelpIDs fixed and updated
[+] 2006-05-06: DBClass - SQLite support added, integrated
[+] 2006-05-05: DBClass wrapper created, the class can be used with any database driver (odbc, mysql, sqlite)
[*] 2006-05-05: SQLite3 class development - Finished, tests, optimized for memory leaks, moveby implemented
[+] 2006-05-04: Config - IMAP Public Folders - ACL - Multi select support added
[+] 2006-05-04: Public folders - Completed, tests
[+] 2006-05-04: System - Group - Public folders - Integrated with IMAP Public Folders, folders automatically created in groupware and IMAP, tested
[+] 2006-05-02: Config - Shared Folders - Moved to global accounts - IMAP Public Folders, updated
[+] 2006-05-02: IMAP - Shared class created, simplified
[+] 2006-05-02: AntiSpam - Integrated SpamAssassin with internal spam hits value, both values added, reports updated
[*] 2006-05-02: db - DBConnection and DBQuery classes updated to support ODBC and MySQL without class inheritance, tested, new DBDriver property introduced
[*] 2006-04-27: Config - DB - Prior to any DB action all services are notified to release all DB connections, tested
[+] 2006-04-27: Config - Group - Public folder name added, API updated (G_Desc and G_Name added)
[+] 2006-04-27: SIP - Gateway register - User-Agent header support added, fixed problems with some registrar servers requiring User-Agent header, tested with Broadvoice
[+] 2006-04-26: MIMEClass - ExpandRelativePath - Complete support added, tested
[+] 2006-04-26: Linux - mysql - support for BLOB and text fields added, fixed problem with groupware notes, tested
[*] 2006-04-26: Config - Group - Public folder section created, updated
[*] 2006-04-26: System - New user account - defaults to POP3/IMAP account type
[*] 2006-04-26: Config - Groupware - Global accounts renamed to Public folders, New public folder - Folder name checked if blank - email address used, tested
[*] 2006-04-26: Config - Remote connection - Groupware ODBC settings problem fixed
[*] 2006-04-26: DB Cache - Account authentication cache expiration problem fixed
[*] 2006-04-26: Config - Statistics - Tarpitting not included in the Total Filters percentage, tarpitting might result in higher numbers than messages received
[*] 2006-04-26: AntiSpam - Content Hash - New spam reason created "Hash"
[+] 2006-04-26: API - GetSessions - History boolean argument added, XML output updated - duration, start, status, server new tags added (removed time), tested, icewarpphp updated
[*] 2006-04-26: SIP - Gateway - New option NOREGISTER added, disables gateway registration, some providers do not require SIP registration and work on IP basis only, tested
[*] 2006-04-26: SIP - Gateway - Contact generated only if XML field blank, some SIP gateways require a specific Contact to work with (Venus), tested
[*] 2006-04-25: Manual updated
[*] 2006-04-25: Setup - UpgradeTasks - ReleaseDB initiated, all DBs released, tested
[*] 2006-04-25: DB - All services - new message listener - ReleaseDB added, update DB functios extended
[*] 2006-04-24: SyncML - Funambol 3.0.15 debugging - tracked a \\ notes.dat problem, reported
[*] 2006-04-24: Instant messaging - Module restrictions to unlimited number of users license removed, any license can use modules now
[+] 2006-04-24: User groups - Complete integration finished
[*] 2006-04-24: System - Groups - Members update - Groupware updated, tested
[+] 2006-04-24: System - Account deletion - Account type User: if group member - member removed from groups, groupware gets updated, tested
[*] 2006-04-24: System - Account loop - Added SQL statements where possible, limited retrieval used
[+] 2006-04-24: System - Account deletion - Account type Group: if groupware integrated - group gets removed from groupware, groupware members file deleted
[+] 2006-04-24: Config - Groups - Header/Footer support added
[*] 2006-04-24: Config - Groups - Members - Redundancy check added, tested
[*] 2006-04-24: Config - Users - Groups - Redundancy check added, tested
[+] 2006-04-24: B&W List - When finished BW processing - all recipient attributes are checked if contain the same action, if yes a global action is inherited, fixes domain BW and other issues, tested
[*] 2006-04-24: System - Account alias - mail and phone, first alias always mail alias, others are checked for phone number or mail aliases, tested
[*] 2006-04-24: HTTP - Dir listing - If default host blank then mail server hostname used
[*] 2006-04-24: Config - Services - Restart all - Enabled
[*] 2006-04-24: POP3/IMAP - Remote accounts - Recipient/Domain BW handling fixed, tested
[*] 2006-04-24: SMTP - ETRN account - Remote address handling fixed
[*] 2006-04-24: API - On library load - auto settings initialization removed, initialized upon COM object creation or call specifically Init, tested
[+] 2006-04-24: System - User groups - [Domain] group internally supported as a user group, tested, fixes IMAP shared folders and domain restriction
[+] 2006-04-24: Config - Professional mode memory cache size edit hidden
[+] 2006-04-24: IMAP - Shared folders - Proper support for shared subfolder added, share folder can contain pathdelimiter: INBOX/Shared, tested
[*] 2006-04-24: HTTP - Range and resume HTTP 1.1 support tested with wget and other tools
[*] 2006-04-21: RCP - Start/Restart services command updated, for proper handling latest version required
[*] 2006-04-21: Groupware - Logs display IP where possible
[*] 2006-04-21: HTTP - Content-Range: bytes SP used, updated handling, = replaced with SP as in RFC HTTP/1.1, ETag support implemented (If-Match, If-None-Match), tested
[*] 2006-04-21: System - RFC822 date time management class updated, tested
[*] 2006-04-21: HTTP - Date header field, day number padded to 2 digits
[*] 2006-04-21: System - GetLogRecords - updated - Session matching - IP and SYSTEM both supported, tested, finds all sessions
[*] 2006-04-21: Config - Sessions - Display button fixed
[*] 2006-04-20: Config - Sessions - Filters active permanently, substring match active, Enter key press reload forced, tested
[*] 2006-04-20: SIP - Gateway ContactID - user . server @ primarydomain construction, tested
[+] 2006-04-20: Services - Outgoing connections - bind IP address handling updated, always uses global service bind address if not used OutgoingBinding option, tested, SMTP vs. outgoing domain IP - always applied if enabled
[*] 2006-04-20: Setup - webmail - users.dat removed
[*] 2006-04-20: System - Backup - Antispam rules included
[*] 2006-04-20: System - CreateMailboxPath - updated to remove trailing dot in mailboxpath (replaced with underscore), tested
[+] 2006-04-20: Config - Sessions - Reorganized
[*] 2006-04-20: Config - Antispam - Content hash renamed to Content indexing
[*] 2006-04-20: AntiSpam - Content hash - Score calculation updated
[+] 2006-04-19: Config - Sessions - Filter for source and status added, tested
[*] 2006-04-19: Sessions - IMAP - SessionStatus implemented - server and client
[*] 2006-04-19: Sessions - POP3 - SessionStatus implemented - server and client
[*] 2006-04-19: Sessions - SMTP - SessionStatus implemented - server and client
[*] 2006-04-19: System - info.xml - Reference key prefix loaded internally when settings loaded, tested
[*] 2006-04-19: Config - SIP gateway list - User and Active columns added
[*] 2006-04-19: SIP service - Gateway contact generated automatically
[*] 2006-04-18: FTP service - Sessions processing updated, session history support added, tested
[*] 2006-04-18: Config - Sessions - Status icons support added
[*] 2006-04-18: System - Disable sessions history - internal variable implemented, API updated
[+] 2006-04-18: Config - New sessions history implemented, merged Active and History tabs, new drop down and filters, tested
[+] 2006-04-18: Sessions - History core engine created, statistics support added, remote connection protocol RCP updated
[+] 2006-04-18: Config - Session history - Filter added - Active, IP, Value items, tested
[*] 2006-04-18: SyncML - Tested latest Funambol 3.0.15 - discovered 2 bugs, reported (Notes and Files synchronization not working properly)
[+] 2006-04-18: Config - Mail service - Sections and tabs reorganized
[+] 2006-04-18: Antispam - New Content hash feature implemented, tested, number of recipients considered, blank from and subject ignored, auto delete of expired records added
[+] 2006-04-18: Config - Antispam - New Content hash feature added, antispam library updated
[*] 2006-04-18: Groupware - Slow sync - Contacts - Class not checked (some records do not have the "C" class set)
[*] 2006-04-16: AntiSpam - Auto add challenge response - blank senders messages do not get added, tested
[*] 2006-04-16: Config - Content header dialog - Match case and match whole word only labels used
[*] 2006-04-15: Webadmin updated
[*] 2006-04-15: Config - Groupware - Global accounts - Management link fixed
[+] 2006-04-15: Config - Group - Members - add - Auto select account dialog (applied only to groups and groupware), tested
[*] 2006-04-15: Webservice - Successfully analyzed with web log analyzer AWStats (open source analyzer)
[+] 2006-04-14: Sessions - Client session reporting support added, SMTP, POP3, IMAP support added, tested
[+] 2006-04-14: System - Domain folder path implemented, new accounts - mailbox path contains the domain folder path if present, tested, API, GUI and services
[+] 2006-04-14: Config - Domains - New Folder option added
[+] 2006-04-14: Config - Session history - Double click - Logs view support added - Uses Status logs feature, filter applied, tested
[*] 2006-04-14: System - GetLogRecords - Filter parameter added
[*] 2006-04-14: Config - Logs - Parsing log files - new date time format supported
[*] 2006-04-14: Config - Sessions - Refresh - history cache kept, Service changed - history updated, session history multi delete support added
[*] 2006-04-14: System - Logging - Antivirus and Antispam, IP address added where possible
[*] 2006-04-14: BW - Domain/User BW Reject action handling completely updated, if sole recipient item rejected, it multiple recipients item deleted
[*] 2006-04-14: System - New domain variable - StoragePath added, db.dll updated - new domain field added, API updated, setup upgrade procedures added
[*] 2006-04-14: Config - SyncML - config XML new format used
[*] 2006-04-14: Config - Global Accounts XP buttons anchoring updated
[*] 2006-04-14: Groupware - SIF - Multiple same emails not returned, cache used
[*] 2006-04-14: Groupware - SIF vs. Versit Contacts - Phone handling updated, all phone types supported, tested
[-] 2006-04-14: Config - Edit dialog - OnChange implemented, fixes change detection problems
[+] 2006-04-13: Config - FTP Service - Sync host tab removed, put to FTP Service - 2nd tab, tested
[*] 2006-04-13: FTP Service - SYNC options loading - Made global - not part of the host, previous version supported, loads sync roots from service and from the root node, tested
[*] 2006-04-13: XMLClass - Attributes enclosed in double quotes instead of single quotes, tested
[+] 2006-04-13: SyncML - File synchronization vs. Groupware file sharing support added, testing
[+] 2006-04-13: Groupware - AddVCalendar, GetVCalendar, support for OMA DS File 1.2 type application/vnd.omads-file+xml added
[+] 2006-04-13: System - Account maintenance logging support added, /logs/maintenance/, tested, remote connections, user reported only if remote connection, delete logs older than applied
[+] 2006-04-13: Config - Accounts - Logs - new section created, Account maintenance added, API updated
[*] 2006-04-13: System - Bypass system extended, supports record prefixes (s:, r:, a:, (sender, recipient, a record)), tested, compatibility preserved, tested, examples updated
[+] 2006-04-13: SMTP - Tarpitting - Max msg size implemented, automatically closes the connection regardles the global tarpitting option, required to work properly, tested
[*] 2006-04-13: System - Tarpitting updated - Records contain the time when the item expires, not the timestamp of creation, Config updated
[+] 2006-04-13: API - New tarpitting variables added
[+] 2006-04-13: Config - Tarpitting - Message size - New section and feature introduced
[+] 2006-04-13: Config - Tarpitting - Tarpitted IPs dialog used instead of embedded window, tested, new button added
[*] 2006-04-13: Web service and FTP service - SendFile statistics handling updated, reports correct numbers
[*] 2006-04-13: AntiSpam - NonUserAccount - handling updated, fixes administrator aliases and other issues
[*] 2006-04-13: StringClass - FillStr and FillStrBehind - Strip disable support added
[+] 2006-04-13: Config - Content Filter - Select account dialog - Domains support added
[*] 2006-04-13: System - Thread logs - always min. 4 characters padding added, tested
[*] 2006-04-12: Server traffic test - IMAP functionality updated and fixed few problems
[*] 2006-04-12: Webservice - All HTTP modules - Non GET methods DATA supported, tested
[*] 2006-04-12: IMAP - UIDVALIDITY - For every new flags.dat file new UIDVALIDITY with current timestamp created, tested
[*] 2006-04-12: IMAP - FETCH - Message set - Reverse order supported, reverse order with * supported: 1:*, *:1, 1:5, 5:1, tested
[*] 2006-04-12: Webadmin updated
[+] 2006-04-11: Config - Content Filters - String condition dialog updated
[+] 2006-04-11: Config - Content Filters - Select account button added for To, Cc, Bcc, From, ReplyTo, Sender, Recipient, tested
[*] 2006-04-11: Webservice - ISAPI - ActiveState Perl 5.8.8 got working - PERL system variables need to be set to load the modules and libraries properly, tested
[*] 2006-04-11: Webservice - ISAPI - Error not returned unless there was no data sent from the module, tested
[*] 2006-04-11: Webservice - ActiveState Perl 5.8.8 CGI got working - .pl: perl "%s" usage, tested, support for %s in the CGI command line added
[*] 2006-04-11: Webadmin updated
[*] 2006-04-11: Control - W3C logging - Referer and UserAgent "" used for blank values too: "-", proper handling, tested
[*] 2006-04-11: Groupware - Internal folder Where condition () problem fixed, tested
[*] 2006-04-11: Config - Remote Connection - Domain list loading - Immediately when connected - Domain list loaded, fixes few dependency problems
[*] 2006-04-11: Config - Services - Restart All button - put back
[*] 2006-04-10: System - AccountManagemet class - Account functions - Domain parameter passed as string, remote connection protocol updated, tested
[*] 2006-04-10: System - AccountManagemet class - All function names updated
[*] 2006-04-10: FTP - Data connection - ServerSocket used
[*] 2006-04-10: FTP - AUTH SSL - Defaults to PROT P as in RFC
[*] 2006-04-10: FTP - PASV port usage updated
[*] 2006-04-10: System - Logs - IP padding put back, Thread hex padding put back, tested, exceeding items do not get padded
[*] 2006-04-10: System - Logs - ODBC logging - Time format used: Scientific
[*] 2006-04-10: System - Logs - Default time format - Time used
[+] 2006-04-10: System - Content Filters - Bcc handling updated, uses recipients string
[+] 2006-04-10: Config - Mailing List and List Server - Owner - Account select dialog added
[*] 2006-04-10: Config - Retry with ESMTP - Removed from GUI, available via API
[*] 2006-04-10: FTP - CLNT - Support added
[*] 2006-04-10: FTP - SYST - Unix support added
[*] 2006-04-10: Groupware - AddvCalendar - support for "text/plain" type, results in managing note items containing the Body part only, required for SonyEricsson K750i+W800i to synchronize notes
[*] 2006-04-10: Localization engine - encoding="UTF-8" added, tested
[*] 2006-04-09: Control - SNMP and Daytime server ports used always default ports, fixed and uses the ports from settings
[*] 2006-04-09: AntiSpam - Proxy support updated
[*] 2006-04-09: ISAPI Server - Large size data handling support added, ERROR_INSUFFICIENT_BUFFER used, tested
[*] 2006-04-09: API - StatisticsObject - IsRunning - support for LDAP added, FTP updated so it reflects the FTPEnabled option, tested
[*] 2006-04-09: Config - SMTP Other - Search for alias in other local domains - removed from GUI - still available via API
[+] 2006-04-08: SyncML - Complete and finished
[*] 2006-04-08: Config - SyncML XML save/load - A possible problem fixed, tested
[+] 2006-04-08: API - StatisticsObject - GetSessions new method added - Returns XML with all sessions of the given service, tested, IceWarpPHP updated, PHP statistics.php updated
[*] 2006-04-08: System - SocketClass - SendFile - FILE_SHARE_WRITE flag added, tested, FTP sends files open for writing by other processes
[*] 2006-04-07: Webadmin updated
[*] 2006-04-07: Groupware - SIF manipulation in plain XML - SyncML updated to decode SIF if base64 encoded, tested with latest funambol clients
[*] 2006-04-07: Funambol - Submitted few bugs and solving them
[*] 2006-04-06: Config - Enable external delivery from localhost, Deliver all messages externally, Enable SMTP LF.LF message ending removed from GUI, still available via API
[*] 2006-04-06: Manual updated
[*] 2006-04-06: Funambol - Debugging - Compilation successful and testing in WM5 SDK environment
[*] 2006-04-06: Webadmin updated
[*] 2006-04-06: FTP - Group user login - inherits the group properties, tested
[*] 2006-04-06: FTP - Path handling updated, fixed a possible problem with missing last pathdelim, tested
[*] 2006-04-06: Groupware - SyncML - SIF response - XML base64 unencoded, working with Funambol, tested
[*] 2006-04-06: Groupware - Versit object management (Add/Edit), if not versit, an error is returned, tested
[*] 2006-04-06: Groupware - SIF detection updated, supports non base64 format
[*] 2006-04-06: FTP Service - W3C header updated to time c-ip cs-method cs-uri-stem sc-status
[*] 2006-04-06: Web Service - W3C header updated to c-ip cs-username date time cs-method cs-uri-stem cs-version sc-status bytes cs(Referer) cs(User-Agent)
[*] 2006-04-06: Funambol - Notes CDATA tag investigated, updated to work with the latest beta, server accepts the old SIF XML, server sends new CDATA format, tested
[*] 2006-04-06: Funambol - Notes CDATA tag investigated, updated to work with the latest beta, server accepts the old SIF XML, server sends new CDATA format, tested
[*] 2006-04-06: Log file analyzer - Updated to support new log time format
[*] 2006-04-06: Funambol - Client libraries debugging
[+] 2006-04-06: API - Updated, added U_EmailAlias and U_PhoneAlias, tested
[+] 2006-04-06: Config - User - Phone control added, internally alias consists of email alias and phone alias, tested
[*] 2006-04-06: Account - GetAliasComponents method added (EmailAlias, PhoneAlias)
[*] 2006-04-05: SMTP - Session variable IsNonUserRecipient reset, caused one bypassed message to bypass all session subsequent messages, tested
[*] 2006-04-05: String class - new method CPos created
[*] 2006-04-05: FTP - Relative path vs. directory aliases problem fixed, CDUP and others, tested
[+] 2006-04-05: System - Logs - new ServiceLogTimeFormat variable added sltfRFC822, sltfScientific (yyyy-mm-dd hh:nn:ss), sltfTime (hh:nn:ss), default sltRFC822, API updated, implemented, tested
[*] 2006-04-05: System - Logs - Thread ID does not have the leading 0 filled any more, example: [3AC]
[+] 2006-04-05: Groupware - SyncML finished
[+] 2006-04-05: Config - SIP rules - Save and load button added, tested
[+] 2006-04-05: Config - SIP gateways - Save and load button added, tested
[*] 2006-04-05: SIP - Gateways and rules autoload support added, uses the AutoCheckConfig option to be active
[*] 2006-04-05: System - Sessions - ThreadID attribute removed, kept only ID
[*] 2006-04-05: Groupware - SyncML - Note body problem fixed, tested
[*] 2006-04-05: WebService - Virtual host debug logging support added - new XML LOGGINGDEBUG variable added, tested
[*] 2006-04-05: System - Logs - IP/Who is not separated with static length of spaces, only one space used
[*] 2006-04-05: SIP - Debug logs - logs/sip/"yyyymmdd".log by default if not set via API otherwise
[*] 2006-04-05: Groupware - AddvCard - Multiple phones with no address specified problem solved, a dummy address/location added and phones set, tested
[*] 2006-04-05: Groupware - Versit - Default class set to Confidential
[*] 2006-04-05: FPC - 2.0.2 cross compiling environment for FreeBSD, freebsd snapshot
[*] 2006-04-05: Groupware - SyncML debugging
[*] 2006-04-04: Web Service - ISAPI server ALL_HTTP handling updated, processes headers only, tested
[*] 2006-04-04: IceWarpPHP - Extension string parameters handling updated, tested, accepts only string parameters
[*] 2006-04-04: Sessions - Control - FTP file download/upload - Session volume continuously updated, tested
[*] 2006-04-04: Sessions - Control - HTTP file download/upload - Session volume continuously updated, Host + URI set as value, tested
[*] 2006-04-04: SIP - SDP IP ignored, used remote address instead, fixes problems with improperly configured SIP clients and applying SIP proxy, tested
[*] 2006-04-04: API - C_System_Services_SIP_DebugFile variable put back
[*] 2006-04-04: PHP - Template engine updated
[*] 2006-04-03: Manual updated
[*] 2006-04-03: Config - Change sessions service - history buffer reset, tested
[*] 2006-04-03: SIP - Gateway - Replace problem fixed, tested
[*] 2006-04-03: Config - Remote connection - Domain keys problem fixed
[*] 2006-04-03: IMAP - QUOTA response updated
[+] 2006-04-03: Session monitor engine - Complete, Config session complete, tests
[+] 2006-04-03: FTP - Sessions volume statistics support added, tested
[+] 2006-04-03: Control - Sessions support added, volume statistics added, Value contains the URI, tested
[+] 2006-04-03: Config - Sessions - History processing updated, previous sessions processed - if new session missing - session put to history, tested
[+] 2006-04-03: System - Sessions - Completely rewritten SMTP, POP3 and IMAP session monitoring, session structure part of the connection thread, size of the structure updated, does not yield any performance slowdown, tested
[+] 2006-04-03: Config - Sessions - Mode radio button removed, not used any more
[*] 2006-04-03: API - C_Status_Monitor_Permanent removed, not used anymore
[*] 2006-04-03: System - All data pointers renamed
[*] 2006-04-03: info.xml - ONLINELICENSE tag support added
[*] 2006-04-02: System - All service binding updated, centrally managed from ServiceBinding class, tested
[+] 2006-04-02: Config - Sessions - Multi select support added, kill button created, tested
[+] 2006-04-02: System - Sessions - SessionHandle updated, kill support added, SIP kill support added, GW kill support added
[+] 2006-04-02: Setup - Setup components - Mail and control services splitted, is is possible not to install either of them
[*] 2006-04-02: System - Service descriptions updated
[*] 2006-04-02: System - Session statistics retrieval updated, thread locking removed, tested
[*] 2006-04-01: Config - Sessions - Inactive mode removed
[+] 2006-04-01: SIP - Session monitoring support added, tested all
[+] 2006-04-01: Instant messaging - Session monitoring support added
[+] 2006-04-01: Groupware - Session monitoring support added
[+] 2006-04-01: FTP - Session monitoring support added
[*] 2006-04-01: System - Session monitoring - each service can have multiple session sets (server set), rewritten pipe commands and functions, tested
[+] 2006-03-31: Config - Rewritten session handling, unified all sessions so all protocols can be displayed, support for other services added
[*] 2006-03-31: System - Sessions monitoring - Completely rewritten session handling
[*] 2006-03-31: IMAP - FETCH - Mailbox locking moved to locked critical section, tested
[+] 2006-03-31: System - CacheExpire - new API and system variables created (DirectoryCacheExpire, DirectoryCacheDisable), Directory size cache implemented, size.dat introduced, by default 2 hours to index, tested
[+] 2006-03-31: SIP - Call logs - Source IP address added
[+] 2006-03-31: System - Mail Archive - Domain selection support implemented, tested
[+] 2006-03-31: Config - Mail Archive - Domain selection section added, tested, API updated
[*] 2006-03-31: Config - Mail Archive Form - Separate form created
[+] 2006-03-31: Config - Subdomains - IDN support added, tested
[+] 2006-03-31: Config - SIP gateway - Multi select support added, tested
[*] 2006-03-31: Groupware - gw.inc - PHP class - Authenticate method added, 2 new properties authchallenge, authscheme added
[*] 2006-03-30: Config - Patterns section moved to Advanced section
[*] 2006-03-30: Manual updated
[*] 2006-03-30: Groupware - Grouplist - Member processing updated
[*] 2006-03-30: Groupware - SyncML debugging and testing
[*] 2006-03-30: System - New authentication support added - SyncML Digest MD5 - Auth code SYNCML-MD5, Groupware API updated
[*] 2006-03-30: Config - SyncML XML load/save updated
[*] 2006-03-30: System - Domain disk quota - Function updated
[+] 2006-03-30: API - New SIP variables added
[+] 2006-03-30: Config - SIP service added, Logging - SIP added, tested
[*] 2006-03-30: SIP - DebugFile option removed, debug logs to logs/sip/debug.log, API updated, DebugLogging -> SIPLogging
[+] 2006-03-30: Config - Services - Multiple select support added, Restart button added, All buttons removed from window, multiple servers of the same service check added (action performed only once), tested, order of services list updated
[+] 2006-03-30: Config - Backup logs support added, API updated
[*] 2006-03-30: Config - RichText memos replaced with TextMemo, tested
[*] 2006-03-30: ETRN Queue - Behavior changed, all emails of the same queue sent in one session, possible loop problem fixed, tested
[*] 2006-03-29: Backup - Calendar directory backed up recursively
[+] 2006-03-29: Groupware - GetGlobalGroupList - Additional group friends query performed if Friends mode, tested, fixes Connector global group list issues
[*] 2006-03-29: Config - Statistics - Sessions - All item removed
[+] 2006-03-29: System - Use IP Binding - option removed, always on, API C_System_Services_UseBindIP removed, tested
[*] 2006-03-29: Upgrade - All IP binding cleared if binding not used
[+] 2006-03-29: Config - Service dialog - IP listing - blank IP => <All Available>, Radio buttons removed, tested
[+] 2006-03-29: Config - IP Address list - <All Available> item support added, created 3 functions to set and get IP addresses, one IP list retrieval function, tested
[*] 2006-03-29: Config - Load balance - IP binding - Domain listing added
[*] 2006-03-29: System - Password encryption - Support for ordinary file system accounts added, tested
[+] 2006-03-29: Config - ODBC - Password encryption moved to Password policy, updated
[*] 2006-03-29: System - Password encryption - Not solely for ODBC, generally can be switched on and all passwords will be encrypted, API updated C_System_Storage_Accounts_ODBCPassEncrypt renamed to C_Accounts_Policies_Pass_Encrypt
[+] 2006-03-29: Groupware - New API function - GetSessionList added, docs updated, tested
[*] 2006-03-29: Config - Members dialog - Single item delete problem fixed
[*] 2006-03-28: Linux - upgrade scripts updated
[*] 2006-03-28: DNSQuery tool - Rewritten to DNS Properties class, tested
[+] 2006-03-28: DNSClass - Round robin implemented, uses last good known DNS server, tested
[*] 2006-03-28: Manual updated - New help IDs integrated
[+] 2006-03-28: Groupware - New API function - GetOwnerList added, documentation updated
[+] 2006-03-28: IceWarpCOM - Groupware COM - Supports remote server calendar connection - BEEP protocol, 2 new methods added Connect and Disconnect, if Connect not called the local pipe server will be used, documentation updated
[+] 2006-03-28: Config - Members dialog - Multi select support added (For add action only), tested
[*] 2006-03-28: DNS - Default retry count set to 1
[+] 2006-03-28: Config - DNS Section - Moved from other to Internet Connection
[+] 2006-03-28: Config - User Groups - Support for multiple select added, support for multiple delete added, tested
[+] 2006-03-28: Config - Account select - Supports multiselect where possible
[*] 2006-03-27: Lazarus - Visual IDE on Linux testing
[+] 2006-03-27: DNSQuery tool - AAAA support added
[+] 2006-03-27: Config - Services, WebHost, FTPHost, Domain - IPField - IP list added, tested
[*] 2006-03-27: FTP - AdjustPath - Function created, fully supports ".." multiple times, security considered, tested
[*] 2006-03-27: FTP - Internal path tests, UNC supported
[*] 2006-03-26: FTP - Internal path construction changed and updated, tested, double path delimiter removal removed
[*] 2006-03-26: Remote server watchdog - Updated schedule handling, each item checked independently (global vs. local schedule), tested
[*] 2006-03-26: SyncML - New Funambol PPC client 3.0.11 tested - 2 bugs - Tasks and Contacts - device responds with 500 when adding new
[+] 2006-03-24: Config - Members list - Add item - Automatically opens the select account dialog
[+] 2006-03-24: Config - User account - Redesigned controls - Removed no mailing list and local domains option, renamed and moved few controls, more user friendly, NULL moved to mailbox section
[+] 2006-03-24: Config - All accounts - Other tab renamed to Options, Domain - Options renamed to Limits
[*] 2006-03-24: Remote server watchdog - New URL field support added, check server for URL and if not URL uses the URL field, tested
[+] 2006-03-24: Config - Remote server watchdog item dialog - redesigned, new sections created
[*] 2006-03-24: Groupware - vCard to groupware - If no FN given Surname and Firstname are used to create FN
[+] 2006-03-24: Groupware - SyncML tested with SonyEricsson K750i+W800i (working clients Synthesis, Funambol, SonyEricsson)
[+] 2006-03-24: SIP - New gateways call settings implemented, no rules need to be defined, special ACK handling added, tested
[+] 2006-03-24: Config - Remote Server Watchdog - changed to ListManagementObject, CheckNow - Checks the current item
[+] 2006-03-24: Remote Server Watchdog - URL notification - Support for URLs that do not return Last-Modified and Content-Length, in such case the whole content is download and hash is calculated, hashes are compared detect changes, tested
[*] 2006-03-23: HTTPClientClass - Parsing HTTP response updated
[+] 2006-03-23: Config - SIP - Gateway dialog - Incoming Calls and Outgoing calls tabs added, redesigned, SIP XML load/save updated
[+] 2006-03-23: Config - SIP - Dialog updated
[*] 2006-03-23: SIP - SDP Proxy - Default on, SDP NAT Traversal default External (internal variables changed, update your settings)
[+] 2006-03-23: Groupware - Versit - Phone conversion updated, fixed cell phone, tested
[+] 2006-03-23: Groupware - Complete LastError support added, errors returned via GetLastError, tested
[+] 2006-03-23: Groupware - New API function - SetSessionExpiration added and implemented, docs updated
[*] 2006-03-23: PHP - debug.php class created, lets you capture all output and save it to a file and browser at once
[*] 2006-03-23: Linux - Database - ExecSQL - Does not request the result from the server, tested
[*] 2006-03-23: SyncML - Tested and got working on Linux
[*] 2006-03-23: Linux - By fixing FPC native libs, new version can create and use groupware again
[*] 2006-03-23: Linux - FPC debugging, discovered new bug in stringl.inc - GetNextLine - "If ((L-P)<0) then" is the correct value, recompiled native FPC libraries
[*] 2006-03-23: HTTP - CGI parsing updated
[*] 2006-03-23: FastCGI - REQUEST_URI support added
[*] 2006-03-23: Sockets - SO_REUSEADDR used by default
[*] 2006-03-22: FTP - PORT mode - Server created client connection uses the local IP address (IP the remote ftp connected to this server to) and port 20 for data sessions, tested
[*] 2006-03-22: Config - SyncML settings loading problem fixed
[+] 2006-03-22: System - Backup and mail archive backup - Special thread created so the main thread is not blocked, mail archive backup implemented, tested
[+] 2006-03-22: System - Archive backup auto delete of old backups added
[*] 2006-03-22: AntiSpam - Greylisting - New mode - IP + HELO/EHLO added
[*] 2006-03-22: System - Mail Archive - Processing extended, unknown senders handling updated, IMAP format preserved, tested
[+] 2006-03-22: Config - Auto Archive - Renamed to Mail Archive, new options section added, new backup section added and new options, API updated
[+] 2006-03-22: System - Auto backup - Implemented - Email backup, skip older, skip larger (IDP Class), tested
[+] 2006-03-22: Config - System backup - Section extended, new options - Backup emails, skip options, additional directories, tested, API updated
[+] 2006-03-22: FTP - Server - new path variables added - $$email$$ $$domain$$ - Use only if integrated with the system
[*] 2006-03-22: API - Group - Default rights option added, db.dll updated
[*] 2006-03-22: System - Group account - Default rights applied, tested
[+] 2006-03-22: Config - Group - Default rights dropdown added
[*] 2006-03-21: Linux - php sqlite extension added
[+] 2006-03-21: System - License key file always loaded from local config/license.key file no matter if load balanced installation used
[+] 2006-03-21: Config - Load balancing tab - Controls updated, removed unused and unimportant controls
[*] 2006-03-21: System - retry path always subdirectory of forward (different handling for load balanced installations), webtemppath removed, examples updated
[*] 2006-03-21: Control - Remote connection protocol - PipeData command ID changed
[+] 2006-03-21: Config - User - New tab Groups added, automatically displays all groups the user is a member of, management support added, tested, remote connection protocol extended
[*] 2006-03-21: System - New internal function RemoveGroupMember created
[*] 2006-03-21: IMAP - Mailbox path - platform path conversion applied
[*] 2006-03-21: System - New internal function GetAccountTypeList created
[+] 2006-03-21: System - SaveAccount - Group - Groupware shared folder integration implemented, automatically adds all members to groupware, tested
[*] 2006-03-21: Config - Group - Groupware integration implemented
[*] 2006-03-21: Config - Account deletion - Delete all associated data - All groupware and other items deleted
[*] 2006-03-21: WebService - /accounts/ removed - obsolete, use /admin/ instead
[*] 2006-03-21: Config - Accounts - Members - Controls disabled if members not available for any reasons (non list file mailing list, alias not known yet etc.), tested
[+] 2006-03-21: Config - Group - Create a shared folder in Groupware - new option added
[+] 2006-03-21: API - M_Groupware, G_Groupware new group variables added, db.dll updated
[+] 2006-03-21: Config - Groupware - SyncML tab added - Management of settings.xml implemented, tested
[+] 2006-03-21: Config - Groupware - Global Accounts - Account dialog - Members tab and implementation added, tested
[+] 2006-03-21: Config - Groups and mailing lists - New Members tab added, implemented, original Members button removed
[+] 2006-03-21: Config - Group members - Support for groupware rights added
[+] 2006-03-21: System - User groups - Can contain flags and other option separated with ";" semicolon, updated usergroup class and used methods
[*] 2006-03-20: PHP - Setup - php.ini icewarp_setup_path used instead of icewarp_webmail_path, updated webmail and syncml modules
[*] 2006-03-20: Remote Watchdog - URL notification string changed to: "URL Change Notification: %s %s", description, url
[*] 2006-03-20: WebService - Multiple special modules with the same extensions support added, tested
[+] 2006-03-20: GroupWare - SyncML officially added, http://server/syncml/, use email address as username and system user password, database = groupware folder, default databases Contacts, Tasks, Events, Notes, Journal, recommended and tested clients sync4j, synthesis and others
[*] 2006-03-20: PHP - sqlite extension added, wmi.ini updated
[*] 2006-03-20: SIP - SIP request - port preserved in the next hop
[*] 2006-03-19: GroupWare - SIF conversion - Task - Complete tag support added
[*] 2006-03-19: GroupWare - SIF conversion - Task StartDate support added
[*] 2006-03-19: SyncML - First alpha version, tested with sync4j clients
[*] 2006-03-19: COM API - ServerName renamed to IceWarpServer, MerakCOM still supported, secondary DllRegister and DllUnregister added, tested, use IceWarpServer.APIObject instead of MerakCOM.APIObject and accordingly
[*] 2006-03-19: SMTP - X-Envelope-To - Original recipient preserved, fixed problem with real recipient, tested
[*] 2006-03-19: Config - Internet Connection - DNS server section put here + DNS Server Test, removed from Mail Service
[-] 2006-03-19: db - Domain hash object - Added support for ODBC functions, tested
[*] 2006-03-17: Config - Domain - BW Active checkbox removed
[*] 2006-03-17: System - Domain BW filter always active regardless the global BW active option, tested
[*] 2006-03-17: Config - Groups - List File - option removed
[+] 2006-03-17: Licensing - System can live without the mail server license, the first active license will be used and all conditions applied to this license (user and domains limits, professional version, expiration etc.)
[*] 2006-03-17: System - Access mode for SIP, GW, IM - All enables access to all, not possible to set access mode if All mode enabled any more, tested
[*] 2006-03-17: Config - User - Services Access - SIP, GW, IM - Options disabled if Access Mode = All
[+] 2006-03-17: Tools - TCP/IP Tunnels - Support for SSL verification added
[*] 2006-03-17: Groupware - GroupDAV and CalDAV research & study
[*] 2006-03-17: SIP - Default Max-Forward set to 20
[*] 2006-03-17: SIP - SIPFilterAddress - Removing port specification in email address alias@domain:port, caused some problems, tested
[*] 2006-03-17: Localization engine - CustomListView and ComboBox trim added, tested
[*] 2006-03-16: Original binary multiples units used (kB, MB, GB, B)
[*] 2006-03-16: Linux - Service memory information fixed
[+] 2006-03-16: Linux - PostMessage and SendMessage handling updated, SendMessage implemented, fixes AntiVirus and AntiSpam update status and more
[*] 2006-03-16: WebMail - Spell checker - filename converted to lowercase - fixed problem on Linux, tested
[*] 2006-03-16: WebService - VirtualSpecial variable reset
[*] 2006-03-16: Manual updated
[*] 2006-03-16: System - FileNameTimeFormat - Multiple "" items supported
[+] 2006-03-16: SIP - RTP NAT behavior completely changed, 4 socket creation removed, only 2 sockets used, RTP required media stream pairs to be created, one source will be used for the destination of the other, tested, fixes problem with NAT - uses the same socket for writing as for reading
[*] 2006-03-16: SIP - RTP NAT - Event ports allocated
[+] 2006-03-16: SIP - RTP NAT mode applied, ClientID = SIP Contact
[+] 2006-03-16: Config - SIP - RTP NAT - New listbox RTP NAT mode created, updated settings
[*] 2006-03-16: Config - SIP - SDP External host option removed, Gateways 2nd tab
[+] 2006-03-16: Config - WebService - Options - Security - New WebDAV option added
[*] 2006-03-16: System - FileExecute - Problem with short strings fixed
[*] 2006-03-16: Localization - strings id = TString, menus id = TMenuItems
[+] 2006-03-16: Config - Task Events - Converted to ManagementViewClass, sorting support added, tested
[*] 2006-03-16: Task Events - Application and Parameter URLencoded, tested
[*] 2006-03-16: Config - Remote connection - Remote domains DomainHash mapping added, fixes problem with accounts and domains
[*] 2006-03-16: System - Domain maintenance - AddDomain, DeleteDomain - DomainHash update performed, tested, fixes Config domain and account problems
[*] 2006-03-16: API - C_AV_Misc_Outgoing typo fixed
[*] 2006-03-15: System - Libraries string parameters passing updated
[+] 2006-03-15: WebService - Support for new special module with script added, module can be applied to a special script when detected uri, tested, updated ISAPI processing
[*] 2006-03-15: WebService - CGI - APPL_MD_PATH removed
[+] 2006-03-15: HTTP Server - HTTP request processing updated
[+] 2006-03-15: HTTP Server - WebDAV methods support added
[+] 2006-03-15: WebService - Host WebDAV security option added
[*] 2006-03-15: Adopted new SI binary multiples units IEEE 1541 (KiB, MiB, GiB, B)
[+] 2006-03-15: FTP - User and group path - Paths can be relative and in such case the FTP host path + item path will be used
[*] 2006-03-15: Linux - Setup - libldap.so added
[*] 2006-03-15: Manual updated
[+] 2006-03-15: Content Filter - Support for Whole word string matching for all string functions added, tested
[*] 2006-03-15: StringClasses - StrIPos - Updated to support whole word match
[*] 2006-03-15: StringClasses - Rewritten string comparision functions, faster and better performance, tested
[+] 2006-03-15: Config - Content Filter - Match string dialog updated - New Whole word option added
[+] 2006-03-15: Tarpitting - Tarpit file kept in memory and converted to HashObject, tested
[+] 2006-03-15: Tarpitting - Completely rewritten TarpitList session and IP tarpitting to HashObject used, tested
[+] 2006-03-15: AntiSpam - Challenge response email - challenge.txt - can contain "<" and "/>" anywhere and message will be sent as text/html
[+] 2006-03-14: Groupware - SyncML debugging - Synthesis client got working
[+] 2006-03-14: AntiSpam - Autowhitelisting behavior updated, whitelisting applied after successful remote delivery, tested
[*] 2006-03-14: Config - Load balanced path for antispam - Bypass file, Queue file, Challenge file support added
[*] 2006-03-14: System - Autoresponder - Default account path - Support for subdomain path added
[*] 2006-03-14: Localization engine - <STRINGS><STRING ID='Global'><ITEM/><ITEM/>... hiearchy tag added, tested
[*] 2006-03-14: Welcome messages - problem fixed
[+] 2006-03-14: FTP - Group and user path tested
[+] 2006-03-14: Config - FTP - Group and user dialog, support for path added
[+] 2006-03-14: FTP - Support for group and user path added, XML settings updated
[+] 2006-03-14: System - Support for Accounts_DomainCache Accounts_AccountCache added
[+] 2006-03-14: API - New variables - Accounts_DomainCache Accounts_AccountCache added, tested
[*] 2006-03-14: Config - Mailing list - ODBC dialog - DB type problem fixed, tested
[+] 2006-03-14: API - New M_ODBC and M_SQL variables behavior added, tested
[*] 2006-03-14: API - M_ServerModerated removed, put into M_Moderated as new mode, tested
[+] 2006-03-14: API - FTP active variable added
[*] 2006-03-14: Groupware - SIF format support - Detects if data is really base64 sif or versit
[*] 2006-03-13: Config - Migration - Number of users statistics info removed
[*] 2006-03-13: Examples - redirect.dat.html updated
[*] 2006-03-13: API - Removed DB type variable, removed N_SkipAttach
[*] 2006-03-13: API - Updated apiconst.pas with comments and new variables, tested
[*] 2006-03-13: System - All internal list server accounts converted to aaListServer account type - db.dll, api, system, gui
[*] 2006-03-13: Config - Accounts - Notification - None condition removed
[*] 2006-03-13: Config - Domains - Info - IP address renamed, hostname added
[*] 2006-03-13: Control - webmail api - new SpellCheck function added, webmail updated, fixes path problems on Linux
[*] 2006-03-13: icewarpphp - SpellChecker function removed
[*] 2006-03-13: System - Authentication - Cache vs. blank domain name problem fixed, tested
[*] 2006-03-10: PCRE - SpamAssassin comparison vs. Greta, Greta 2x faster, greta used by default
[*] 2006-03-10: PCRE - Tested on windows - faster than Greta (5x), ported libraries to support both PCRE and Greta, tested
[*] 2006-03-09: DB - List server - Subscription - Owner confirmed mode properly saved to db, tested
[*] 2006-03-09: Setup - Latest calendar.mdb and challenge.mdb created
[*] 2006-03-09: System - Accounts - AccountsCache completely rewritten, uses ExpireHashObjectCollection, Authentication cache converted, tested
[*] 2006-03-09: System - Domains - DomainsCache completely rewritten, uses ExpireHashObjectCollection, tested
[*] 2006-03-09: System - Domains - LastDomainCache removed - Uses HashIndex instead
[*] 2006-03-08: Lib - ExpireHashObjectCollection created
[*] 2006-03-08: System - Domains list ported to hashobjectcollection, tested, fast domain processing
[*] 2006-03-08: System - Domains loading updated, domains loaded right when loading the global settings (loaded from the database too), handling changed, tested
[*] 2006-03-07: WebAdmin updated
[*] 2006-03-07: AntiSpam - Default HTML score lowered to 2.0
[*] 2006-03-06: Groupware - Reminders - SQL reminders statement condition updated - used <> '1' instead of = '0'
[*] 2006-03-05: SIP - REGISTER processing updated - CallID used to distinguish between register sessions - If CallID changes the previous binding is removed and user is required to register again, tested
[*] 2006-03-05: SIP - Responses to ACK requests disabled, tested, correct behavior, caused some SIP clients to resend the ACK when received an error response, CANCEL follows the old behavior and every response is sent back
[*] 2006-03-02: POP3 - Remote accounts - Confurrent remote session threads to the same host, problem fixed, tested
[*] 2006-03-02: Groupware - Insert/Update of items - New format parameters function used, tested
[+] 2006-03-02: Groupware - Adding/Updating new item - Considers foldersessionid and writes the EvnFolder / ItmFolder field, tested
[+] 2006-03-02: Groupware - AddvCalendar - Note - Summary filled based on the body if blank, tested
[+] 2006-03-02: Groupware - AddvCard, AddvCalendar - Format parameter ";VERIFY" support added, verifies if item already exists on the save based on the subject of the item, suitable for slow synchronization, tested
[+] 2006-03-02: System - Backup domains - verification VRFY and RCPT tested
[+] 2006-03-02: SMTP - Support of account verification for backup domains added, if server not available message accepted for delivery
[*] 2006-03-02: ODBC - Support for Domain VerificationType added, new field D_VerifyType added, setup upgrade functions updated
[+] 2006-03-02: Config - Domain settings - Issue checkboxes removed, drop down list used instead, new item Default added, Enabled for backup domains, Distributed domains - Default = VRFY, Backup domains - Default = Disabled, label updated to Verification
[+] 2006-03-02: API - Domain D_IssueRCPTTO renamed to  D_VerifyType (dvtDefault, dvtRCPT, dvtVRFY)
[*] 2006-03-02: System - AccountClass - Separated and created standalone class, DomainClass updated
[*] 2006-03-01: Linux - FPC DB libraries - fields memory leak fixed (Every field item freed), fixes performance problems with DB connections, tested
[*] 2006-03-01: Linux - FPC mysql libraries - ExecSQL - DoGetResult called to successfully free mysql resource, tested
[*] 2006-03-01: API - Save user - All functions return the ID of the saved user, no additional query required, tested
[*] 2006-03-01: API - IDNToUTF8 and UTF8ToIDN tested
[*] 2006-03-01: SIP - Double ";;" removed from the Via header, tested with SIPPS Nero Free client
[+] 2006-03-01: Linux - regex converted from Libc to PCRE, required libpcre to be installed, tested
[+] 2006-03-01: Config - Groupware - Global accounts - Creates a new user if not exists in groupware, tested
[+] 2006-03-01: GroupWare - New API function CreateUser added, creates any user in groupware
[*] 2006-03-01: Antivirus - Logging - Clean messages also contain SMTP information
[*] 2006-03-01: Config - IM trusted hosts - Icon added
[*] 2006-03-01: Config - SIP gateways - Icon added
[*] 2006-03-01: Config - Groupware - Global accounts - Icon added
[+] 2006-02-28: FTP - W3C logging format - w3c extended logs compliant, if connection closed no log recorded, tested
[+] 2006-02-28: HTTP - W3C logging format - w3c extended logs compliant, if connection closed no log recorded, tested
[+] 2006-02-28: Config - SMTP Service - MaxMTARecipients added
[+] 2006-02-28: System - MaxMTARecipients - New variable added, defaults to 100, API updated
[*] 2006-02-28: Web - freebusy script - Updated content type and attachment name, 404 not found returned if account not found
[+] 2006-02-28: System - New internal option - DisableAccountCache added, API updated
[*] 2006-02-28: POP3 - TOP+RETR - Original function handlers put back, tested
[+] 2006-02-28: Groupware - AddFolder, RenameFolder, DeleteFolder, support for dynamic groups ("*") added, tested, complete folder integration, easy API usage, gw.php class updated
[+] 2006-02-27: Groupware - OpenFolder and CloseFolder implemented and tested, API documentation updated
[+] 2006-02-27: Groupware - GetFolderList - All groups -> All folders returned with the groupname as the root folder, tested
[*] 2006-02-27: Manual updated
[+] 2006-02-27: Groupware - New folder functions added - OpenFolder, CloseFolder, OpenGroup(, "*") support added, where folder not supported any more, use OpenFolder instead, tested
[*] 2006-02-27: IMAP - BODYSTRUCTURE rfc822 messages handling updated, recurrent message parsing, tested
[+] 2006-02-26: Web - /freebusy/ support added officially to setup files
[+] 2006-02-26: Groupware - PHP freebusy script - Allows vfreebusy retrieval directly from the groupware server, http://server/freebusy/?john@doe.com, tested
[*] 2006-02-26: Groupware - PHP API class, datetostr updated order of parameters, Unixdate2Str function added
[+] 2006-02-26: Config - 'Y' and 'N' replaced with translatable strings 'Yes' and 'No'
[+] 2006-02-26: SIP - Gateway XML structure contains the status of the gateway (_REGISTERED), Config updated to reflect this variable
[+] 2006-02-26: Config - SIP Gateway - Active checkbox added
[+] 2006-02-26: SMTP vs. AntiSpam - Messages will not be forwarded if marked as spam and the spam handling for outgoing messages is set to Reject, internal check added
[*] 2006-02-26: System - SendMsgProc - String message - blank lines handling fixed
[*] 2006-02-26: Remote Server Watchdog - Report messages contain description instead of the server (if not blank), port specification removed
[+] 2006-02-24: SMTP - List Server - Support for fields subscription (4th parameter) added, HELP response updated
[*] 2006-02-24: Config - Members Dialog - Multiple selected items deletion supported
[*] 2006-02-24: SMTP - Routing - Tested support for authenticated host user:pass@server:port
[+] 2006-02-24: API - 2 new functions - IDNToUTF8(IDN) and UTF8ToIDN(UTF) added, icewarpphp updated
[*] 2006-02-24: System - POP Before SMTP - Word variable, old variable recycled
[*] 2006-02-24: Groupware - GrpLink support tested, integrated with MAPI Connector
[+] 2006-02-24: Groupware - Support for new Write and Delete user flags added, API updated, GetGroupAccessRights updated, tested
[+] 2006-02-24: Config - Groupware - New friend modes added - Read,Write,Delete,Modify
[*] 2006-02-23: Manual updated
[*] 2006-02-23: GroupWare - VFreeBusy - Blank if no events (FREE item removed), API - GetGroupvFreeBusy() new function added, GroupvFreeBusy() public function, tested
[*] 2006-02-23: GroupWare - Global groups stored in database, tested
[*] 2006-02-23: GroupWare - Groups table new field GrpGlobal varchar(1) added, UpgradeTasks updated
[+] 2006-02-23: Config - GroupWare - Global Accounts - Finalizing and testing
[+] 2006-02-23: GroupWare - API - Adjusting super user rights
[+] 2006-02-23: Config - GroupWare - Global Accounts - new feature introduced, groupware account management, setting share mode and share members
[*] 2006-02-23: Control service - Remote protocol - Support for large file queries, Pipe command support added, tested
[*] 2006-02-23: SMTP - EXPN processing updated
[+] 2006-02-23: System - Support for default rights added, tested
[+] 2006-02-23: Config - Mailing List member - Default rights added, DEFAULT listing used
[+] 2006-02-23: Config - Mailing List accounts - Default rights added
[*] 2006-02-23: API & DB - New mailing list variable - Default rights added
[*] 2006-02-23: SIP - Header parsing - GetHeaderArray, Support for delimiters places inside of quotes added, tested
[*] 2006-02-23: Control Service - Remote connection - Large buffers vs. multiple messages problem fixed
[*] 2006-02-23: Config - Antivirus - Outgoing messages checkbox problem fixed
[*] 2006-02-22: IM - ICQ Module - Support for user online status as in Oscar 9 protocol, tested
[*] 2006-02-22: Config - BW - Default for filters below condition added, tested
[*] 2006-02-22: WebAdmin updated
[+] 2006-02-22: Config - Support for Content Filter localization added
[+] 2006-02-22: Config - Domain admin rights - Group support added, examples updated
[*] 2006-02-22: POP3 - Outgoing connection handling updated
[*] 2006-02-22: SMTP - Completely rewritten MTA functions, client thread queries for more messages and if any sends them within the thread, new method SessionInit and SessionDone, created, testing, message notification not applied in the thread, less system dependent
[*] 2006-02-22: SMTP - HandleCopies - Session email delivery support added, tested
[*] 2006-02-22: Linux - Thread debugging, big FPC thread release memory leak discovered, FPC libraries problem found and fixed
[+] 2006-02-21: IMAP - New flags - \Junk and \NonJunk 
[*] 2006-02-21: System - Sockets writing done in 64kB blocks, tested on windows and linux
[*] 2006-02-21: POP3 - RETR+TOP - New file retrieval method, tested with IMAP and POP3 accounts
[*] 2006-02-21: IMAP - FETCH BODY[n.n.n.n.] complete support added
[+] 2006-02-21: SMTP - Distributed domains - Support for both MX and A dns query records added
[*] 2006-02-21: WebAdmin - securepath() updated to filter out drive specification
[*] 2006-02-21: GroupWare - API functions - MigrateData, DeleteOwner require session id as the first parameter, session must be a super user or admin, system updated to login and logout for these functions
[*] 2006-02-21: GroupWare - Super user system implemented
[*] 2006-02-21: GroupWare - API functions - IsAddressBook global function
[+] 2006-02-21: GroupWare - GrpLink support added, OpenGroup checks GrpLink and if set the GrpLink group will be opened instead, calendar.xml updated, tested
[*] 2006-02-21: Manual updated
[*] 2006-02-21: Config - DB.INI button removed
[*] 2006-02-21: DB - Connection string attributes (Reset when DB type specified), tested
[*] 2006-02-20: Config - Groups localization possible
[+] 2006-02-20: Groupware - API - New fuctions OpenGroup and CloseGroup added and implemented
[+] 2006-02-20: Linux - Debian compilation
[+] 2006-02-20: IMAP - New flags $MDNSent and $Forwarded support added, tested
[*] 2006-02-20: Linux - New icewarpphp tested
[*] 2006-02-20: Linux - Scripts updated, install upgrade functions called
[+] 2006-02-20: Config - Interface XML and menu XML reload - Ctrl+F8 added, tested
[+] 2006-02-20: Config - Mailing List Members dialog - Multiselect support for editing added, only the rights will be set, tested
[+] 2006-02-20: Config - Mailing List Members dialog - Drop down list for rights added, tested
[+] 2006-02-20: Distributed Domains - Domain value can be left blank, in such case an MX lookup will be performed and all MX hosts will be queried for recipients, tested
[+] 2006-02-20: Config - SMTP - Security - SRS bypass feature added
[+] 2006-02-20: SMTP - SRS bypass feature added
[+] 2006-02-20: AntiSpam - Spam bypass - Groupware addressbook check added, SpamBypassGroupware antispam variable added
[*] 2006-02-20: Groupware - IsAddressBook API function - DB string formatting added
[*] 2006-02-20: SMTP - SRS decoding added for internal bounce back messages
[*] 2006-02-19: System - ObjectCollection group class, New HashObjectCollection class created, tested, ObjectCollection updated
[*] 2006-02-19: Groupware - gw.php class updated, trim removed, API documentation updated
[*] 2006-02-19: icewarpphp - Parameters retrieval compatible with linux - zend_get_parameters_array_ex() used
[*] 2006-02-19: icewarpphp - Support for long strings in parameters added, tested
[*] 2006-02-18: Strings - PadString - Last padding removed if already padded
[*] 2006-02-18: System - New base64 functions implemented, faster and better performance
[*] 2006-02-18: GroupWare - BEEP protocol suppot for large beep messages (Megabytes), tested with Outlook attachments sychronization
[*] 2006-02-18: GroupWare - Attendees and Attachments calendar.xml types added, API updated
[*] 2006-02-18: GroupWare - Indices for group reminders and daily events added, calendar.xml updated
[*] 2006-02-18: AntiSpam - Greylisting - AntiSpam recipient AccessMode integration added
[*] 2006-02-17: IMAP - STORE command - Syntax arguments check updated
[+] 2006-02-17: tool - new function "upgrade" support added, allows you to call upgrade functions
[*] 2006-02-17: API - ProcessUpgradeTasks - New API method added
[*] 2006-02-17: POP3 - IMAP filename rename detection removed
[*] 2006-02-17: System - More FileExists() conditons removed
[+] 2006-02-17: Services - POP Before SMTP - Completely changed the processing - popsmtp.dat no longer used, user's mailbox statistics extended with LastIP, IP checked against remote address, better performance, tested
[*] 2006-02-16: SystemClass - AppendFile - Tries to append and if failed tries to resolve the problem, better system performance
[*] 2006-02-16: SystemClass - CheckDir applied only if required
[*] 2006-02-16: SIP - Support for SIP proxy added, uses Route: header locally, tested
[*] 2006-02-16: IM - ICQ Gateway - Support for ICQ5 messages sent from other than Online state added, tested
[*] 2006-02-16: IMAP - Support for FETCH BODY[MIME] BODY[N.MIME] added, tested
[+] 2006-02-16: GroupWare - Chinese holidays added
[*] 2006-02-16: GroupWare - New Group field GrpLink varchar(12) added, setup updated
[*] 2006-02-16: Config - GroupWare - Settings file button removed, new Notification group added
[*] 2006-02-16: System - Data buffer allocating updated (FTPSynchro, HTTPServer, IMAPServer, POP3Server, SMTPServer), tested
[*] 2006-02-16: HTTP - POST with Content-Length: 0 handling added, updated POST handling, tested
[+] 2006-02-15: AntiSpam - SpamGLMode implementation
[+] 2006-02-15: Config - AntiSpam - Greylisting - Greylisting mode - New option added
[+] 2006-02-15: GroupWare - Folders implemented, circular processing (Rename and Delete), hiearchy supported
[+] 2006-02-15: GroupWare - API Where clausule - ItmFolder= EvnFolder= formatting added, automatically detects default folders and extends the where clausule to support blank folder names (default folders), default folder names are Events, Tasks, Notes, Journal, Contacts, tested
[*] 2006-02-15: Setup - Auto GW tables update applied
[+] 2006-02-15: GroupWare - API - GetFolderList, AddFolder, DeleteFolder, RenameFolder new functions added, folders support added, automatic folder creation when no folder exists yet
[*] 2006-02-15: GroupWare - calendar.xml - New Folders table added, indices added
[*] 2006-02-15: GroupWare - DeleteEvent, DeleteContact - Check for attachments and deletion performed
[*] 2006-02-15: GroupWare - Attachments testing
[*] 2006-02-15: GroupWare - Attachments located in directories and files, path can be set in calendar.dat (for shared installations)
[+] 2006-02-15: GroupWare - API - GetAttachmentList, GetAttachment, AddAttachment, DeleteAttachments functions added
[+] 2006-02-15: GroupWare - Support for object attachments added, API updated, any object (note,calendar,task,contact) can contain an infinite number of attachmnets
[*] 2006-02-15: Setup - Wizard localization possible
[*] 2006-02-15: GroupWare - API DeleteGroupEvents renamed to DeleteGroupObjects
[+] 2006-02-15: GroupWare - API documentation updated and reorganized
[+] 2006-02-14: IM - Supports TINS and ZOEP, integrated with SIP SDP proxy
[*] 2006-02-14: Manual updated
[*] 2006-02-14: SIP - SDP proxy support for bare LF added
[+] 2006-02-14: IM - Zoep JEP support added, Tins extended to support Tins over Zoep, testing
[*] 2006-02-14: IM - New socketpair functionality tested on Linux
[*] 2006-02-14: SocketsClass - TMultiServerSocket class - TMultiSessionSocket - Timeout implemented, max sessions limit, testing
[*] 2006-02-13: SocketsClass - Basic TMultiServerSocket class created, balancing number of threads and sessions within, testing
[*] 2006-02-13: Config - Real CRC32 used for integrity checking 
[*] 2006-02-13: SocketsClass - Server socket redesigned, multiple obsolete and unused classes removed, tested
[*] 2006-02-13: IM - Server data notification completely changed, server session consifts of only 1 thread (2nd thread removed), socketpair() function used, sockets based on DGRAM local pipes, select() used for 2 sockets (tcp server and udp notification), tested
[*] 2006-02-13: Config - Account select dialog - Domains sorted, tested
[*] 2006-02-13: Config - Wizard keyboard handler updated
[*] 2006-02-13: icewarpphp - Spellchecker - InstallPath variable used
[*] 2006-02-13: IMAP - APPEND vs. last closed mailbox problem fixed (reset of the whole index file occured), tested
[*] 2006-02-13: IMAP - EXPUNGE processing completely changed, Mailbox LoadIndex(MergeIndices) function added, tested, expunge notifications displayed in all sessions properly
[*] 2006-02-13: IMAP - CREATE - check for trailing "." on windows added, tested
[*] 2006-02-13: FTP - Default access rigths "*" problem fixed, variable not formated and left as is, tested
[*] 2006-02-13: SMTP SPF SRS - SRS sending domain used only if domain IPs enabled
[*] 2006-02-12: SMTP SPF SRS - SRS sending domain can be any local domain depending on the email sender's domain, if sender's domain is not local the primary domain will be used
[*] 2006-02-12: Setup - Startup links updated
[*] 2006-02-12: Environment - manual.chm location changed to ./doc directory, releasenotes.txt and readme.txt location changed to ./doc directory, setup updated, tested
[*] 2006-02-12: Setup - More uninstall information added
[+] 2006-02-11: Config - Native IDN support (Accounts and domains list, Select account dialog)
[+] 2006-02-11: Config - New FormatIDNDomain() function created, domain names are stored in the IDN format and displayed in the international format, tested
[*] 2006-02-11: Config - IDN feature removed
[*] 2006-02-11: System - Former IDN feature removed
[*] 2006-02-11: IMAP - LIST/LSUB flags "/flag" problem fixed (changed to "\flag"), tested, updated list behavior
[-] 2006-02-10: ETRN - Envelope recipient used instead of the final recipient, bug fixed
[+] 2006-02-10: System - Access mode - List support added
[+] 2006-02-10: Config - Access mode - Group mode renamed to list, supports email accounts, domains and groups
[*] 2006-02-10: IM - XMPP protocol updated - Support for ZOEP im client achieved
[+] 2006-02-10: IM - TINS support added, direct integration with SIP SDP proxy (rewrites <tins/> <sdp/> messages and creates RTP proxy)
[*] 2006-02-10: Config - Certificates node - New icon added
[+] 2006-02-09: WebService - Host users access - Groups support added, tested
[+] 2006-02-09: Config - WebService - Access - Support for groups added
[+] 2006-02-09: Access mode feature complete
[*] 2006-02-09: Config - License check support for Group access mode
[+] 2006-02-09: System - Access mode - Group mode support implemented, testing
[+] 2006-02-09: API - Updated Access mode groups support added, AV outgoing added
[+] 2006-02-09: AntiVirus - Scan outgoing messages - new option added
[+] 2006-02-09: Config - Processing mode renamed to Access mode, New Access mode dialog added, Select list used, Group mode added
[*] 2006-02-09: GroupWare - API functions GetRecurrenceEventList() and GetReminderEventList() removed, not used by any system, API updated
[*] 2006-02-09: Linux - Debian chroot installed, compiled under Debian, testing
[*] 2006-02-09: Linux - Upgraded to FPC 2.0.2, testing, applying patches
[*] 2006-02-09: License - Support for SIP licensed added
[*] 2006-02-09: SIP - Multiple targets testing, Call logs updated, An established call can be terminated by BYE only
[*] 2006-02-08: Config - Toolbar registry label changed so upgrades have the toolbar recreated, previous account function indices have changed, tested
[*] 2006-02-08: SIP - Multiple targets - LocationService identification by remote IP and port, working
[+] 2006-02-08: SIP - Multiple targets development, responses cached and sent back to the sender only when appropriate, testing
[*] 2006-02-08: SyncML - Testing
[+] 2006-02-08: System - Logging - syslog protocol support added
[*] 2006-02-08: System - Logging - append logs to files implemented (you can have both ODBC and files logging simultaneously)
[+] 2006-02-08: Config - Logging node updated, new syslog server logging feature added, append logs to files added, API updated
[+] 2006-02-08: SMTP - Routing, support for hostname and port added, relay SMTP extended with port (@hostname#port:alias@domain), tested
[+] 2006-02-08: Config - Mail Server - Redirect renamed to Routing, support for hostname added, examples updated
[+] 2006-02-08: SMTP - SSL Verification logging added (SSL: Verified, Not verified, Secure destination verified, Secure destination NOT verified), tested
[+] 2006-02-08: Setup - Link descriptions translatable, array of CRLF strings
[*] 2006-02-08: Remote accounts - Problem with antispam not delivering messages fixed, tested
[*] 2006-02-08: Migration Core - Requires a migration account otherwise no login will be permitted
[+] 2006-02-08: Migration Core - Support for Username mode added, tested
[+] 2006-02-08: Config - Server Migration - New mode added - Username
[+] 2006-02-08: Config - AntiSpam - CR - Local users mode - support added
[*] 2006-02-08: AntiSpam - CR - Challenge local users mode added (No users, all local users, all other local domains)
[*] 2006-02-08: Expired Users - Get disabled (Receive and Login), tested
[*] 2006-02-08: Sockets - UDP - WriteDataTo - Should the DNS lookup fail no message will be sent to 0.0.0.0 address (caused problems on some unix based systems)
[*] 2006-02-08: SMTP - Secure destination - Reconnect - Verification result reset
[*] 2006-02-08: Setup - setup.lng copied to the destination if present
[*] 2006-02-08: System - Secure Destinations - hostname checked against commonName, tested
[*] 2006-02-08: Config - Secure Connections renamed to Secure Destinations
[+] 2006-02-08: Config - Help ? button displays the context sensitive help
[*] 2006-02-08: SMTP - Distributed domain check - A problem with a possible infinite loop fixed
[*] 2006-02-07: Manual updated
[*] 2006-02-07: GroupWare - SIF - Support for PercentComplete tag added
[+] 2006-02-07: GroupWare - vCalendar - Support for Contact, Organizer, Priority and PercentComplete added
[+] 2006-02-07: GroupWare - vNote - Support for last modified added
[+] 2006-02-07: GroupWare - Versit (vCard and vCalendar) Created and LastModified support added
[*] 2006-02-07: GroupWare - Itm_Created,Itm_Modified,Evn_Created,Evn_Modified filled and used accordingly
[*] 2006-02-07: GroupWare - API AddGroup - Updated and fixed
[*] 2006-02-06: GroupWare - SyncML debugging, prealpha version
[*] 2006-02-06: AntiSpam - Greylisting - Incorrect antispam enabled flag check removed
[*] 2006-02-06: AntiSpam - CR - Challenge message - Auto detection mechansim of HTML messages added
[*] 2006-02-06: AntiSpam - CR - Challenge message - Auto detection mechansim of HTML messages added
[*] 2006-02-06: Web admin updated
[*] 2006-02-06: Setup - Updated to alter previous tables, tested
[*] 2006-02-06: GroupWare - New tables fields Event(Evn_Created int, Evn_Modified int, EvnPriority int, EvnComplete int, EvnOrganizer varchar(80), EvnContact varchar(80)) ContactItem (Itm_Created int, Itm_Modified int) EventContact (CntRole varchar(1), CntStatus varchar(1), CntRSVP varchar(1), CntExpect varchar(1)), calendar.xml updated
[*] 2006-02-06: Linux - scripts updated, setup restartd script in the root dir
[+] 2006-02-06: Config - Remote Server Watchdog - Select button added
[+] 2006-02-06: Config - Statistics - Volume - Select button added
[+] 2006-02-06: Config - Shared Folders - Dialog updated, Managemenr objects used, tested
[+] 2006-02-06: Config - Shared Folders - Access Control List dialog - updated to management objects, added email select button, tested
[*] 2006-02-06: Config - BWItem dialog - Help context id added
[+] 2006-02-06: Config - InputDialog - Email select button added
[+] 2006-02-06: Config - B&W item dialog - Email select button added
[+] 2006-02-06: Config - SendMessage dialog - To and From - Email select buttons added
[+] 2006-02-06: Config - Tools - Remote server watchdog - Email select button added
[+] 2006-02-06: Config - Tools - System monitor - Email select button added
[-] 2006-02-06: IMAP - ENVELOPE - quotedspecials handling updated, first "\" is handled then """, tested
[+] 2006-02-05: Config - FTP - User and group - select button added
[+] 2006-02-05: Config - AntiVirus - Quarantine select button added
[+] 2006-02-05: Config - AntiSpam - Quarantine select button added
[+] 2006-02-05: Config - Domains - Forward to and Unknown users - select button added
[+] 2006-02-05: Config - Shared Folders - select button added
[+] 2006-02-05: Config - SIP - Rules - Target select button added
[*] 2006-02-05: SIP - Status code (Response code) added to call logs
[+] 2006-02-05: IMAP - Shared Folders - ACL rights - Support for user groups added
[+] 2006-02-05: IMAP - Shared Folders - Restrict to - Support for user groups added
[+] 2006-02-05: Mailing Lists - Allow subscribers - Suppoprt for new user groups added
[+] 2006-02-05: FTP - Groups - Restriction - Support for new user groups added
[+] 2006-02-05: GroupWare - Group user rights can be groups, support for user groups added, updated calendar.xml and other funtions to support this new feature, tested
[+] 2006-02-05: SIP - Rules - Target - User groups support added
[*] 2006-02-03: System - Secure connections and CA certificates loaded only when starting services, you need to restart services in order to take effect
[+] 2006-02-03: Config - Secure connection - Dialog - Import feature added, fills in the Hostname, subject, issuer and fingerprint
[+] 2006-02-03: System - Secure connections - Self signed certificates can be verified if specified the fingerprint with matches
[*] 2006-02-03: IMAP - Client connection - LOGOUT command used
[*] 2006-02-03: System - Secure connections implemented for SMTP, POP3 and IMAP client connections
[+] 2006-02-03: System - Secure connections - hostname, subject, issuer and fingerprint can be search string patterns (* and ? supported), tested
[+] 2006-02-03: SMTP - Secure connections implemented - Requires the hosts to be verified against CA certificates, new SSL verfication SMTP error response generated - contains the SSL verification failure reason, tested
[+] 2006-02-03: System - SSL verify_locations support added - ./config/certs/
[+] 2006-02-03: Config - Secure Connections - Dialog added
[*] 2006-02-03: System - Remote connection - Directory backup and restore support enhanced, tested
[+] 2006-02-03: Config - CA Certificates dialog added, remote connection support
[+] 2006-02-03: SIP - Multiple IP binding support added (based on UDP), tested
[*] 2006-02-03: System - External Filters - default to installpath, blank filters not loaded
[*] 2006-02-03: System - GetGroupMembers - All members returned - problem fixed, tested
[+] 2006-02-02: Config - Server Certificates - Tab updated, certificate subject info added
[+] 2006-02-02: Config - SST/TLS new node added
[*] 2006-02-02: Config - Order of services nodes updated
[*] 2006-02-02: SSL Classes - New X509 functions imported, Read file certificates, imported CA verification functions, tested
[*] 2006-02-02: GroupWare - SyncML development, debugging
[*] 2006-02-02: GroupWare - SIF AddvCalendar AddvCard tested and got working
[*] 2006-02-02: GroupWare - Reminders and DailyEvents - If group emails blank the owner's email will be used
[*] 2006-02-02: GroupWare - calendar.xml GroupReminders updated
[*] 2006-02-02: SMTP - Account delivery - Performed some tests
[*] 2006-02-01: SMTP - Account delivery - Current recipient passed as parameter, tested
[*] 2006-02-01: API - M_NotifyJoin, M_NotifyLeave set problem fixed, tested
[+] 2006-02-01: Config - Global Settings - Domains - Use domain IP address for outgoing connections, new option added, API updated, implemented
[*] 2006-02-01: System - Domain IP Binding - IP boolean kept in the domain list at the last position, IPs kept only in the bind.dat file, updated checking functions
[*] 2006-02-01: GroupWare - SIF base64 processing added
[*] 2006-02-01: GroupWare - AddvCard, AddvCalendar API functions - 4th parameter Format added
[*] 2006-02-01: WebAdmin updated
[+] 2006-02-01: Config - Select Group/Mailing List Member dialog implemented, tested, selections can be domain, account and groups
[*] 2006-02-01: SIP - Call status updated, FAILED and ERROR introduced
[*] 2006-01-31: GroupWare - Debug ProceedNewDay removed
[*] 2006-01-31: DB - DBDetails processing changed, MagicQuotes processing - Query class passed to the function, DBDetails read, tested
[*] 2006-01-31: Config - GroupWare - Data Migration - DB dialog added for source and destination, tested
[*] 2006-01-31: Config - User groups can be used for email delivery and group user settings, tested
[+] 2006-01-31: Config - User groups members - Each member type yields a different icon (user, domain, group)
[+] 2006-01-31: Mailing Lists - completely rewritten mailing list processing, GetGroupMembers used, temporary list in memory created, tested, support for groups and domains inside of mailing lists added
[+] 2006-01-31: System - User groups - GetMemberList, IsGroupMember functions implemented, supported members: user, domain, group, domain is a special group [domain.com] without the alias part
[*] 2006-01-31: System - New core function CreateStringPointerList, supports Array and Class lists, tested
[+] 2006-01-31: Config - Group - Member Settings - Implementation added
[+] 2006-01-31: Config - New account type - Group added, updated Search account dialog, Toolbar template, DB, API, account properties
[+] 2006-01-31: System - MTA - Domain hostname for outgoing mail connections support added
[*] 2006-01-31: System - MTA - Outgoing mail connections - Automatically use the first IP Address of the domain for outgoing connections
[+] 2006-01-31: Config - Domains - Global Settings - Use domain hostname for outgoing connections, new option added, API updated
[+] 2006-01-31: Config - Domains - IP Address field created out of Virtual IP Binding, added new field Hostname and integrated
[*] 2006-01-31: System - New domain property hostname added
[*] 2006-01-31: DB - New domains table field D_Hostname added, Setup upgrade routines added
[*] 2006-01-31: SIP - Debug logging - old file content reset removed
[*] 2006-01-31: WebAdmin updated
[+] 2006-01-30: SIP - New option - DNS Enabled - Enables NAPTR and SRV queries, disabled by default, API option added
[*] 2006-01-30: SIP - NAPTR and SRV query functions developed and tested
[*] 2006-01-30: DB - Domain SIP property saved and loaded from database
[*] 2006-01-30: Domain - Services access - New variable bit value used
[+] 2006-01-30: GroupWare - SIF format - vCard, vNote, vEvent, vTask, vJournal support added, conversion from and to, tested
[+] 2006-01-30: GroupWare - SIF format development, GW API - updated to support SIF and the Type parameter for vcalendar and vcard API functions, tested, automatic SIF detection
[*] 2006-01-29: WebAccounts - updated and ValidateUser() used, tested
[+] 2006-01-29: API - ValidateUser - new Account method added, icewarpphp updated, API documentation updated, PHP API classes updated
[*] 2006-01-29: SIP - Call logs - Textural representation of status and type used, tested
[*] 2006-01-29: AntiSpam - CR - Challenge Response - Owner of challenged records - Primary domain used for domain aliases
[+] 2006-01-29: Config - SIP - Support for boolean operators in rules conditions added
[+] 2006-01-29: SIP - Support for boolean operators in rules conditions
[+] 2006-01-29: SIP - Support for multiple filter items separated with semi-colon added
[*] 2006-01-28: GroupWare - DB query result, string list class used instead of widestring, tested
[*] 2006-01-28: SIP - Proper Via: received= and rport= parsing, updated
[+] 2006-01-28: SIP - Logging to unexisting directories support added, relative paths support added
[+] 2006-01-27: WebService - HTTP Server - KeepAlive connection support added for script sessions using Content-Length header in their HTTP response, tested with PHP
[*] 2006-01-27: GroupWare - API - New function GetLastError added
[*] 2006-01-27: GroupWare - vCalendar - RRULE vCalendar 2.0 frequency rules support added, tested
[*] 2006-01-27: API - Loading with API.Init - made few changes, tested with IIS and ASP
[*] 2006-01-27: Latest php 4.4.2
[*] 2006-01-26: SMTP - MTA - DATA - Retry server support added, tested
[*] 2006-01-26: TrafficStatistics - During settings update statistics pointers are preserved, tested, fixes disabled AS counters
[*] 2006-01-26: AntiSpam - Counters incremented in the SpamFinalization function
[+] 2006-01-26: SIP - Services access and processing mode implemented
[*] 2006-01-26: System - Accounts and Domains - New SIP service option, default ini support added, XML accounts added, API updated
[*] 2006-01-26: System - Accounts - AVScan attribute changed to OtherAccess, bit variable, 1 = AV, all internal functions updated
[+] 2006-01-26: GroupWare - Support for VFreeBusy added, new API function getvfreebusy implemented, tested, (notes: VCal CONFIDENTIAL=GW Private, VCal Private=GW Busy)
[+] 2006-01-26: VersitClass - VFreeBusy new class created, tested
[*] 2006-01-26: GroupWare - New reminder type Popup added
[*] 2006-01-26: GroupWare - Unused tables and sql statements removed, extended some table fields (ItmType etc.)
[*] 2006-01-25: GroupWare - Versit objects - Testing, setting and reading versit objects
[*] 2006-01-25: Manual updated
[*] 2006-01-25: WebService - CGI - SERVER_PORT reflects SSL port, uses socket local port property, tested
[*] 2006-01-25: Config - ODBC dialog - Default sql syntax - Displayed the real connection syntax
[+] 2006-01-25: GroupWare - Complete versit objects support
[+] 2006-01-25: GroupWare - API - vCard - implemented, tested, (addresses, phones, emails)
[+] 2006-01-25: GroupWare - API - vCalendar - vToDo, vJournal, vEvent implemented and tested (setting/adding, deleting), recurrence, timezone, date, datetime
[*] 2006-01-25: System - Auto responder for domain aliases support added, tested
[*] 2006-01-25: Setup - Upgrade to a new path, old services removed and reinstalled, tested
[*] 2006-01-24: GroupWare - API - vNote implemented, tested, setting and reading
[*] 2006-01-24: GroupWare - API - GetvCard, AddvCard, GetvCalendar, AddvCalendar new methods added, updated documentation, not implemented yet
[*] 2006-01-24: Setup - Progress bar steps updated, testd
[+] 2006-01-24: VersitClass - vToDo and vEvent created, quoted attribues support added, tested
[+] 2006-01-24: VersitClass - vCalendar grouping object created, supports any vCalendarObject, tested
[*] 2006-01-24: Setup - Individual file names are not displayed, tested
[+] 2006-01-24: AntiSpam - ChallengeResponse message - HTML tags support added, automatically detects HTML messages
[+] 2006-01-24: Config - Account type search with ODBC support added
[*] 2006-01-24: Services - Inter service communication - Always using pipes - PostServerMessage
[*] 2006-01-24: WebMail API - Migration - Inter service communication - Always using pipes, tested
[+] 2006-01-23: VersitClass - Embdedded versit objects support added
[+] 2006-01-23: VersitClass - vCard support added
[+] 2006-01-23: VersitClass - vNote support added
[*] 2006-01-23: System - MIME quoted-string updated
[*] 2006-01-23: System - StringClasses - FoldString, PadString updated
[*] 2006-01-23: VersitClass - Encoding and decoding finished, supported quoted-printable and base64, multiple attributes, case insensitive items
[*] 2006-01-23: VersitClass - Development (vcard, vnote etc.), decoding and encoding classes
[*] 2006-01-21: WebService - Directory aliases - Full path support added and relative path too, tested all, alias: /dir/ path: admin/ (uses virtual host root directory), alias: /dir/ path: /admin/ (uses system root directory), manual updated
[*] 2006-01-20: AntiSpam - Log recorded only once, Bypass is not action, tested
[*] 2006-01-20: IMAP - INTERNALDATE problem fixed
[*] 2006-01-20: AntiSpam - Engine processing vs. logging completely changed
[*] 2006-01-20: AntiSpam - Challenge Response - Non user bypass support added
[*] 2006-01-20: AntiSpam - Support for genuine messages logging added
[*] 2006-01-20: WebService - SendFile() Pointer parameters problem fixed
[*] 2006-01-20: WebService - Logging - date format ":" removed between date and time
[*] 2006-01-20: System - New function account validity created, used in account expiration deletion and account login check
[*] 2006-01-20: Manual updated
[*] 2006-01-20: Config - WebService - Default path - /html/ relative path displayed if blank
[*] 2006-01-20: SMTP - ETRN/ATRN client sessions - filename logging problem fixed, logs the command type ETRN/ATRN, logging label changed (id %s item %s)
[*] 2006-01-20: IMAP - Simultaneous access to the same mailbox, problem with mailboxlocks fixed
[*] 2006-01-20: System - GWServer module standalone, IMServer module standalone
[*] 2006-01-20: IMAP - MailboxReload - Checks the filestamp of the indexfile, if changed reloads also the index file
[*] 2006-01-20: IMAP - APPEND - MessageStore check if the same as selected mailbox, tested
[*] 2006-01-20: IMAP - INTERNALDATE (old time variable) - problem fixed
[*] 2006-01-20: Config - ETRN schedule - Save forced, problem fixed
[*] 2006-01-20: AntiSpam - Updates logged to AS logs too, date logged
[*] 2006-01-20: New Webadmin
[*] 2006-01-19: System - HTTPServer - Standalone module created, ProxyServer - standalone module created
[+] 2006-01-19: SMTP - Mailing list support for database host and database type added
[+] 2006-01-19: Config - Maling list support for database host and database type added
[+] 2006-01-19: Config - New database dialog added - separate connection groupboxes, standalone fields, database type encoded in a connection string, every connection string can have a different db type
[*] 2006-01-19: DB - Connection string with DBType tested GroupWare and DB system
[*] 2006-01-19: DB - System - Connection string can contain DBType (5th parameter), all functions working with DBType use the new Query->Connection->DBType, Connection DBType gets inherited from the global DBType, backward compatibility preserved
[*] 2006-01-19: DB - LikeSyntaxReplace support removed - All DBs should have indexed key access now
[*] 2006-01-18: SMTP - ClientSession - Check for blank MsgID added, new ID created in such case
[*] 2006-01-18: Linux - TStringList functions - GetText() recompiled and tested, IMAP mainly
[*] 2006-01-18: FPC - New bug found - TStrings.GetText() does not use DefaultTextLineBreakStyle, bug reported, temporarily fixed and recompiled rtl and fcl
[*] 2006-01-18: System - HashTable - Linear hash table - growing capacity, modulus count, array list
[*] 2006-01-18: IMAP - Complete command behavior testing, SEARCH problem fixed, THREAD problem fixed, tested every command with telnet, tested all features with mail client
[*] 2006-01-18: SMTP - MessageID passed to all client sessions, other sessions new messageid created
[*] 2006-01-17: Config - SIP - Rules dialog disabled state fixed
[*] 2006-01-17: IMAP - Final tests
[*] 2006-01-17: IMAP - New imap file name format - datetimestamp.imap (no more "-flags" appendix) - webmail will still try to rename emails but IMAP detects these changes
[+] 2006-01-17: IMAP - StringHashTable implemented in the MessageStoreObject, gained performance 100+, testing
[*] 2006-01-17: System - HashTableClass development, String and Integer HashTable
[*] 2006-01-17: IMAP - MailboxLockClass - new object introduced - Locks manipulation access to specific mailbox, tested
[*] 2006-01-17: IM - Room - Destroy - Pariticipants freed
[*] 2006-01-17: IMAP - Testing and debugging
[*] 2006-01-17: IMAP - All mailbox UIDVALIDITY updated so all old messages get replaced with the newly indexed ones, mail clients will reload the content of mailboxes
[*] 2006-01-17: IMAP - All functions ported to TMessageStoreObject, old message flags preserved - conversion function added, tested
[*] 2006-01-17: IMAP - Completely rewritten mailbox messages handling, new imapindex.dat file used, new class TMessageStoreObject, tested
[*] 2006-01-17: IMAP - FETCH parameters stored in array, completely RFC compliant, tested
[*] 2006-01-16: Services - SMTP, POP3, IMAP - Server classes separated
[*] 2006-01-16: IMAP - Flags and Expunge response - LargeString class used, faster and very low CPU usage
[*] 2006-01-16: SMTP - Greylisting - Not processed if global antispam turned off
[*] 2006-01-16: Setup - Directory properly created (forcedirectories), tested
[*] 2006-01-16: IM - ICQ Module - Thread stopping - New method used, does not lock the thread, tested
[*] 2006-01-16: IM - Critical sections - Handling updated
[*] 2006-01-16: IMAP - FETCH processing completely rewritten, header functions cached, parameters parsing parsed only once, tested
[*] 2006-01-16: IMAP - IDLE in authenticated state support added, tested
[*] 2006-01-16: POP3 - SendNow message - RemoteAccounts processing only
[*] 2006-01-16: AntiSpam - Greylisting - AntiSpam processing mode support added
[*] 2006-01-16: WebMail - Migration mode - Support added, tested
[*] 2006-01-15: SMTP - Client session DNS logs format changed
[*] 2006-01-15: IMAP - MessageSet parsing updated, better performance and less CPU usage
[-] 2006-01-14: System - Authentication - NT/AD auth - Array problem fixed
[*] 2006-01-14: IMAP - Tested with Outlook 2003, Thunderbird, Eudora (does not support IDLE), Evolution (does not support IDLE) and others
[*] 2006-01-14: IMAP - IMAP messages do not have to contain the 24 bytes on the first line, both versions are supported, SMTP imap delivery does not save the flag line now, old message will have the line returned as part of the message - no mail client should complain about this, tested
[*] 2006-01-14: IMAP - Redesigned the IMAP server source, other processing functions updated
[+] 2006-01-13: DNSQuery Tool - New status bar added, Double click on a record, copies the result value to the result panel which can be selected and copy pasted
[*] 2006-01-13: FTP and HTTP - Logs - Extended W3C syntax support added, header #Version, #Date, #Fields added
[+] 2006-01-13: Config - Challenge response - Message customization - Message dialog added, old example file support removed, default values set, tested, message dialog updated
[+] 2006-01-13: Config - Accounts Find dialog - Account type search criteria support added, tested
[+] 2006-01-13: Config - AntiSpam, AntiVirus - Interactive update added, displays the update status and result, tested
[+] 2006-01-13: Control - SendServerMessage() - new remote connection command added
[*] 2006-01-13: Control - HandleRemoteConnection() function separated from the service, ControlTools, tested
[*] 2006-01-13: Config - Content Filter - Condition "where spamassassin score" renamed to "where spam score"
[+] 2006-01-13: Config - SMTP - Do not bounce back messages added
[+] 2006-01-13: SMTP - New option - Do not bounce back messages implemented, API updated
[+] 2006-01-13: AntiSpam - Challenge response - Authorized sender - AntiSpam debug logging support added
[+] 2006-01-13: Config - AntiSpam - Challenge local domains new option added
[+] 2006-01-13: AntiSpam - Challenge response - Challenge local domains new option added and implemented
[*] 2006-01-13: Config - SIP Service - few options renamed and redesigned
[*] 2006-01-13: DB - Short account listing - Users U_Admin and U_DomainAdmin support added
[+] 2006-01-13: SMTP - Tarpitting - SMTP Authentication bypass for tarpitting added
[+] 2006-01-13: SMTP - Client session - Initial message id and message file logged, debug, tested
[*] 2006-01-13: SMTP - Forwarded messages - Action headers updated, parsing updated, MsgID added to the action headers, tested
[*] 2006-01-13: Linux - System init - umask 007 used
[+] 2006-01-13: IMAP - UNSELECT extension support added, tested
[*] 2006-01-12: System - AntiSpam - Max threads default value set to 8 (only new installations)
[*] 2006-01-12: System - AntiVirus - Max threads default value set to 8 (only new installations)
[+] 2006-01-12: DNSQuery - Completely redesigned and rewritten, any dns type code is supported, All queries, listing changed
[*] 2006-01-12: DNSClass - BuildAnswer(), EncodeName(), new server methods added, used with hosts services, tested
[*] 2006-01-12: DNSClass - Timeout protection - DNS response timer reset - problem fixed, tested
[*] 2006-01-12: DNSClass - Cache completely rewritten, response from the server cache as binary data, parsed each time, any dns type of query can be cached now, tested
[*] 2006-01-12: DNSClass - SRV and NAPTR support added
[*] 2006-01-12: Config - Response after a period - Period field greyed out for other modes
[*] 2006-01-12: SIP - tested on Linux
[*] 2006-01-12: CR - Every challenged email gets spam logged
[*] 2006-01-11: IM - Linux - Gateways - ICQ tested
[*] 2006-01-11: IM - ICQ libraries - socket leak removed, libraries completely rewritten, thread handling updated, Linux compliant
[*] 2006-01-11: IM - Linux - Gateways - Yahoo - libymsgauth.so - cdecl linking added, tested
[*] 2006-01-11: IM - Linux - Gateways - AOL, MSN tested
[*] 2006-01-11: IM - Linux - Gateways - processing completely changed, callbacks not used due to threads incompatibility, pipes used instead, modules use pipes to communicate with the IM server, tested
[+] 2006-01-11: Config - Remote connection - IMAP / POP3 account - Messages conversion support added, tested
[+] 2006-01-11: System - Account defaults & user groups - Blank value support added, if the value equals "" (speech quotes) the variable will be cleared, special handling to set blank variables - blank variables are not set so this is the right way to do that, use only for string values
[*] 2006-01-11: Control - StepSleep constant set to 1 second, controls the ServicesReload() and other service functions
[*] 2006-01-10: WebService - Special Virtual Path Filters - ISAPI forced, fixes Linux ISAPI WCS module usage, tested, JWChat works on Linux
[*] 2006-01-10: WebService - ISAPI loading - LoadLibrary() - full path used, fixes Linux ISAPI library loading
[*] 2006-01-10: Linux - Remote connection GUI - Delete account and its directory problem fixed
[*] 2006-01-10: Linux - FileClass - CopyFile() - error handling added, tested, fixes several problems (mailing list - all users, etc.)
[*] 2006-01-10: Manual updated
[+] 2006-01-10: IMAP - IDLE extension support added RFC 2177, tested with Outlook Express
[*] 2006-01-09: FTP - REST vs. STOR - REST support added when using the STOR command, previously only APPE could have been used, REST worked with RETR only, fully working now, tested

8.3.8 [2006-01-09]
[+] 2006-01-09: SMTP - Use relay server if direct delivery fails - Authentication for the relay server supported, ReconnectAndRetry() - does not force simple SMTP for relay server, tested
[*] 2006-01-09: IM - MSN module - Classes updated, timeout values changed, chat timeout = 1 min., control timeout = 30 sec., tested
[*] 2006-01-09: WebAdmin updated
[*] 2006-01-09: System - Delivery - Max message size - Cardinal - unsigned int used
[*] 2006-01-09: B&W - Processing changed - B&W applied twice - after RCPT TO and when DATA finished, that way session conditions will be applied when message received, fixes sender/recipient mark as spam and similar issues, tested
[*] 2006-01-08: Config - Status bar - First panel extended 40 px
[*] 2006-01-08: IMAP - Several email clients tests, successful
[*] 2006-01-08: IM - MSN - event handling updated, tested
[+] 2006-01-08: New webadmin - content filter support
[*] 2006-01-08: Content Filter - Send Message - Send type saving problem fixed, tested
[*] 2006-01-08: AntiSpam - Non spam messages logging support put back again
[*] 2006-01-08: Header/Footer - HTML blank files not processed
[*] 2006-01-07: Setup - Control applet removed
[*] 2006-01-06: Modules - WCS - WCS support removed, HTTP Poll left only
[*] 2006-01-06: Examples - spam.dat.html updated - All variables included with descriptions up to date
[*] 2006-01-06: Config - Remote Connection - Linux - IMAP Rules - Folders list problem fixed
[*] 2006-01-06: IMAP - AUTHENTICATE cancel - BAD response used instead of NO, PLAIN authenticaion * CANCEL support added
[*] 2006-01-06: Manual updated
[*] 2006-01-06: IMAP - Spam folder - (\NoInferiors) support added
[+] 2006-01-06: IMAP - CHILDREN extension support added, tested
[+] 2006-01-06: IMAP - RENAME INBOX - Support added as ino RFC3501 - All messages from INBOX are moved to new folder, tested
[*] 2006-01-06: IMAP - LIST and LSUB - Reference parameter complete support, tested
[*] 2006-01-06: IMAP - ConvertMailbox() function updated
[+] 2006-01-06: IMAP - UID nnn:* (If no such message found - last UID returned as specified in the RFC3501 (RFC2060 obsolete)), tested
[+] 2006-01-05: IMAP - SELECT / EXAMINE - UIDNEXT added to the response
[*] 2006-01-05: IMAP - LIST and LSUB - INBOX listed always in UpperCase (caused some problems with mail clients)
[*] 2006-01-05: IMAP - LIST and LSUB "" UpperCase folder problem fixed
[+] 2006-01-05: New webadmin version
[*] 2006-01-05: DigestMD5 - AUTHENTICATE SASL problem fixed - compatible with any DigestMD5 now, tested
[*] 2006-01-05: MD5 - String parsing updated - supports containing \0x00
[*] 2006-01-04: Content Filter and BW Filter - Mark as spam - Sets action flag to Spam
[*] 2006-01-04: SMTP - GetDomainRecipient() updated - for cycle vs. FPC problem fixed, CheckSourceRelay() updated, fixes linux multiple recipients first character missing problem
[*] 2006-01-04: Config - Close looping connections removed from GUI, kept only in spam.dat
[*] 2006-01-04: Manual updated
[*] 2006-01-04: Config - Remote Connection - Authentication - Challenge authentication used if 8.3.8 and higher and password not saved, tested, compatible with old versions
[*] 2006-01-04: MD5 and SHA1 algorithms updated, HexStr() function created, tested
[*] 2006-01-04: Mailing List - CheckMembers() updated, does not use MIME From, uses SMTP Envelope sender, detects SRS and decodes the original sender, tested
[+] 2006-01-04: IceWarpCOM - Support for GroupWare COM, ChallengeResponse COM added
[*] 2006-01-03: SMTP - Mail From max length extended, fixes SRS long mail from commands
[*] 2006-01-03: Config - Accounts - copy function - Resets the internal filename value (CatalogFile, NotificationFilter, RouteFilter, LeaveMessagesFile and others)
[*] 2006-01-03: Remote Accounts - Support for antispam enable flag added
[+] 2006-01-03: AntiSpam - Greylisting - New option Close looping connections implemented
[+] 2006-01-03: Config - AntiSpam - Greylisting - New option Close looping connections added
[*] 2006-01-03: API - SIP variables updated
[*] 2006-01-03: Linux - Instant messaging modules - multithread support added (CThreads), tested
[+] 2006-01-03: SIP - Gateways - Tested with mujtelefon.cz (CANISTEC-PBX) and iptel.org (SER), MD5 authorization uses the SIP method, all working
[*] 2006-01-03: IMAP - UID SORT and UID THREAD response updated
[*] 2006-01-02: System - GetRecipient() - replaced with StrIndex(), tested
[+] 2006-01-02: Delivery - Dedupe email messages - Applied also to all internal delivery - Copies, Forwards and others, tested
[*] 2006-01-02: Task/Events - RunNow index problem fixed
[*] 2006-01-02: SIP - Gateways - ReplaceTo option added
[*] 2006-01-02: Migration - MigrateAccounts flag set on every account re-check, global flag
[*] 2006-01-02: SIP - Calls - Max number of calls implemented, global calls and gateways calls considered
[*] 2006-01-02: SIP - Calls - Gateway sessions identifed, incoming and outgoing, special flags set, call logs contain the gateway id
[*] 2006-01-01: SIP - Calls - Calls processing updated - The request is parsed immediately when received, Response is parsed separately, tested
[+] 2006-01-01: Config - SIP - Calls - section added - Max number of calls option added, Gateways - Max number of calls option added
[+] 2005-12-29: Config - SIP Gateways - Dialog and management added, Use gateway - List of gateways supplied, tested
[*] 2005-12-29: SIP - Gateways - XML load and save support added
[*] 2005-12-29: SIP - Gateways - tested with iptel.org - both outgoing and incoming calls
[*] 2005-12-29: SIP - Location service - Multiple account aliases support added (even though user registered only with one email address or his addresses will be activated)
[*] 2005-12-29: SIP - Gateways - Incoming calls testing, outgoing calls testing
[*] 2005-12-29: SIP - Gateways - First alpha version
[+] 2005-12-29: SIP - Gateways development - 2 objects - SIPGateways and SIPGateway, registration, loop detection, testing, SIP proxy integration, proxy authorization and authorization supported
[*] 2005-12-28: System - IsFullPath - /\ support added
[*] 2005-12-28: IMAP - GETQUOTAROOT - Command not recursive
[*] 2005-12-28: Mailing List - Check members - Uses MIME From header instead of the SMTP envelope, fixes SRS problems
[*] 2005-12-28: System - All settings including domains is loaded even if missing settings.cfg, domains count set if 0, tested
[*] 2005-12-28: Setup - Demo settings - settings.cfg removed - Default will be used
[*] 2005-12-28: Setup - Archive path reset removed
[*] 2005-12-27: SIP - Calls logs added, Config and API updated
[*] 2005-12-27: SIP - Debug logs - FileNameTimeFormat "yyyy-mm.." support added
[*] 2005-12-27: SIP - Calls register added, logs all calls, destination, duration, status and more
[*] 2005-12-27: Distributed domains - RCPT TO/VRFY loop preserving added, source and destination IPs compared
[*] 2005-12-23: db.dll - mysql ODBC error - Native 2006 reconnect added, 2013 and 2006 supported now, tested, fixes mysql has gone away problems
[+] 2005-12-23: Config - SIP Rules management support added - 3 new dialogs, SIP rules structure updated for easier maintenance
[*] 2005-12-23: SIP - Rules - XML load and save implemented
[+] 2005-12-23: SMTP - Distributed domain remote query - Support for TLS/SSL STARTTLS, HELO/EHLO added, uses the mail server settings, tested
[*] 2005-12-22: Config - ODBC - Check connection - Message box handle of the dialog supplied
[+] 2005-12-22: Config - Spam - Greylisting SMTP response option added, removed from localization, spam.dat updated
[+] 2005-12-22: SIP - Powerful switchboard added
[*] 2005-12-22: SIP - Rules - multiple targets suppoprt added, testing, switching local unregistered user to registered etc. switchboard, tested
[+] 2005-12-22: Localization - New cSMTPGreyListing greylisting response string added
[*] 2005-12-22: SIP - Rules (Content filter like) support added, Conditions (All, Location (From, To, Local, Registered, Equals), Action (Use gateway, Target, Respond, Reject)
[+] 2005-12-22: SIP - SDP proxy - Support for multiple connection (c=) lines added, multiple media (m=) records already supported
[*] 2005-12-22: SIP - RTP media stream proxy - Port check added, all UDP ports must be greater than 1024, security protection from opening ports to hacker attempts, even port allocation only
[*] 2005-12-22: SIP - RTP media stream proxy - Tests, Re-INVITE support, stream terminated upon BYE CANCEL and error response
[*] 2005-12-22: db - Challenge - support for mysql (LIMIT nnn) added
[*] 2005-12-22: System - GreyListing statistics counters added, Config updated, API updated
[*] 2005-12-22: Config - Accounts - User can send mails to local domains only option moved to Options tab
[*] 2005-12-21: Config - SIP RTP options added, API updated
[+] 2005-12-21: SIP - RTP (Realtime transport protocol) media stream proxy - NAT traversal development
[*] 2005-12-21: System - Use relay server if direct delivery fails - No response from DNS support added
[*] 2005-12-21: db.dll - New method - GetCacheQuery() and CloseCacheQuery(), uses cached queries, if not available creates a new instance, DBLog implementation, tested
[+] 2005-12-21: Distributed domains - Tarpitting support added
[*] 2005-12-20: Manual updated
[*] 2005-12-20: SIP - SDP proxy and SIP NAT tested
[+] 2005-12-20: Config - First GUI version of SIP added
[*] 2005-12-20: SIP - Security considerations
[*] 2005-12-20: SIP - New API variables added
[*] 2005-12-20: SMTP - FilterReason reset added
[+] 2005-12-20: API - New user account - Random password set
[*] 2005-12-20: Config - Distributed domain - VRFY radio properly set
[+] 2005-12-19: AntiSpam - Logging - ChallengeResponse spam reason added - Message has been processed by challenge response system, anti spam log function updated
[+] 2005-12-19: FTP - Delete logs older than - implementation, tested
[+] 2005-12-19: Web - Delete logs older than - implementation, tested
[+] 2005-12-19: Config - Web - Delete logs older than new option added
[+] 2005-12-19: Config - FTP - Delete logs older than new option added
[*] 2005-12-19: System - AuthenticateUser() - widestring support added, new parameter hash added, tested, Digest MD5 requires long string and sometimes caused a failure due to cut strings
[*] 2005-12-19: System - DB authentication method completely changed, 3 functions (Authenticate, Next, Done), system AuthenticateUser DB handling changed, tested
[*] 2005-12-18: SIP - Registrar tested with Grandstream devices, Zyxel devices and others
[*] 2005-12-18: SIP - SIP header items processing updated, SIP Digest MD5 - Compact challenge string method applied and tested
[*] 2005-12-18: SIP - Logging enhanced
[*] 2005-12-17: System - Error logs - Delete older applied too, deletefilesolder() function updated and used in all places
[*] 2005-12-17: Greylisting - DB indices updated (only 2 used)
[*] 2005-12-17: SIP - SDP proxy - Applied to all SIP messages passing thru the server (requests and responses)
[*] 2005-12-17: System - Delete backup files older than - Problem fixed
[*] 2005-12-17: db.dll - mysql ODBC error - Native 2013 reconnect force for OpenSQL() (previously only ExecSQL() was fixed)
[+] 2005-12-17: SMTP - Digest Mailing List - Message item header with message index added, tested, strings updated
[+] 2005-12-17: SMTP - Digest Mailing List - Message list contains: Subject [From] (sender is included in every message listing
[*] 2005-12-17: SMTP - Mailing List - separate library created, splitted from the SMTP server, tested
[+] 2005-12-16: SIP - SDP Proxy server created, checks the content of SDP messages and changes the local source IP to the remote if required
[*] 2005-12-16: FPC - command line switch "-sh" creates the link.res for ld
[*] 2005-12-16: AntiSpam - Logging applied at the end of the whole filter process
[*] 2005-12-16: System - NT and AD authentication support multiple servers - separate with "|"
[+] 2005-12-16: Config - Security - Tarpitting - Add new IP button and feature implemented, tested
[+] 2005-12-16: Config - Accounts - Domain BW List - Active checkbox added - Directly linked to Filters - BW List checkbox - Changes reflected one to each other, tested
[*] 2005-12-16: IMAP - Completely changed LIST and LSUB command support, parsing and directory matching, tested, LIST "" "%/%" supported and more, subdirectory queries support for shared IMAP accounts, any *% is supported "inbox*" or "inbox/*"
[*] 2005-12-16: FTP - Path permissions * support added
[*] 2005-12-15: Migration - IMAP files migration - Migrated files and folders are moved to the newly created folder
[*] 2005-12-15: Remote Accounts - IMAP - Different mailbox/folder delimiter support fixed
[*] 2005-12-15: Config - Accounts - Object title is mouse selectable
[*] 2005-12-15: Config - Status - Volume chart labels added
[*] 2005-12-15: SIP - Local requests are considered URIs with local hostname and no remaining Route header (after removing the current Route header of the server is present)
[*] 2005-12-15: Migration - FPC incompatibility in WaitFor() result function fixed by reading ReturnValue directly (made public)
[*] 2005-12-15: SIP - First tests with hw and sw clients
[*] 2005-12-15: System - Domain Alias authentication - Successful login delay removed
[*] 2005-12-15: System - DIGEST MD5 qop and algorithm md5 md5-sess support updated, fully complient with RFC2617
[*] 2005-12-15: SIP - Debug and DebugFile variables added, API updated
[*] 2005-12-15: System - New library DNSLibrary created - Contains all DNS global functions
[+] 2005-12-15: SIP - (Symmetric Response Routing) received= and rport= Via header items support added, sends the response where the request came from
[*] 2005-12-15: SMTP - Source transparence, function envelopes
[*] 2005-12-14: SIP - If RemoteAccessHost or LocalAccessHost blank the local IP is set (you have to send the access hosts anyway)
[*] 2005-12-14: SIP - SIP proxy to SIP proxy communication tested and debugged, working
[+] 2005-12-14: SMTP - Distributed domains - VRFY / RCPT TO implemented based on the setting, API updated
[+] 2005-12-14: Config - Domains - Distributed domains - Issue VRFY / RCPT TO, new option added
[+] 2005-12-14: SIP - SIP Proxy and SIP Registrar working, API updated
[+] 2005-12-14: SIP - DisableAnonymousAccess option added, sipsecbypass.dat support added, DisableRegistrar
[+] 2005-12-14: SIP - OtherProxy option implemented
[+] 2005-12-14: SIP - External/Local routing solved, 3 new options presented - local network, local host and remote host definitons required
[*] 2005-12-14: System - AuthenticateLocalUser() - For email logins the domain type is considered (IM/SIP) - Domain alias - And authenticates the user if from aliased domain, tested
[*] 2005-12-14: SMTP - Domain alias processing updated to work with the new GetLocalUser() change, tested all
[*] 2005-12-14: System - GetLocalUser() - Considers the domain type - Domain alias - And returns the user if aliased domain 
[+] 2005-12-14: Config - SMTP - VRFY bypass option added
[+] 2005-12-14: SMTP - VRFY bypass feature support added - vrfybypass.dat
[+] 2005-12-14: Config - FTP - Permissions - Browse button support added
[+] 2005-12-14: FTP - Permissions - LIST permission applied to directories only, files not affected, permission path can be only a directory
[+] 2005-12-14: FTP - Permissions behavior changed, LIST flag controls if the directory will be listed, ACCESS flag controls if it is possible to browse to that directory, tested
[+] 2005-12-13: FTP - Default permissions support added, - create a * path permission - All paths not found in the list will have this default permissions, if not default is specified all folders have all rights
[*] 2005-12-13: FTP - Permissions * path allowed
[*] 2005-12-13: FTP - Permissions relative path - trailing and leading "/" added if missing
[*] 2005-12-13: API - SIP variables added
[*] 2005-12-12: System - GetFileName() function changed - Last appendix not hex anymore, 4 digits used instead
[*] 2005-12-12: SIP - Tests - Registered user to registered user, Non registered user to registered
[*] 2005-12-12: UDPClass - WriteDataTo - New method added
[*] 2005-12-12: SIP - LocationService - Binding expiration processing added
[*] 2005-12-12: SIP - RFC3261 implementation, Record-Route option implemented
[*] 2005-12-12: SIP - Proxy - First working version, established SIP sessions between several devices
[*] 2005-12-12: SIP - Options command support added, designed objects TSIPUDPServer, TSIPServer, TSIPLocationService
[*] 2005-12-11: UDPClass - Correct data length read processed, tested
[*] 2005-12-11: SIP - Registrar complete - Digest MD5 authentication implemented as per RFC2617
[*] 2005-12-11: SIP - Registrar modelling, IM service contains SIP server - UDP based
[*] 2005-12-11: SIP - SIP 2.0 Research

8.3.5 [2005-12-11]
[!] 2005-12-11: Release date
[*] 2005-12-11: System - StrTrimIndex() and StrIndex() - Trim applied
[*] 2005-12-10: System - StrTrimIndex() and StrIndex() - Updated, better performance, tested
[*] 2005-12-10: System - All StrTrimIndex() calls with no Space delimiter replaced with StrIndex(), created automation tool, libraries and projects
[*] 2005-12-09: Control - Large amount of HTTP request parsing updated, up to 10x faster
[*] 2005-12-09: System - StringClass - StrTrim() and StrTrimIndex() core functions completely rewritten, better performance
[*] 2005-12-09: Web - html/php (/admin /accounts /dir /challenge) scripts - securepath updated to ban protocol based includes
[*] 2005-12-09: WebAdmin updated
[*] 2005-12-09: Distributed domains - Remote recipient query uses VRFY
[*] 2005-12-09: System - MIMEClass header manipulation uses TrimWS and TrimRightWS - Preserves escape codes
[*] 2005-12-09: StringClass - TrimWS() and TrimRightWS() new functions added
[*] 2005-12-09: Linux - New scripts
[*] 2005-12-09: Config - Migration tab updated - Start/Stop button added, implementation, tested
[*] 2005-12-09: Domain Keys - No private key in the domain key problem fixed, tested
[*] 2005-12-09: Challenge Response - Word - space delimiter position updated, tested
[*] 2005-12-08: Manual updated
[*] 2005-12-08: DeliveryClass - Message filename preserved - Caused problems with mailing lists and other sub task processing, tested
[*] 2005-12-08: Control - WebMail API - Alias, Mailbox and Alternateemail login info removed
[*] 2005-12-08: Challenge response - Word verification space and dash removed
[*] 2005-12-08: WebAdmin updated
[*] 2005-12-08: Config - PHP 4.4.1 support added
[+] 2005-12-08: Config - Antivirus - new section External - contains external antivirus
[*] 2005-12-08: GroupWare - calendar.dat parsing problem fixed
[+] 2005-12-08: SMTP - Distributed domains - implemented, multiple hosts possible in the domain value, each host will be queried for RCPT TO, if connection or unavailability a temporary 4xx response is given, if remote recipient not found 5xx response is given, tested
[*] 2005-12-08: SMTP - Domain alias to domain alias - Problem fixed - results in unknown user response
[*] 2005-12-08: Web - /admin & /accounts - mkdirtree() works with PHP open_basedir now
[+] 2005-12-08: AntiVirus - External antivirus - Library support added - StdCall and Cdecl interfaces, examples/documentation created libraryexternalav.txt.html
[*] 2005-12-07: Content Filter - Send Message - SENDTYPE saved
[*] 2005-12-07: Web - /challenge - security path problem fixed
[*] 2005-12-07: Web - /dir - security path problem fixed
[*] 2005-12-07: Web - /admin & /accounts - security path problem fixed
[+] 2005-12-07: tool - Property error handling added, tested
[*] 2005-12-07: System - AntiVirus - External antivirus processing changed, uses the same function path as the plugin, each external filter is applied to each file just like the plugin
[*] 2005-12-07: System - AntiVirus - External antivirus management updated
[+] 2005-12-07: Config - AntiVirus - Filters - Section split, Extension Filters & External, management updated
[+] 2005-12-07: AntiVirus - External antivirus - scan.cfg converted to scan.dat (XML file), backward compatibility preserved
[*] 2005-12-07: Greylisting - Applied after the local recipient has been validated and checked, tested
[*] 2005-12-07: Content Filter - VALUE tag renamed to VAL, old VALUE parsing still supported
[*] 2005-12-06: WebAdmin updated
[*] 2005-12-06: Manual updated
[*] 2005-12-06: Latest php 4.4.1 
[*] 2005-12-06: tool - Usage extended
[*] 2005-12-06: System - Delivery error handling added - errors logged
[+] 2005-12-06: SMTP - Content Filter - RFC822 - 0x00 inside of the message - new option implemented
[+] 2005-12-06: Config - Content Filter - RFC822 - 0x00 inside of the message - new option added
[+] 2005-12-06: Config - FTP Active - checkbox added, system integration
[*] 2005-12-06: Control - WebMail API - new variable ALTERNATEEMAIL added
[*] 2005-12-06: System - Domain deletion - Folder deleted only if domain name not blank
[*] 2005-12-06: SMTP - Deliver message via relay server if direct failed option - 4xx considered as a failure response - some servers respond with 4xx to blacklisted IPs etc.
[*] 2005-12-06: System - FindCmdLineSwitchValue - Value returned only if parameter found, fixed, tested
[+] 2005-12-06: DNSCacheClass - Timeout processing updated, 2 new constants DNSTimeOutRetry and DNSTimeOutInterval, if timeout occurs within Interval DNS will not be queried for Retry, sessions will not expire, tested
[*] 2005-12-06: SpamAssassin - Meta names lower case support added
[*] 2005-12-06: SpamAssassin - Comment char escaping and parsing updated
[*] 2005-12-05: Config - Application type - Cdecl and StdCall - DLL renamed to Library
[+] 2005-12-05: API - C_Mail_ETRN_Schedule added
[!] 2005-12-05: System - ETRN schedule kept in the mail server structures - API added, old etrnschedule.cfg removed, auto conversion added
[+] 2005-12-05: Config - Challenge Queue - Double click - Message view added, tested, Remote connection support added
[*] 2005-12-05: PHP 5.0.5 - new eAccelerator 0.9.4 used
[*] 2005-12-03: WebAdmin updated
[*] 2005-12-03: Challenge Response - word length changed to 8 characters, space used as the delimiter character
[*] 2005-12-03: SMTP - policy.dat problem fixed created by RemoveDelimiterSpaces() change, caused inability to authenticate with some mail clients to SMTP, tested
[*] 2005-12-02: BW System - Multiple conditons vs. body filters problem fixed, tested
[*] 2005-12-02: Setup - custom tutorial.dat support removed, use other.dat instead
[+] 2005-12-02: Accounts - "V" right implemented, mailbox and message view disabled if "V" present, tested
[+] 2005-12-02: Config - Domain Admin dialog - Disable mailbox view - New "V" right added, examples file updated
[*] 2005-12-02: Accounts - new createobject() created - creates COM or PHP class API object, tested
[+] 2005-12-02: Config - Services - new button Stop All added
[*] 2005-12-02: SMTP - Responder - Respond only if to me - The real To: header is processed instead of the RCTP TO
[*] 2005-12-02: AntiVirus - Processing mode - Unknown local user - Antivirus applied, recipient loop break added if result true
[*] 2005-12-02: SMTP - MTA - Multiple recipient - Source relay checking added
[*] 2005-12-02: SMTP - MTA - DomainKeys signature - Message signed only once if multiple recipient cycle
[*] 2005-12-01: WCS Module - HTTP Poll - Jabber socket keep alive support fixed, fixed timeout disconnects, JWChat fully usable, tested
[*] 2005-12-01: Config - Tool Bar - CoolBar properly used, you can move the bands now
[*] 2005-12-01: SMTP - IsLocalIP - POP Before SMTP IP address included in the IsLocalIP flag, bypasses Greylisting, AntiSpam, DNS and other features, tested
[*] 2005-12-01: Config - Task Events & Remote Server Watchdog - Delete key results in deleting the list item
[+] 2005-12-01: Task & Events - Message Type support added
[*] 2005-12-01: Config - Task & Events - Message Type support added
[*] 2005-11-30: PHP Classes - Support for new PHP 5.1 added, tested with PHP 5.0.5, 4.3.8, 5.1.1 and also Linux
[*] 2005-11-30: Manual updated
[+] 2005-11-30: SMTP - Distributed domain supported
[+] 2005-11-30: Config - Domains - New domain type Distributed domain added
[+] 2005-11-30: Config - Alternate email option added - User - Mailbox - Mail
[+] 2005-11-30: SMTP - Alternate email implemented, mailbox size warning and account validity sent also to alternate email
[*] 2005-11-30: Mailing Lists - ODBC - Remove dead addresses - problem fixed, tested
[+] 2005-11-30: API - U_AlternateEmail added, db.dll conversion for U_AlternateEmail added, U_MailboxPath updated
[+] 2005-11-30: Accounts - New user option AlternateEmail added
[*] 2005-11-29: System - UpdateStringMasks() replaced with MatchStrings(), tested
[*] 2005-11-29: System - UpdateIPs() replaced with MatchIP(), tested
[*] 2005-11-29: System - bypassfunction() - Uses the current non authorized RCPT TO recipient, that way admins can bypass any recipient, tested
[*] 2005-11-29: db.dll - Tested with MySQL 5.0
[*] 2005-11-29: db.dll - ODBC error - Native 2013 reconnect force, fixed myodbc bug if lost connection to the server
[+] 2005-11-29: Config - Services - Logging - Open directory button removed, moved to Status - Logs and renamed to Explore..., tested
[*] 2005-11-29: IMAP - THREAD=ORDEREDSUBJECT latest RFC response compliant
[*] 2005-11-29: IMAP - Remote connection - Deleting remove mail problem fixed
[*] 2005-11-29: IMAP - Remote connection - Remote mailbox delimiter converted to local mailbox delimiter
[*] 2005-11-29: IMAP - Remote connection - Remote inbox folder conversion added
[*] 2005-11-29: IMAP - getpopstorepath() - Linux path compliant
[*] 2005-11-29: IMAP - Remote connection - Loging problem fixed
[*] 2005-11-29: IMAP - Remote connection - SSL/TLS login problem fixed
[*] 2005-11-29: Config - Accounts - Notification and Static route - Filters saving problem fixed
[*] 2005-11-29: Config - getlogrecords() function updated, fixes the trailing binary data from memory, tested
[+] 2005-11-29: Config - Accounts list - Return key performs the DoubleClick action
[+] 2005-11-29: Config - Services list - Return key performs the DoubleClick action
[*] 2005-11-29: SMTP - ListServer - Blank list server file servers all local domain mailing lists, other domains will not be supported, tested
[*] 2005-11-29: System - realstrtoreal() updated
[*] 2005-11-29: System - strtonum() Unsigned 2nd parameter added, tested, LicenseClass updated
[*] 2005-11-29: DNSClass - Updated, inheritance changed, new method DNSLookup() added, tested
[*] 2005-11-28: System - strtonum() returned to previous version - caused license reference mismatch
[*] 2005-11-28: SMTP - Deliver message via relay server if direct failed option - MyTerminated variable properly set, tested
[*] 2005-11-28: API - Set license property - Returns proper license result, permanent successful response problem fixed
[*] 2005-11-28: WebAdmin updated - FTP support added
[*] 2005-11-28: AntiSpam - New ruleset harvesting - included in the antispam update
[*] 2005-11-28: System - Project scripts updated, path constants and other, tested
[*] 2005-11-28: API - m_digestconfirmed - Converted to int instead of bool
[+] 2005-11-27: SMTP - AntiSpam - CR - Do not send challenge email - New option implemented
[+] 2005-11-27: Config - AntiSpam - CR - Do not send challenge email - New option added
[*] 2005-11-27: SMTP - Deliver message via relay server if direct failed option - handling updated - failed reponse is considered if [no response, disconnect, 4xx, 5xx]
[+] 2005-11-27: WebAdmin - API classes updated
[+] 2005-11-27: API - Migration_MigrateMessages, Migration_MigrateMessagesAccounts, Migration_Finish new methods added, API documentation updated
[+] 2005-11-27: API - Migration statistics support added
[*] 2005-11-27: System - Migration Tool - Migration actions included in the MigrationClass, Config updated
[+] 2005-11-27: SMTP - Delivery failure - Truncate report message, only 4kB of the original message will be copied
[*] 2005-11-27: SMTP - ETRN client connection problem fixed
[*] 2005-11-27: Config - info.xml DEFAULTLANGUAGE defaults to xml/lang/ folder
[*] 2005-11-26: Config - Remote connection - License info command number changed - Not to be confused with previous versions, old config version will display local license, tested
[*] 2005-11-26: System - License structure - converted to packed static type - Compatibility with Linux
[*] 2005-11-26: Linux - RegEx fixed, incorrect regexec() function interface specified, tested, both issues below fix SpamAssassin rules
[*] 2005-11-26: Linux - StrToNum() - negative numbers support added, Signed int
[+] 2005-11-26: SMTP - Deliver message via relay server if direct failed option - new handling applied, if upon connection the response is negative or none the next MX record is used, if all fails then the relay server will be used, tested
[*] 2005-11-26: Setup - FreeUpgrade procedure fixed, HTTPClass Cookie problem fixed, tested
[+] 2005-11-26: API - C_System_Conn_GlobalSchedule variable added
[*] 2005-11-26: System - GlobalSchedule - Stored in the API, schedule.cfg no longer used, need to define global schedule again
[+] 2005-11-25: Config - Remote connection - About dialog - Displays remote server version, Status bar - Hostname contains remote server version, tested
[*] 2005-11-25: Linux - scripts updated
[*] 2005-11-25: System - Logging - Cache vs. Log rotation problem fixed, Rotation index reset on new day, tested, changed processing, date and time handling updated
[+] 2005-11-25: Config - Connection manager - Add/Edit Connect button also saves the settings of the current dialog
[*] 2005-11-25: Config - Connection manager - First dialog opening on WXP problem with password fixed
[*] 2005-11-25: Linux - AVG update - update result code processed
[*] 2005-11-25: API - S_BetweenFrom S_BetweenTo changed to Date type
[*] 2005-11-25: API - S_OnceAt - changed to Int type (time given in seconds from midnight)
[*] 2005-11-25: WebAdmin - Updated
[*] 2005-11-25: System - StringArray - Trim parameter - If false empty array items will be added otherwise skipped
[*] 2005-11-25: Manual updated
[-] 2005-11-25: DNSClass - Fixed problem with DNS server specified as hostname vs. cache, caused circular stack usage, tested
[*] 2005-11-24: GroupWare - DBType applied - MagicQuotes set for mysql
[*] 2005-11-24: Setup - Upgrade from old 7.x version problem with reference key fixed
[*] 2005-11-23: Linux - merakd - constant used instead of process name for .sock and .pid files
[*] 2005-11-23: System - Thread body - abort condition removed
[*] 2005-11-23: System - All client sessions TClientThread class updated - contains socket alloc and release, updated smtp,im,pop3/imap
[*] 2005-11-22: System - All client session counters are service based
[*] 2005-11-22: PHP - max_post_size updated to 20M (both linux and windows)
[*] 2005-11-22: DBClass - DBType internal variables set although there is no db.ini
[*] 2005-11-22: System - RemoveDelimiterSpaces() method removed and not used anymore, StrTrimIndex() used instead (db.ini, default.ini, antispam, calendar.ini)
[*] 2005-11-20: Linux - SpamAssassin rules /spam/rules/default/local.cf
[*] 2005-11-20: Linux - ChallengeResponse - gdlib loading updated, loads libgd.so.2 and then libgd.so
[+] 2005-11-20: API - Migration Tool variables support added
[+] 2005-11-20: ChallengeReponse - New challenge html scripts, template and xml language used
[+] 2005-11-15: SNMP Server - Support for PUDGetNext / snmpwalk, list of all MIBs/OIDs created on fly, tested
[+] 2005-11-15: Config - info.xml - DEFAULTLANGUAGE new tag support added, use instead of LOADAPPLICATIONSTRINGS
[*] 2005-11-15: Config - Info.xml - LOADAPPLICATIONSTRINGS and SAVEAPPLICATIONSTRINGS support remove, for save use /exportlanguage parameter
[+] 2005-11-12: Config - FTP - Passive mode IP added
[+] 2005-11-12: FTP - New option - Passive mode IP added
[*] 2005-11-12: FTP - Inherit flag and permissions handling updated, fixes all issues and works properly, tested
[+] 2005-11-12: FTP - MKD and RMD permissions from lower level used (new dir part of the parent folder), tested
[*] 2005-11-12: WebService - Dir listing vs. authorization access problem solved, tested
[*] 2005-11-12: WebAdmin - new version
[*] 2005-11-11: Config - Debug mode - Ctrl+F9 reloads XML lang file
[+] 2005-11-11: AntiSpam - Greylisting bypass file support added
[+] 2005-11-11: Config - WebService - Greylisting bypass file added
[*] 2005-11-11: Config - WebService - Users - Password shadow added
[*] 2005-11-11: FTP - LIST/NLST -la/-a handling support added, different list outputs, parameter parsing, tested with FileZilla
[+] 2005-11-11: API - Mailbox separator variable settable via API
[+] 2005-11-11: System - New mailbox separator variable introduced
[*] 2005-11-11: Config - Domain - DomainKeys enabled status problem fixed
[*] 2005-11-11: Windows - PHP 5.0.5 used again, for better performance with webmail use php4 instead
[*] 2005-11-10: System - MaxFile structures, dynamically allocated and freed, tested, fixes problems on FreeBSD
[*] 2005-11-10: FreeBSD - SMTP fully working - Receives and sends emails
[*] 2005-11-10: FreeBSD - DNSClass and SNMPClass working
[*] 2005-11-10: FreeBSD - UDP sockets problem analysis, fixed, sendto only if not used connect(), sockaddrin size must equal the exact size, different FIONBIO and FIONREAD constants
[*] 2005-11-10: FreeBSD - SSL support working
[*] 2005-11-09: DNSClass - SocketsClass used, tested and updated
[*] 2005-11-09: SNMP Server - ASN_BOOLEAN not used, used ASN_INTEGER instead
[*] 2005-11-09: SNMP Server - Propert response PDU type returned, PDUGetResponse returned, caused problems with snmpget
[+] 2005-11-09: Config - Tools - Server Migration - New dialog and options for server migration presented, tested, old migration tool no longer support
[+] 2005-11-09: Migration System - All settings are stored in the main mail server settings, not compatible with the migration tool any more
[*] 2005-11-09: AntiSpam - Bypass logging added, tested
[*] 2005-11-09: Config - AntiSpam - Updated option label - Bypass trusted IPs and authenticated sessions
[!] 2005-11-09: System - path.cfg renamed to path.dat
[*] 2005-11-09: FreeBSD - hdparm calling removed
[*] 2005-11-09: FreeBSD - FPC thread termination bug fixed
[*] 2005-11-09: SMTP - Session message id updated, unique ids generated and validated, tested
[*] 2005-11-08: SyncML research

8.3.0 [2005-11-07]
[!] 2005-11-07: Release date
[*] 2005-11-07: DomainKeys - Both simple and nofws methods working
[*] 2005-11-07: DomainKeys - Canonicalization - String concatenation - dynamic array used, better CPU performance on large emails, tested
[*] 2005-11-07: DomainKeys - Canonicalization algorithm updated, compared with DomainKeys C libraries, compatibility with perl libraries removed (bug in perl libraries), tested and working
[*] 2005-11-07: Greylisting - IsLocalIP and Auth session bypass variables added
[+] 2005-11-07: Config - DomainKeys - Private key memo added, private key with the hole envelope displayed
[*] 2005-11-07: Antivirus - Update age - 10 days
[*] 2005-11-07: GroupWare - Service start PipeServer as the last function
[*] 2005-11-07: XML Class - Boolean true value can be of the value "True" or "1", both supported, tested
[*] 2005-11-07: Web server - webserver.dat XML updated - VAL used instead of VALUE, HEADER split to HEADER and VAL, tested
[*] 2005-11-05: Manual updated
[*] 2005-11-05: Linux - latest php 4.4.1 built and used, tested
[*] 2005-11-05: DomainKeys - Test 768 bit signing and verification with DomainKey libraries, successful
[*] 2005-11-05: GroupWare - IT holidays added
[+] 2005-11-04: Config - DomainKeys - Selector data field introduced, contains the public key and other requried fields for the TXT record
[*] 2005-11-04: Domains - Deleting a domain results in config\domain\ deletion
[*] 2005-11-04: API - Initialize object - CheckConfig called, tested
[*] 2005-11-04: API - Linux AutoObject - Initialize called upon object Creation
[*] 2005-11-04: Antivirus - Update mechanism checks the date of the new virus database, if older than 5 days an error is generated
[*] 2005-11-04: System - Retrieve logs - Text containing 0x00 removed
[*] 2005-11-04: RSA - Bits specification updated
[*] 2005-11-04: Web server - default webserver.dat created
[*] 2005-11-04: Web server - Special filters left in URI form in the settings file
[*] 2005-11-04: API - Backup & restore updated
[*] 2005-11-04: System - Restore backup central function added, migration from other platform implemented, paths updated
[+] 2005-11-04: System - CheckPlatformPath added, checks the settings platform and path delimiters, replaces them if required (GetFilePath, GetMailboxPath methods)
[*] 2005-11-04: PHP - Dir structure updated - doc and ext dirs added, wmi.ini updated
[*] 2005-11-02: Web server - All settings updated to work with the new webserver.dat XML file
[*] 2005-11-02: Settings - all .cfg files are binary setting files, all .dat files are text setting files
[!] 2005-11-02: Web server - webserver.cfg renamed to webserver.dat, settings structure converted to XML, all conversions from old systems preserved, tested
[!] 2005-11-02: FTP server - ftpserver.cfg renamed to ftpserver.dat
[!] 2005-11-02: Proxy server - proxy.cfg renamed to proxy.dat
[*] 2005-11-02: POP3 - UIDL and LIST use the same command hanlder
[*] 2005-11-02: System - NumbersClass - GetNumberDigits new method created, calculates the length of a number
[*] 2005-11-02: POP3 - UIDL and LIST response - Message precreated, faster processing with a high number of messages in the mailbox, IMAP not affected, tested
[*] 2005-11-02: POP3 - Server messages - ListClass used, RSET updated - reloads all messages again
[*] 2005-11-02: Linux - Services timer problem fixed, alarm() and AlarmActive flag updated, all timer features fixed by this
[*] 2005-11-02: Manual updated
[*] 2005-11-02: DB - Accounts storage - ualiasdomain index removed, not used anymore
[*] 2005-11-02: Linux - merakd service zombies handling added, wait() added, tested
[*] 2005-11-02: Linux - Execute file - ErrorCode retrieved, tested, fixes external antivirus issues
[+] 2005-11-02: Unix - Merak running on FreeBSD
[*] 2005-11-02: SocketsClass - Server thread - Suspended threads removed on Linux, caused problems on FreeBSD
[*] 2005-11-01: RSAClass - Bits information byte padded
[*] 2005-11-01: SocketsClass - Unix sockets use the same GetSocket method, method updated to support unix sockets, SocketOptions set in the method
[*] 2005-11-01: GroupWare and DB handling - Connection problems fixed
[*] 2005-11-01: AntiSpam - local.cf updated
[*] 2005-11-01: IM - MSN Gateway - ADC RL support added - Contact authorization, tested, MSN fully working again
[*] 2005-11-01: IM - MSN Gateway - AllowList management added, enables your buddies to see your presence
[+] 2005-11-01: Config - WindowsXP manifest resource added, tested
[*] 2005-11-01: Config - MainMenu - Transparent and compliant with WindowsXP style
[*] 2005-11-01: Config - ToolBar - All buttons are transparent, height decreased
[*] 2005-11-01: Config - StatusBar - FillRect with background color added
[*] 2005-11-01: RSAClass - ASN1 Public key modulus 0x00 prepended, the same output as OpenSSL does
[*] 2005-10-31: Linux - DBClasses - datetime handling updated, tested
[*] 2005-10-31: System - DBClasses - DBConvertString used in all string functions, \0x00 removed
[*] 2005-10-31: System - DBClasses - ItemInsert used only for proper attributes of accounts
[*] 2005-10-31: Linux - libdb.so removed completely
[*] 2005-10-31: Linux - Database - application library loading of mysqlclient library
[*] 2005-10-31: Linux - icewarpphp working with database connections
[*] 2005-10-31: SocketsClass - SO_REUSEADDR used
[*] 2005-10-31: Linux - SSL loading - library order libssl.so libssl.so.4 libssl.so.5
[*] 2005-10-31: Linux - PHP compiled without mysql support, caused problems with internal mysql client (old mysqlclient version from PHP)
[*] 2005-10-31: System - NODBLIBRARY compilation directive added, with this no db.dll or libdb.so is required
[+] 2005-10-31: SMTP - New option ignore blank host in HELO/EHLO command, implemented, API added (only available via API)
[*] 2005-10-30: Linux - Libc - errno function used, cross platform, FreeBSD support for errors added, tested
[*] 2005-10-30: Linux - Makefile support for FreeBSD, first compiled version for FreeBSD
[*] 2005-10-30: Linux - SocketsClass - functions dynamically mapped to Libc, application linking removed
[+] 2005-10-29: Challenge Response - Auto white list feature works although the session has been white listed
[+] 2005-10-29: Linux - All system libraries ported to FreeBSD, tested
[*] 2005-10-29: Linux - FreeBSD sockets ported, tested
[*] 2005-10-29: System - MailClass, SocketsClass - SendFile, DataUnit (IDP), all static buffers removed and used dynaminc pointers
[*] 2005-10-29: Linux - SocketsClass - SSL, UDP, UnixSockets tested, select() maxsocket+1 used as n
[*] 2005-10-29: Linux - SocketsClass - removed SocketsLinuxClass and blcksock, SocketsClass used on all systems, tested
[*] 2005-10-29: API - Service stop - Wait flag set
[!] 2005-10-28: Linux version release date
[+] 2005-10-28: WebAdmin - New webadmin /admin/ introduced
[*] 2005-10-28: API - C_IM_General_ServerOSReport problem fixed
[*] 2005-10-28: DomainKeys - EMSA_PKCS15_Encode - emLen - T - 2 used, fixes problems with DomainKeys, incorrect RFC specification
[*] 2005-10-28: RSA Classes - iqmp properly created for private keys
[*] 2005-10-28: System - Socket classes - UDP - RemotePort and RemoteAddress support added
[+] 2005-10-28: Linux - merakd - forking and command line params support added (--user --group --nodaemon --installdir), tested
[*] 2005-10-28: Linux - merakd installation added
[*] 2005-10-28: Linux - merakd development, finished, tested
[+] 2005-10-28: API - C_OS new variable added
[*] 2005-10-28: Linux - Process memory information 23rd word used instead of 22nd
[*] 2005-10-28: IceWarpPHP - AVG antivirus unixsocket problem fixed
[*] 2005-10-27: tool - Updated command line syntax - converted to lowercase, compatible with Linux syntax
[*] 2005-10-27: OpenSSL - SSL_library_init() used also in the client connection classes
[*] 2005-10-27: Config - License export - File saved dialog added
[*] 2005-10-26: Linux - Threads got working on FreeBSD, tested
[*] 2005-10-26: FastCGI - Application spawn timeout added, waits up to 10 secs, no more HTTP 500 errors, tested
[*] 2005-10-26: GroupWare - EventList and ReminderList - EvnTitle, EvnNote and EvnType removed, new query for Event details added, caused problems in join statements returning memo types, calendar.xml updated, tested
[*] 2005-10-26: System - MailClass - adds CRLF.CRLF if missing (Client class)
[*] 2005-10-26: Linux - All libraries ported to FreeBSD, tested
[*] 2005-10-26: Linux - Setup - webmail/config/default support added
[*] 2005-10-26: Linux - Libc simplification, leaving only the required functions, Compatible with FreeBSD
[*] 2005-10-26: AntiSpam - Greylisting - ipEmail field support addedm, tested
[*] 2005-10-26: OpenSSL - SSL_library_init() called instead of SSLeay_add_ssl_algorithms(), fixes problems with new OpenSSL-0.9.8a
[*] 2005-10-26: Setup - Greylisting DB updated with ipEmail, default DB updated
[*] 2005-10-26: AntiSpam - Greylisting - New DB field ipEmail added
[+] 2005-10-26: API - New variable C_System_Conn_Type created, removed 	C_System_Conn_Dialup and C_System_Conn_DialOnDemand
[*] 2005-10-26: IceWarpPHP - Updated
[*] 2005-10-26: Linux - New scripts
[*] 2005-10-25: Linux - New scripts
[*] 2005-10-25: Linux - FreeBSD compiling - "ld" wrapper script created due to FPC bug (--library-path $*), remove makefile "-Xc" causes troubles
[*] 2005-10-25: System - Remote connection - Service management - New attributes in ServiceCommand added, fixes remote connection service restart
[*] 2005-10-25: Linux - GW TCP/IP Beep protocol problem fixed, GW connector working, tested
[*] 2005-10-24: Config - RemoteConnection service running status updated
[*] 2005-10-24: DomainKeys - testing, key not the same as in DomainKeys sources but the hash inside of the key matches
[*] 2005-10-24: DomainKeys - nofws canonicalization updated to match the DomainKeys sources although not compliant with the RFC
[*] 2005-10-24: License - Export file contains mail server timestamp
[*] 2005-10-24: Linux - fpcmake target FreeBSD success, FreeBSD make file working
[*] 2005-10-24: System - Remote connection - License key not transferred only license data, Config updated, required for separate licenses (multiple files)
[*] 2005-10-24: WebAdmin - Linux relative paths support added - function.php
[+] 2005-10-24: Linux - User and Group id can be numbers (ids) or text representations, both are supported
[*] 2005-10-24: Linux - New scripts
[*] 2005-10-24: Config - Reference key mismatch handling updated, the system lets you insert reference key mismatched licenses and continue to work for 7 days, dialog displayed, tested
[+] 2005-10-24: License System - Reference key mismatch - Non fatal handling added, if mismatch then for 7 more days the system will keep working and then expire, the system admin can take the proper action to fix this, tested
[*] 2005-10-24: PHP 4.3.8 used with eAccelerator - more stable and better performance than PHP 4.4.0 or 5.0.5
[*] 2005-10-24: New OpenSSL-0.9.8a engine used 
[*] 2005-10-23: IM - ParseNextJabberEndTag updated - Works on Linux too, FPC For cycle incompatibility
[*] 2005-10-21: FTP - SIZE command vs. non existing file - 550 error response issued, compatible with SmartFTP 1.5
[*] 2005-10-21: System - DomainDiskQuota - Calculated if domain limit <> 0
[*] 2005-10-21: Linux - Scripts updated
[+] 2005-10-21: Config - ODBC Dialog - Database type select box added, works with DBType variable
[+] 2005-10-21: API - C_System_DBType variable added
[*] 2005-10-21: GroupWare - CalendarDBType calendar.dat option removed, uses DBType, calendar.xml updated, tested
[*] 2005-10-21: DB - db.ini - Syntax options removed, new variable DBType introduced (mail server settings), old compatibility preserved
[*] 2005-10-21: Linux - FPC static linking - "-Xt" solved - pthread statically linked - remove dynpthreads definition
[+] 2005-10-21: API - C_Backup and S_Backup variables added - lets you read the whole object settings to a string (encoded) and then set it again, useful for backup purposes
[*] 2005-10-20: Linux - avgset tool created and tested
[*] 2005-10-20: Config - Account export and import - U_Backup property used, updated, tested
[+] 2005-10-20: API - U_Backup, D_Backup, R_Backup new variables added
[*] 2005-10-20: API - C_system_logging_control changed to C_system_log_control
[*] 2005-10-20: Linux - Install updated
[*] 2005-10-20: Linux - FileExecute with parameters problem fixed
[*] 2005-10-20: Linux - Stop/Start services function updated, uses scripts/merakd, tested
[*] 2005-10-20: Mailing List - GetFilePath (VListFile) removed for MailingListThread Class, caused problems with relative paths, tested
[*] 2005-10-20: IceWarpPHP - API updated, php api classes updated - web admin
[+] 2005-10-20: API - CheckDNSServer new function added
[+] 2005-10-20: API - CheckDBConnection new function added
[+] 2005-10-20: API - C_OnlineLicense support added, allows retreiving online license using orderid
[+] 2005-10-20: IMAP - FETCH BODY[MIME] part support added, tested
[*] 2005-10-20: System - Services start/stop logging updated, Position of logging changed
[+] 2005-10-20: Config - AntiSpam - Other - Process non-user accounts option added
[*] 2005-10-19: Linux - Scripts updated
[+] 2005-10-19: SMTP - Deliver messages via relay server when direct delivery fails - support for relay authentication added
[*] 2005-10-19: License system - Reference key updated
[*] 2005-10-19: System - User Statistics output - Trailing "," removed
[*] 2005-10-19: Config - Max Message Size - MB units used
[*] 2005-10-19: WebService - Directory listing port problem fixed
[*] 2005-10-19: Config - Web Service - Security - Terminology updated
[*] 2005-10-19: Config - IM - Namespace ";" removed
[*] 2005-10-19: Config - Remote connection - No remote license - Evaluation mode
[*] 2005-10-19: Linux - AVG update - Does not need service restart
[*] 2005-10-19: Manual updated
[*] 2005-10-18: POP3/IMAP - Migration licence - Converted to new license system
[*] 2005-10-18: IceWarpPHP extension - API Schedule problem fixed
[+] 2005-10-18: API - C_AV_General_UpdateType new variable added
[*] 2005-10-18: API - C_Mail_Security_Relay_IPList - String
[*] 2005-10-18: Web Service - Old multipart/form-data support removed
[+] 2005-10-17: Web Service - Security - Executables support added - http://server/executable.cgi (.cgi, .exe, .com supported), tested
[*] 2005-10-17: Web Service - Temp path - merak/temp used instead of merak/html/temp
[+] 2005-10-17: Web Service - Security options added - Read, Write implemented, read - GET and HEAD, write - PUT
[+] 2005-10-17: Config - Web Service - Security options added - Read, Write, Executables
[*] 2005-10-17: Web Service - Security options added - Read, Write, Executables, tested
[*] 2005-10-17: IMAP - LIST command - INBOX conversion (Linux case sensitivity) updated, tested with OE
[*] 2005-10-17: IMAP - flags.dat (lowercase used)
[*] 2005-10-17: Linux - New system scripts added, system libraries "lib" added
[*] 2005-10-17: Web Service - multipart/form-data handling removed, ISAPI or CGI handling used, tested, php.ini updated - attachment max size 20M
[*] 2005-10-17: FTP - Server session timeout is not applied if any data connections, tested
[*] 2005-10-17: FTP - Server session is kept alive until all data connections are finished
[*] 2005-10-17: System - Deny Telnet - Function enclosed
[*] 2005-10-06: API - Tarpit_Count support added
[*] 2005-10-06: FastCGI - "|service" support added, tested, FCGI automatically run if not could not connect
[*] 2005-10-06: Linux - Web/PHP daemon not used, webserver.cfg updated with scripts/phpd
[*] 2005-10-06: SMTP - SpamReason_BW used instead of SpamReason_AntiSpam
[*] 2005-10-06: IMAP - HEADER.FIELDS problem fixed, tested
[*] 2005-10-06: Config - Message Queue and other statistics lists OnUpdateButtons used
[*] 2005-10-06: System - License - All platforms default, Linux has the same license as Windows by default
[*] 2005-10-06: GW - Thai holidays updated
[*] 2005-10-05: GWConnector development
[*] 2005-10-05: Linux - SSL CanRead SslPending added
[*] 2005-10-04: API COM updated
[*] 2005-10-04: GWConnector development
[*] 2005-10-04: Setup - Account Wizard added
[*] 2005-10-04: Linux - Spam update problems fixed
[*] 2005-10-04: System - Authentication - Convert %&/ to @ updated, "&" added, Config updated
[*] 2005-10-04: IDP Class - Cross platform filename conversion added, path delimiter converted
[*] 2005-10-03: Linux - AVG installation added, tested
[*] 2005-10-03: Linux - AVG update support added
[*] 2005-10-03: Linux - AVG Version retrieving added
[*] 2005-10-03: GWConnector development
[*] 2005-10-02: IMAP - header.fields continuation lines support added
[*] 2005-10-02: IMAP - INTERNALDATE format updated - hours 2 digits
[+] 2005-10-02: Setup - Offline Request dialog added, Copy to clipboard button added
[*] 2005-10-02: Setup - Install success options updated
[*] 2005-10-02: DomainKeys - Signature data, ...; b=<data> - last semi-colon removed, all tests performed
[*] 2005-10-02: DomainKeys - Nofws canonicalization updated - Header is not separated with blank line, always use nofws!, nofws used by default
[*] 2005-10-02: DomainKeys - Multiple lines signature verification fixed
[*] 2005-10-02: RSA classes - private key Coefficient saving and loading added, RSA key generation Chinese Remainder Theorem added, keys 100% compatible with OpenSSL
[*] 2005-10-01: Config - Content Filter - Each change is immediately applied
[*] 2005-10-01: Config - All list views converted to EnhancedListView
[*] 2005-10-01: Config - EnhancedListView - Update buttons on item select added
[+] 2005-10-01: Config - Windows NT Import - Default auth mode added
[*] 2005-10-01: WebAdmin - help.html images support added
[*] 2005-10-01: Linux - AVG default antivirus
[*] 2005-10-01: Linux - AVG support for var/avg.sock added
[*] 2005-10-01: WebAdmin - help.html help id basename used
[*] 2005-09-30: WebAdmin - PT lang updated
[*] 2005-09-30: Manual updated
[*] 2005-09-30: GWConnector - Free/Busy - IFreeBusySupport recognition
[*] 2005-09-30: GWConnector - Development - Free/Busy research, interfaces
[*] 2005-09-30: WebService - HTTP_HOST environment variable added
[+] 2005-09-30: AntiSpam - Body & Charset filters logging added, SpamReason Hex number (Contains bits of filter indices)
[*] 2005-09-30: AntiSpam - logging updated, MessageID added, action added, strings changed
[*] 2005-09-30: AntiVirus - logging updated, MessageID added, strings changed
[+] 2005-09-30: System - SystemFunctionError Bind/Listen error logging added
[*] 2005-09-30: Sockets class - Listen/bind error handling updated
[*] 2005-09-30: New OpenSSL-0.9.8 engine used 
[*] 2005-09-30: SpamAssassin rules - bayes - 0.95, 0.995 boundaries, 0.9 value increased, DomainKeys - signed (failure) score significantly increased
[*] 2005-09-29: Config - Load Balancing - Server ID - Max length added
[*] 2005-09-29: SMTP - Deliver messages via relay server when direct delivery fails - Applied to error reponses and MX connection failures
[*] 2005-09-29: Socket classes - SSL released on socket close, fixes problems with reusing the socket
[+] 2005-09-29: SMTP - Deliver messages via relay server when direct delivery fails - Implementation, tested
[+] 2005-09-29: Config - SMTP Service - Delivery - Order of controls updated, MX reconnect option renamed to Deliver messages via relay server when direct delivery fails
[*] 2005-09-29: WebMail API - IM and GW user properties return states 0,1,2 (2 - expired license)
[*] 2005-09-29: GroupWare - Expired license results in read only mode (Items cannot be added or edited)
[*] 2005-09-29: Config - TEnhancedListView class - Auto item focus added
[*] 2005-09-29: WebAdmin - API - PM_RemoteServerWatchdogNow, PM_TaskScheduleNow, PM_RemoteAccountsNow, PM_FTPSyncNow, PM_ETRNNow updated
[*] 2005-09-29: API - PM_RemoteServerWatchdogNow, PM_TaskScheduleNow, PM_RemoteAccountsNow, PM_FTPSyncNow, PM_ETRNNow new check now methods added
[*] 2005-09-29: Config - Spam - Bayes typo fixed
[*] 2005-09-29: Config - All remote connection paths are displayed as relative
[*] 2005-09-29: Config - Error logging disabled (Library loading etc.)
[*] 2005-09-28: Linux - Compiling to FreeBSD, success
[*] 2005-09-28: Linux - Cross platform compiling research
[*] 2005-09-28: Manual updated
[+] 2005-09-28: SMTP - Domain disk quota warning implemented, new strings added, tested
[*] 2005-09-28: API - - Warn domain administrator when domain size exceeds quota - updated
[+] 2005-09-28: Config - Global Domain Settings - Warn domain administrator when domani size exceeds quota - new option added
[*] 2005-09-28: SMTP - Recipients parsing updated
[*] 2005-09-28: SMTP - Malformed messages in the outgoing queue problem fixed (incorrectly formatted messages created by users)
[*] 2005-09-27: WebService - DirList scripts updated
[*] 2005-09-27: Manual updated
[*] 2005-09-26: API - AS, AV Update, Connect Now, Spam DB and other functions added
[+] 2005-09-26: Config - WebService - MaxConnections option added - Number of simultaneous connections after which the Server too busy (503 Service unavailable) response is given
[+] 2005-09-26: WebService - ApplicationMaxThreads new option added, ISAPI/CGI MaxThreads implementation, MaxConnections option added, tested, API updated
[*] 2005-09-25: API - C_AV_ThreadLock renamed to C_AV_MaxThreads
[+] 2005-09-24: Config - WebService - Host Options - Default virtual host added - Required for dir listing (Can be set only once for the Default virtual host)
[+] 2005-09-24: WebService - DirListing finished, requires DefaultHost web server variable which must contain the virtual host name with the /html/ dir accessible
[*] 2005-09-24: WebService - dir scripts, dir listing implementation finished, tested
[*] 2005-09-23: SIP, SDP and RTP research
[*] 2005-09-23: WebService - Connection close - Closed vs. ThreadCache
[*] 2005-09-22: API - New variables for Remote Servers Datchdog added
[*] 2005-09-22: System - RemoteServer.cfg convert to mail server settings API, old file removed (Control service initiated)
[*] 2005-09-22: Linux - New avastvpsreload used
[*] 2005-09-22: Config - AntiSpam - Bayes - Percentage to mark messages as spam control removed, still available via spam.dat
[*] 2005-09-22: Config - Order of Status nodes updated
[*] 2005-09-21: Manual updated
[+] 2005-09-21: Config - Challenge Response - Owner filter added
[*] 2005-09-21: Challenge Response - List TOP Value used, NULL SndOwner - Deleting a DB record fixed
[*] 2005-09-21: Config - Challenge Response and Message Queue - Quicker list view loading
[+] 2005-09-21: Config - Challenge Response Queue - Remote connection support added
[*] 2005-09-21: Config - AntiSpam - SpamAssassin - Integrate Bayes option removed - kept in local.cf
[+] 2005-09-21: Config - Challenge Response Queue status dialog added, CR management, DB queries and authorization support, testing
[*] 2005-09-21: Greylisting - Pending and Authorized expiration can be 0. In such case records in the DB are not deleted.
[*] 2005-09-21: WebAdmin - Domain admins access to blank domain names now allowed
[+] 2005-09-21: SMTP - Greylisting implemented, tested
[+] 2005-09-21: SMTP - Greylisting - Old expired pending and authorized deletion support added
[*] 2005-09-21: DB - Default challenge.mdb updated with the new IPs table, Greylisting DB part of the Challenge Response database
[+] 2005-09-21: DB - Greylisting - New table IPs created, setup upgrade updated so the missing table is created
[+] 2005-09-21: Config - AntiSpam - Greylisting dialog added, Options loaded and saved, tested
[*] 2005-09-21: Config - AS dialog Save updated ... Reset method applied after saved AS settings
[+] 2005-09-21: AntiSpam - Debug and summary logging support added, Summary logs only messages marked as spam, Debug logs all messages passing thru AntiSpam
[*] 2005-09-20: Manual updated
[+] 2005-09-20: Config - AS logging added, API updated
[+] 2005-09-20: API - Service - Monitor - Data and Connections all variables added
[*] 2005-09-20: COM API - Account defaults for accounts with no properties set applied, tested
[*] 2005-09-20: WebService - Dir listing updated
[*] 2005-09-20: GWC Connector - Development
[*] 2005-09-19: FastCGI Class - Large chunk of data problem fixed (>64kB), tested
[*] 2005-09-19: System - CRAM-MD5 authentication updated, StrMD5 converted to lowercase
[*] 2005-09-19: FTP - FTP Sync - Tested long files transfer 130MB
[+] 2005-09-19: FTP - FTP Sync - NOOP server command added during long transfers, 30 secs, tested
[*] 2005-09-19: Config - Add new FTP site - Immediate FTP service status update
[*] 2005-09-19: WCS - HTTP Polling module updated - Web server URL variable indepdenent, uses SERVER_NAME instead, fixes JWChat logon problem
[*] 2005-09-19: Config - CheckLicenseUsers - Remote connection considered
[*] 2005-09-19: System - Delete user - WM user config directory deleted too
[*] 2005-09-19: Config - Characters "&" removed from dialog definitions
[*] 2005-09-18: API - C_Mail_Security_Tarpit_CloseConnection, C_Mail_Security_Tarpit_CrossSession added
[*] 2005-09-17: IceWarpPHP extension - Error logging added
[+] 2005-09-17: Config - WebService - Directory content listing feature added
[+] 2005-09-17: WebService - Directory content listing feature added, requires the /dir/ script
[*] 2005-09-16: DomainKeys - Modulus bits problem fixed
[+] 2005-09-16: RSA class - Base64 padding added, Precise bit modulus generation added, tested
[*] 2005-09-16: Linux - Install and makeinst.sh updated, compiled libicewarpphp installed, PHP starts under non-root user now
[*] 2005-09-16: TOC AOL - TOC2 protocol analysis, TOC AOL module updated, status and messages supported again
[*] 2005-09-15: GW Connector - Development
[*] 2005-09-15: Control - WebMail API - If mailpath relative then mailpath is converted to absolute path
[*] 2005-09-15: Linux - PHP error logging added, PHP cache and sessions temp - php/tmp dir
[*] 2005-09-15: Linux - IceWarpPHP - If could not locate libphp then php/lib/ is searched
[+] 2005-09-15: WebAdmin - API classes updated - Schedule and Challenge Response
[+] 2005-09-15: API - ChallengeResponse management functions added, updated documentation, IceWarpPHP updated
[*] 2005-09-15: Linux - libicewarpphp - Error output when could not load libphp
[*] 2005-09-15: Linux - AV update, Result codes passed properly
[*] 2005-09-15: HTTP Client Class - Updated, does not depend on precise web server responses
[*] 2005-09-15: Linux - WM_USER same value as on Windows, caused Remote Connection Message incompatibilities
[*] 2005-09-14: Config - Message queue dialog - Refresh button needs to be clicked to refresh the queue (auto refresh disabled)
[*] 2005-09-14: Services - SMTP, POP3, IMAP - SSL variable local
[*] 2005-09-13: Config - Wizards - PHP5 support added
[*] 2005-09-13: Linux - PHP - MMCache removed, eaccelerator used instead, tested
[+] 2005-09-13: Config - Console - Domain list display mode new option added, tested
[*] 2005-09-13: WebServer - URL CGI variable removed
[+] 2005-09-13: PHP 5.0.5 officially used
[*] 2005-09-13: GW Connector - Development
[+] 2005-09-13: IMAP - APPEND mailbox astring support added
[*] 2005-09-13: WebAdmin - global $this variable renamed to $global (PHP5 incompatibility)
[*] 2005-09-13: System - Authentication vs. accounts cache - threadlock added, tested
[*] 2005-09-13: System - Accounts and Domain cache lookup threadlock added
[*] 2005-09-13: Config\Hosts.dat support removed, use system hosts.dat instead
[*] 2005-09-12: GW Connector - Development
[*] 2005-09-12: PHP5 - Testing, compiling icewarpphp to PHP5, compiling template to PHP5, testing eAccelerator, results indicate PHP5 is stable (PHP4 unstable)
[*] 2005-09-12: AntiSpam - If user AS disabled, Spam statistics still updated
[*] 2005-09-11: ContentFilter - Edit Headers action problem fixed (Conversion problem)
[*] 2005-09-11: ContentFilter - Old content.dat conversion results in renaming the file to content.dat.old
[*] 2005-09-11: GW Connector - Development
[*] 2005-09-11: IMAP - ACL file 255 chars line limit removed, GetACLRights method updated, tested
[*] 2005-09-10: PHP - MMCache recompiled for PHP 4.4.0, PHP 4.4.0 put back, made some more stress tests, MMCache stable, Template.dll still unstable
[*] 2005-09-10: SpamAssassin - URL recognition algorithm updated, finds URL with missing protocol specification, tested
[*] 2005-09-10: ISAPI - Classes updated
[*] 2005-09-10: IMAP - INBOX mailbox always converted to lowercase (even if part of a path)
[*] 2005-09-10: Control - WebMailAPI - CR query - Considers AntiSpam being disabled
[+] 2005-09-09: FTP - Support for MDTM set file datetime command added, MDTM<sp>YYYYMMDDHHMMSS<sp>filename
[+] 2005-09-09: FTP - Help protocol response - Missing commands added
[*] 2005-09-09: PHP - New template engine used
[*] 2005-09-09: Linux - FPC Libc library updating, library dependencies updated libc.so only, debugging, testing
[+] 2005-09-08: Config - FTP - Inherit flag added
[+] 2005-09-08: FTP - Directory rights - Inherit flag processing and option added, tested
[*] 2005-09-08: FTP - Alias and auto directory creation applied only to the root directory of the alias
[*] 2005-09-08: Config - Alias (FTP and Web) path label problem fixed
[*] 2005-09-08: IMAP - Continuation line problem fixed
[*] 2005-09-08: PHP 4.4.0 unstable (causes PHP access violations in multithreaded environment), putting back PHP 4.3.8 which is more stable
[*] 2005-09-08: Linux - API - Loads merak.conf and sets uid and gid of User= and Group=, tested
[*] 2005-09-08: Config - MaxAccounts default value used - LoadConfig method
[*] 2005-09-07: Manual updated
[*] 2005-09-07: FTP - Password hashing added in logs
[*] 2005-09-07: Setup - Logs menu item removed
[*] 2005-09-07: Setup - Old current user Start menu removed, Common users Start menu used for menu items, tested
[*] 2005-09-07: POP3 - Remote accounts - Message changes vs. Incoming queue problem fixed
[!] 2005-09-07: New ContentFilters based on XML completed, only content.xml file is used, content.dat and others can be removed, automatic conversion from old version applied, notification and static route accounts need to be updated manually
[*] 2005-09-07: ContentFilters - Testing: Loading old XML files, saving and loading XML files, import and export tested, conversion from old binary type tested, Content filter processing tested
[+] 2005-09-07: System - ContentFilters - Loading and Saving XML contentfilter classes finished
[+] 2005-09-06: Config - New ContentFilter handling support added, Export and Import classes updated
[+] 2005-09-06: ContentFilter - Mail service engine connected to the new ContentFilter, old conversion added
[+] 2005-09-06: System - ContentFilters - Completely rebuilt, new internal structures, ContentFilterOld class created for conversion, all content filters stored in XML
[+] 2005-09-05: FTP - Command XRMD, XMKD, XPWD, XCUP implemented, tested
[*] 2005-09-05: System - ContentFilter functions moved to one class
[+] 2005-09-05: API - AntiVirus and AntiSpam engine and update info query variables added
[+] 2005-09-05: API - ConsoleShowAccounts and ConsoleAccountsPosition added, located in the settings
[+] 2005-09-05: API - Auto archive outgoing option added
[*] 2005-09-05: Config - Auto Backup - Internal settings used
[+] 2005-09-05: Control - Auto Backup - Converted to main configuration structures, old .cfg file deleted, conversion applied when first started the control service, API variables added
[+] 2005-09-05: Config - Load balancing sheet - Remote logon its own section, Local Paths renamed to Shared Paths
[*] 2005-09-05: System - ThreadCache default constant = 40
[*] 2005-09-05: RSA class - RSA generate private key, modulus n has to have the exact number of bits
[*] 2005-09-05: Manual updated
[+] 2005-09-05: ServerSocket class - MaxConnection property added, applied to all services
[*] 2005-09-04: PHP - MMCache recompiled for PHP 4.4.0
[*] 2005-09-04: Web Server vs. PHP ISAPI - ThreadCache usage fixes PHP memory leak (bug in the ISAPI module), each thread is reused next time, for PHP leaks the ThreadCache limit should be set to maximum web service connections number
[*] 2005-09-04: SMTP, IM, POP3, IMAP, SMTP, GW, Web/Control, FTP, DayTime, LDAP Server - ThreadCache applied, faster performance, tested
[*] 2005-09-04: Zlib 1.2.3 used
[*] 2005-09-04: New OpenSSL-0.9.7f engine used 
[*] 2005-09-04: SMTP - Wait before processing a session, POP Before SMTP considered
[*] 2005-09-04: Setup - Focus controls updated - All panels disabled
[*] 2005-09-03: GW - Default calendar.mdb updated with memo fields
[*] 2005-09-03: GW - Calendar.xml - "as" removed from SQL statements, compatible with SQL 92
[*] 2005-09-03: GW - Calendar.xml - %%text%% SQL variable added, different for each DB type, unlimited text/memo, CalendarDBType new variable in calendar.dat, tested
[*] 2005-09-03: IMAP - Banned folder list applied to CREATE command, CON PRN AUX CLOCK$ NUL COM1 LPT1 LPT2 LPT3 COM2 COM3 COM4, tested
[*] 2005-09-03: Accounts - Mailing List - AddToSubject and Headers "|" used as delimiter, old compatibility preserved with 0xFF
[+] 2005-09-02: Path.cfg - Local Settings - License file new option added
[+] 2005-09-02: Config - Local Settings - License file new control added, path.cfg example updated
[+] 2005-09-02: Config - Load Balancing tab split to 2 tabs, Local Settings created
[*] 2005-09-02: License System - Platform attribute added, Windows / Linux, implemented, License validation consideres the platform
[+] 2005-09-02: JWChat - New JWChat 1.0beta2 version used, debugging and porting to Merak, WCS = WCS component + HTTP Polling plugin, HTTP Polling used
[*] 2005-09-02: System - Domain management - Adding and deleting domains - Thread safe
[*] 2005-09-02: Setup - Antivirus engine overwrite forced
[*] 2005-09-01: Manual updated
[*] 2005-09-01: Mailer class - SendMail method created, used in all mailing functions
[+] 2005-09-01: Mailer class - SMTP authentication support added, IceWarpCOM object updated to support Username and Password properties for SMTP authentication
[*] 2005-09-01: Linux - Sockets - Disconnect - CriticalSection used, tested
[*] 2005-09-01: IM - Server connection timeout, Connection terminated, fixes a number of growing connections, tested
[*] 2005-09-01: IM - Client session recovery updated, S2S connection reconnect added, tested
[*] 2005-08-31: SNMP server updated with 23736, SNMP documentation updated
[!] 2005-08-31: IceWarp has received IANA Private Enterprise Number 23736
[*] 2005-08-31: POP3 - "Remote account" log string changed to "Client session" common to all log records
[+] 2005-08-31: SPF SRS completed
[+] 2005-08-31: Config - SMTP Service - Protection - SPF groupbox added, Use SPF SRS and SRS Key new controls added, API updated
[*] 2005-08-31: IM - Client Session logging IP address added
[+] 2005-08-30: SMTP - SPF SRS implemented
[*] 2005-08-30: SPF SRS - Classes development, classes finished and tested
[+] 2005-08-30: New PHP engine 4.4.0 used
[*] 2005-08-30: System - Authentication - If NT or AD plain text authentication and local password is different password is set to the one supplied
[+] 2005-08-30: Config - Account password mode - the first tab, moved from Miscellaneous
[*] 2005-08-29: Control - Remote connection - File commands problem fixed (GetRemoteQueue, GetRemoteTraffic, GetRemoteLogs)
[*] 2005-08-29: SMTP - Summary log contains message SMTP ID
[*] 2005-08-29: SPF - SRS research
[*] 2005-08-29: Setup - sendmail installed
[+] 2005-08-29: sendmail tool developed, included in the setup (both Linux and Windows)
[*] 2005-08-29: Manual updated
[+] 2005-08-29: API - License reference key ignored
[*] 2005-08-29: WebAdmin - PT lang updated
[*] 2005-08-28: Setup - Mail server system DNS not used instead the local system DNS is used
[*] 2005-08-26: Linux - GetSystemVolumeStatistics - AllFiles constant used instead of "*.*"
[*] 2005-08-26: WebService - ISAPIRestart - SelfKillRestart implemented rather than calling setup.exe with a restart parameter
[+] 2005-08-26: SMTP - Wait before processing a session, bypass feature added, Config updated
[*] 2005-08-25: Config - Mail server system DNS not used instead the local system DNS is used
[+] 2005-08-24: Config - FTP Service - IP Address is located on the first tab
[+] 2005-08-24: Config - Web Service - IP Address is located on the first tab
[+] 2005-08-24: WebService - Virtual Host IP address used, if virtual host name not found the destination IP address is checked against all virtual hosts IP addresses, tested
[+] 2005-08-24: AOL - TOC module - TOC2 signon suppport added, tested
[*] 2005-08-24: MIMEObject split to two objects - MIMEObject and Base64Object, tested
[+] 2005-08-23: DomainKeys - Completed both server signing and client verification modules
[+] 2005-08-23: Config - AntiSpam - SpamAssassin - New option Use DomainKeys added
[*] 2005-08-23: SpamAssassin - Support for domainkeys added
[*] 2005-08-23: SpamAssassin - New 25_domainkeys.cf rules file added
[*] 2005-08-23: GetMIMEHeader - Function updated, fhsReceived and fhsReceivedAll removed, POP3 RemoteAccounts Received header handling - new function created, tested
[*] 2005-08-23: DomainKeys - Verification - DomainKey-Signature header skipped for both Headers and All mode, tested
[*] 2005-08-22: DomainKeys object completed
[*] 2005-08-22: DomainKeys - Whole message and DNS verification implemented, tested
[*] 2005-08-22: MIMEObject - Header line item parsing function updated, tested
[*] 2005-08-22: RSA - Key loading - fraud keys protection added
[+] 2005-08-22: SMTP - DomainKeys signing implemented for outgoing messages, all options considered, tested
[*] 2005-08-22: WebService - Restart ISAPI - 5000 default value
[*] 2005-08-22: API - AuthenticateUserHash - Challenge string problem fixed
[*] 2005-08-21: DomainKeys - Message signing algorithm implemented, tested
[*] 2005-08-21: DomainKeys - Message canonicalization "simple" and "nofws" created, tested
[+] 2005-08-20: Config - DomainKey - Loading and saving settings implemented, tested
[+] 2005-08-20: Config - New DomainKey tab, controls, Generate private key and Retrieve public key buttons, implementation
[*] 2005-08-19: Control port default settings port 32000 updated
[*] 2005-08-19: API - Domain->NewAccount problem fixed
[*] 2005-08-19: API - Account->SetProperty debug dialog removed
[*] 2005-08-19: Header/Footer - Any recipient considered for local/remote recipient
[+] 2005-08-18: Config - Accounts & Domains - Domains Options - Enable DomainKeys new option added, API updated, system.conf updated
[*] 2005-08-18: DomainKeys - Signing and verifying supported from 384 bits up to 3096 bits, tested
[*] 2005-08-18: RSA library - RSA private key generation function added, tested
[*] 2005-08-18: RSA library - Saving and loading private and public keys added, tested
[*] 2005-08-18: FTP - LIST command - Support added, tested
[*] 2005-08-17: Setup - Old license key validation updated
[*] 2005-08-17: SSL engine being disabled or uninstalled - problem fixed in Control service
[+] 2005-08-16: GroupWare - TH Thai holidays added
[+] 2005-08-16: Config - WebService - Options IP address support added
[*] 2005-08-16: Setup - Free upgrade from previous version - Old license key validated
[*] 2005-08-16: Config - Proxy remote connection support fixed, tested CONNECT and HTTP/1.0 version added
[*] 2005-08-16: Manual updated
[*] 2005-08-15: DomainKeys - development, RSA EMSA PKCS1 envelope encoding/decoding, signing and verifying tested, first successful DomainKeys RSA signing and veifying
[*] 2005-08-15: RSA - RSAFreeKey - Method added
[*] 2005-08-15: WebService - Redirect - Protocols problem fixed, tested
[*] 2005-08-15: Config - User and Domain max message size units changed to MB, tested
[*] 2005-08-15: Config - Content Filter export - Header action - XMLEncoding added
[*] 2005-08-15: Config - Spam - BlankMail setting saved to spam.dat
[*] 2005-08-15: WebAdmin - PT lang updated
[*] 2005-08-14: IceWarpCOM - License validation updated
[+] 2005-08-14: Linux - Avast update engine routines updated, new functions to download updates and apply updates added, tested
[*] 2005-08-14: Avast - avworkCleanup called upon AVDone
[+] 2005-08-14: Linux - New Avast engine used, avastvpsreload installed
[+] 2005-08-14: Challenge Response - Support for domains added, along with email addresses you can use also domain names, both will be matched, useful with whitelisting or blacklisting whole domains
[+] 2005-08-14: GroupWare - Event Recurrence - Month day repetition - Processing changed, Day of month used, if day > maxdaysinmonth then last day of month is used, tested
[*] 2005-08-13: IMAP - SEARCH NOT body criteria - processing completely rewritten, tested
[*] 2005-08-13: WebAdmin - HU lang updated
[*] 2005-07-30: Linux - Avast - Local VPS loaded /avast/data/
[*] 2005-07-30: Linux - Avast - VPS (Virus base) installed
[*] 2005-07-29: Setup - Components - Protocols label - FTP service added
[*] 2005-07-29: Config - FTP and Web Alias dialog label fixed
[*] 2005-07-29: FTP - LIST response time delimiter ":", regional settings are ignored
[*] 2005-07-29: DomainKeys - RSA library - compatible with openssl, ASN1/DER decoding
[*] 2005-07-28: System - All base64 function names replaced - Manually edited
[*] 2005-07-28: DomainKeys - Research, RSA library implementation, compared results with openssl, PKCS#1 
[*] 2005-07-28: System - Settings default values updated
[*] 2005-07-28: Challenge Response - Word generating - O0I1 chars removed
[*] 2005-07-27: AntiVirus - AV initialization processed when first needed
[*] 2005-07-27: System - AVDone called on terminate
[+] 2005-07-27: Sendmail Tool - new tool for sending and queuing messages created, tested, several options, Linux and Windows compatible
[*] 2005-07-27: System - Logging Cache - Each service has a different logging cache, tested
[+] 2005-07-27: System Monitor - Report address supports flags for each email address, flags: data, cpu, memory, disk, conn, format flag+flag+..=email, eg: cpu+memory=report@domain.com (If CPU or memory report send to report@domain.com), tested
[*] 2005-07-27: Config - List Server - Vacation/NoVacation put on top above BL/WL
[*] 2005-07-26: API - Port specifications for Daytime and SNMP added
[*] 2005-07-26: Config - Advanced - Extensions - Few options renamed, port specifications for Daytime and SNMP added
[*] 2005-07-26: POP3 - Change password behavior updated - You need to manually bind POP3 to port 106 if required
[+] 2005-07-26: Config - SNMP Server - Advanced - Extensions option added
[*] 2005-07-26: Linux - SNMP Server got working, fixed UDP server library problem
[+] 2005-07-26: Config - AS and AV max threads controls added
[+] 2005-07-26: AntiSpam - Max Threads option implemented
[+] 2005-07-26: Filters - Max Threads option implemented, API updated
[+] 2005-07-26: System - Max Threads library implemented
[*] 2005-07-26: Linux - DB libraries - previous DBX support removed
[*] 2005-07-25: Linux - /etc/init.d/merakd support added, some more scripts debugging
[*] 2005-07-24: Linux - First version solely compiled in FPC, tested
[*] 2005-07-23: Linux - FPC - PHP icewarpphp extension support for MMCache debugged, tested
[*] 2005-07-23: SMTP - Logs - Receival message contains the message id (The same id found in the Received header)
[*] 2005-07-23: SMTP - Received header - id %s contains the message id - License id removed and no longer supported, tested
[*] 2005-07-22: Manual updated
[*] 2005-07-22: Tool - About info removed for commands - only kept in the help screen
[*] 2005-07-22: Tool - QUIET mode updated
[*] 2005-07-22: Tool - Display C_License properly now
[*] 2005-07-22: API - System - GetProperty - ansi strings support added, tested
[*] 2005-07-22: Linux - FPC - IM Modules building, makefile scripts
[+] 2005-07-21: System - System variables - SpamScore added, alias to SpamHits
[+] 2005-07-21: SNMP Server - Implemented, Services and system monitor finished, testing, snmp-mib.txt created
[*] 2005-07-21: SNMP Server - Parsing and creating SNMP structures support
[*] 2005-07-21: SNMP Server - Development, SNMP OIDs list created, UDP server and client test tool created
[+] 2005-07-21: API - SNMP Server enable/disable support added, system.conf updated
[*] 2005-07-21: Linux - First beta
[*] 2005-07-21: Linux - API - MERAKDIR - supports both env MERAKDIR and binary path, tested
[*] 2005-07-21: Linux - Wizards and other scripts testing
[*] 2005-07-21: Linux - New installation testing
[*] 2005-07-20: System - Notification account - Supports multiple addresses in the Notify To field
[*] 2005-07-20: Config - AntiSpam - Apply CR if score between - renamed
[*] 2005-07-20: Config - ODBC - Use multithread option removed, default off, still available via the API
[*] 2005-07-20: Zlib decompressing corrupt data handling added, tested
[*] 2005-07-20: Zlib 1.2.2 used
[*] 2005-07-20: Sales module - Updated
[+] 2005-07-20: Config - New Languages menu support added - lang files in xml/lang/, requires <?lang caption=""> specification
[*] 2005-07-19: Config - Apply SpamAssassin to messages already marked as spam by other filters removed - still available in spam.dat, on by default
[*] 2005-07-19: Auto Archive - Outgoing messages saved to "mailbox/~sent/" folder
[*] 2005-07-19: Config - Find - Up direction support added
[+] 2005-07-18: Config - Logs - Find... button added
[+] 2005-07-18: Config - Check for new version - "You are using the latest version" message added
[*] 2005-07-18: Linux - New installer and scripts added, tested
[*] 2005-07-18: New Avast OEM package used
[*] 2005-07-18: Manual updated
[*] 2005-07-18: IMAP - Fetch response command length extended to AnsiString
[*] 2005-07-18: DNSObject - Hosts file used even though the cache is not enabled
[*] 2005-07-18: WebAdmin - PT lang updated
[*] 2005-07-16: API - Recompiled
[*] 2005-07-15: Setup - Old license date expiration problem - try except added
[*] 2005-07-15: Linux - daemon mode - detaching from console added, setsid(), umask(), pipes closed
[*] 2005-07-15: AntiVirus - Zero size scanning disabled
[*] 2005-07-15: System - Attachment parsing - MaxAttachments constant introduced, tested
[*] 2005-07-14: Linux - SIGQUIT signal handling added
[*] 2005-07-14: System - SystemFunctionError implemented, LoadLibrary connected
[*] 2005-07-14: Linux - Control --noservices removed, Services starting/stopping from Control removed, stopservices updated - kill 15 and then kill 9
[*] 2005-07-14: API - Control statistics object problem fixed
[*] 2005-07-14: Linux - syslog support added, proper log levels used
[*] 2005-07-14: API - C_System_Logging_General_OutputDebugString renamed to C_System_Logging_General_SystemLogFunction, system.conf updated
[*] 2005-07-14: Setup - Upgrade online - Considers the PURCHASEURL info.xml tag
[*] 2005-07-14: SMTP - Filtering - Message deleted by %s log updated, reflects the type of the filter that deleted the message, tested
[*] 2005-07-14: AntiVirus - Command line filters - Directory specification last path delimiter removed - C:\Dir, fixes F-Prot problem
[*] 2005-07-14: DB - DBEmailFile - supports | and ; as SQL statement separator
[*] 2005-07-14: Config - Mailing list - Second SQL statement ; separated, internally replaced with |
[*] 2005-07-13: Linux - Aerial.ttf font added, SpamChallengeFont updated, relative and absolute path support added
[*] 2005-07-13: WebAdmin - User/Domain expires on - date reset problem fixed
[*] 2005-07-13: WebAdmin - domain.dat OPTION and RIGHTS value case insensitive - function.php
[*] 2005-07-13: Linux - Service parameters handling specific only to services
[*] 2005-07-13: Linux - Services stopping updated, tested
[*] 2005-07-13: Linux - libicewarpphp - uses new MERAKDIR environment variable to communicate with Merak services, tested
[*] 2005-07-13: Linux - merak.conf support removed
[*] 2005-07-13: Linux - service pids placed under merak/var/
[*] 2005-07-13: Linux - service pipes placed under merak/var/
[*] 2005-07-13: Linux - phpsocket placed under merak/var/phpsocket
[+] 2005-07-12: Challenge Response - BW recipient white list considered
[*] 2005-07-12: Challenge Response - CR emails - URL with system variables support put back
[*] 2005-07-12: System - Initialization of libraries updated, Main libraries not included in internal libraries
[*] 2005-07-11: Linux - Services - New result codes added, 1 - already running, 2 - other error
[*] 2005-07-11: Linux - Services - services are forked with fork() if not running with --nodaemon
[+] 2005-07-11: Linux - Services - --pid-file= --noservices --help parameters support added
[+] 2005-07-11: System - --nodaemon parameter added
[+] 2005-07-11: Linux - Services - Command line support for --user= --group= --chroot= --capabilities= --installdir= added, tested
[*] 2005-07-11: System - FindCmdLineSwitchValue new function implemented
[+] 2005-07-11: Tool - Support for -- and - switches added
[*] 2005-07-11: Linux - DB - Exceptions handling updated, GroupWare tables creation updated
[*] 2005-07-11: Linux - GroupWare tested with MySQL 4.1, working
[*] 2005-07-11: Config - Remote Linux platform - File path issues fixed, tested
[*] 2005-07-10: Linux - API - If merak.conf missing MERAKDIR environment variable used (applies to tool and libicewarpphp), tested
[*] 2005-07-10: Linux - Installation - removed ibsqlmda.so.2.50, libmysqlclient used directly
[*] 2005-07-10: Linux - ODBC - direct mysql libraries implemented, tested
[*] 2005-07-10: FPC - New direct mysql libraries implemented, Convertsion to CLX, MySQL 4.1 required
[*] 2005-07-09: FPC - RTL bugs fixed and recompiled (Pos() vs. short / ansistring, DefaultTextLineBreakStyle vs. Assign())
[*] 2005-07-09: FPC - makefile completed
[*] 2005-07-08: AntiVirus - Update date properly formatted according to regional settings
[*] 2005-07-08: Manual updated
[+] 2005-07-08: Command line Tool - Options support added, -QUIET added, tested
[*] 2005-07-08: IMAP - Flags processing updated
[*] 2005-07-08: Command line Tool - Result codes support added

8.2.2 [2005-07-08]
[+] 2005-07-08: SMTP - Protection - Perform a delay before processing an incoming SMTP connection - Implementation, tested
[+] 2005-07-08: Config - SMTP - Protection - Perform a delay before processing an incoming SMTP connection - New option added, API updated, system.conf updated
[*] 2005-07-08: AntiSpam - Subject marking applied to Quarantined messages
[*] 2005-07-08: AntiSpam - Update date properly formatted according to regional settings
[*] 2005-07-08: AntiVirus - Update date properly formatted according to regional settings
[*] 2005-07-08: Linux - New PHP compiled
[*] 2005-07-07: Linux - doc directory contains INSTALL and LICENSE files
[*] 2005-07-07: Linux - php.ini Extension_Path relative
[*] 2005-07-07: Config - AV enabled checkbox - Processing changed
[*] 2005-07-07: System - New CheckSettings function added, applied and tested
[*] 2005-07-07: FPC - mysql41 integration, new mysql41 header file created to fix incompatibility between mysql40 and mysql41, connections via unix sockets or TCP/IP, tested
[*] 2005-07-06: FPC - Alarm vs. Avast engine incompatibility fixed - Caused SMTP server to crash
[*] 2005-07-06: FPC - IsMultiThreaded compatibility problem fixed - Caused GroupWare to crash when started
[*] 2005-07-06: FPC - Swap incompatibility fixed - Fixes PHP FastCGI mulfunction
[*] 2005-07-06: Config - Entering a new license checks the reference key, Reference key mismatch problem displayed in a dialog, tested
[*] 2005-07-05: FPC - DB mysql integration
[*] 2005-07-05: FPC - makefile.fpc creation, all projects and libraries
[*] 2005-07-05: AntiVirus - Command line filters - Long paths "" added, tested
[*] 2005-07-05: API - API variables doc/api directory removed
[*] 2005-07-05: Config - License dialog - License state - Font color red added is Reference key mismatch
[*] 2005-07-04: FPC - Porting complete
[*] 2005-07-04: API - API variables also loadable from doc/api directory
[*] 2005-07-04: System - Variant handling - varString and varOleStr supported
[*] 2005-07-04: Linux - FPC icewarpphp Extension got working, tested
[*] 2005-07-04: Services - UpdateData one of the first system calls
[+] 2005-07-04: Linux - AntiVirus - AVG support added over unix sockets /tmp/avg.sock, tested
[+] 2005-07-04: AntiVirus - New system for different antivirus engines used, each service has to be enabled separately, API updated, system.conf updated, tested
[*] 2005-07-04: AntiSpam - CR email - System variables applied first then %s replacement
[*] 2005-07-02: Linux - AntiSpam - Bayesian DB installed
[*] 2005-07-02: Config - Account Domain admin rights - Loads global domain admin if account file is empty, tested
[*] 2005-07-02: License System - Reference key prefix support put back, tested
[*] 2005-07-02: WebAdmin - SSL port vs. Help problem fixed, tested
[*] 2005-07-02: Config - AntiSpam - Quarantine address option saved properly, tested
[*] 2005-07-01: Setup - XML install info updated
[*] 2005-07-01: Linux - FPC Tool tested
[*] 2005-07-01: Linux - Porting Merak API to FPC
[*] 2005-07-01: Linux - PHP extension libraries ported to FPC, libicewarphp.so tested
[*] 2005-07-01: PHP - GD extension added
[*] 2005-07-01: Setup - Localization of other Forms added
[*] 2005-07-01: Info.xml DEMOMESSAGE DEMOMESSAGESUBJECT removed, use Setup localization instead DemoMsg and DemoMsgSubject variables
[*] 2005-07-01: Setup - Info.xml reading updated
[*] 2005-06-30: Linux install script - Checks for merak.conf existence
[*] 2005-06-30: Config - Systray icon updated
[*] 2005-06-29: IMAP - STORE and FETCH - FETCH FLAGS response added, tested with Evolution, Thunderbird and others

8.2.0 [2005-06-29]
[!] 2005-06-29: Release date
[*] 2005-06-29: Manual updated
[*] 2005-06-29: IMAP - STORE and FETCH attributes setflags - Set only for shared mailboxes
[*] 2005-06-29: Linux - Control service - services start - execvp correct parameters supplied
[*] 2005-06-28: SMTP - Mailing Lists - Client moderated mode - If incorrect password the email is sent to the sender for approval
[*] 2005-06-28: SMTP - ListServer - REVIEW command support added for ODBC mailing lists, tested
[*] 2005-06-28: Linux - Control service starts and kills all services, startd and stopd scripts updated
[*] 2005-06-28: Linux - setuid and setgid used
[*] 2005-06-28: Linux - Paths changed to /var/run/merak/ pipes and phpsocket
[*] 2005-06-28: Tutorial updated
[*] 2005-06-28: Manual updated
[*] 2005-06-28: WebAdmin PT lang updated
[*] 2005-06-28: AntiVirus - symcsapi inside of the engine tested
[*] 2005-06-28: IMAP - Other mailbox simultaneous access issues solved
[*] 2005-06-28: IMAP - Folder duplicate UIDs checking function added
[*] 2005-06-28: IMAP - EXPUNGE functionality updated
[*] 2005-06-28: IMAP - STATUS command in a folder problem fixed
[*] 2005-06-28: GroupWare - Data migration - Index creation added
[*] 2005-06-27: Linux - merak.conf # comment character support added
[*] 2005-06-27: Linux - Installation and maintenance scripts updated, source $conffile used, tested
[*] 2005-06-27: Linux - all system .so libraries installed to /lib/
[*] 2005-06-27: Linux - PHP fastcgi socket /tmp/merak/phpsocket
[*] 2005-06-27: Linux - New message queue system used - based on pipe(), tested
[*] 2005-06-27: Linux - Socket pipes created in /tmp/merak/.pipe.{service}
[*] 2005-06-27: Linux - Kernel capabilities implementation, currently supports the merak.conf Capabilities= variable containing a textual representation of capability sets as in "man cap_from_text", tested
[*] 2005-06-27: Linux - If no Group set User's group used for seteuid
[*] 2005-06-27: Linux - /lib/libsqlmda.so.2.50 library installed
[*] 2005-06-27: SMTP - Mailing Lists - Subscription - All flags and attributes are preserved
[*] 2005-06-27: IM - Modules - Updated - All results contain the real To in the From attribute
[*] 2005-06-27: GroupWare - BR holidays updated
[*] 2005-06-24: Antivirus - Support for symcsapi added, tested
[*] 2005-06-24: Linux - /var/run/merak/ used
[*] 2005-06-24: FTP - File Upload/Download connection problem handling updated
[*] 2005-06-24: WebServer - Resource Access Error - new error implemented, tested
[*] 2005-06-23: Antivirus - symcsapi implemented and tested, libraries created, supports symcsapi/symcsapi.dll and symcsapi/symcsapi.dat (confstring)
[*] 2005-06-23: Linux - New avast engine used
[*] 2005-06-23: Linux - Services - Only one service can be running, other instances will be killed, tested
[*] 2005-06-22: Linux - Socket servers - shutdown(socket, 2) used for immediate accept() return - works different under Windows
[*] 2005-06-22: Linux - Service signal and kill handling updated, a new method used, tested
[*] 2005-06-22: Linux - Remote connection - Services start/stop changed the behavior, support for /var/run/ added, tested
[*] 2005-06-22: Linux - IsServiceRunning - Pipe connection established, tested
[*] 2005-06-22: IMAP - Date format - Day 2 digits used
[*] 2005-06-22: WebAdmin - IT lang updated
[*] 2005-06-21: Linux - Install script - Logs path problem fixed
[+] 2005-06-20: API - ServicesObject - ST_RunningTime new variable added - Numbers of seconds running
[*] 2005-06-17: Linux - Services - All services CreateOnDemand active
[*] 2005-06-17: ServerSocket object - CreateThreadOnDemand implementation, tested
[*] 2005-06-17: POP3 - Mailbox locking removed
[*] 2005-06-17: Config - AntiSpam - CR Bayes options removed from the interface
[*] 2005-06-17: Linux - Sockets - RemoteSin cleared on close, fixes an empty log line
[*] 2005-06-17: Linux - MessageQueue created after uid and chroot
[+] 2005-06-15: WebService - SSI support added, full SSI all commands and variables, a file extension needs to be assigned to "(ssi)" type (just like (isapi), (cgi) etc.), tested
[*] 2005-06-15: System - Outgoing/Incoming packet delay removed - Use bandwidth limits instead, Config, API updated
[*] 2005-06-14: IceWarpPHP extension - PHP error reporting added
[*] 2005-06-14: Linux - MessageQueue processing updated, if failure occurs the queue thread is terminated
[*] 2005-06-14: Linux - Chroot support added, WebPath and WebTempPath updated
[*] 2005-06-14: Setup - Removes old calendar.exe and installs new service cal.exe, tested
[*] 2005-06-14: Linux - Calendar DB creation tested
[*] 2005-06-14: WebAdmin - Remote accounts deletion changed
[*] 2005-06-14: Linux - startd script fixed - libicewarpphp.so loaded by PHP now
[*] 2005-06-13: Linux - Calendar install problem fixed
[*] 2005-06-13: Calendar.exe executable renamed to Cal.exe
[*] 2005-06-13: New default certificate with CN * created
[+] 2005-06-13: Config - Body Filters - Score messages containing no subject and no body, new rule added
[*] 2005-06-13: Body Filters - Score messages containing no subject and no body, new rule added
[*] 2005-06-13: HTML Filters renamed to Body Filters
[*] 2005-06-13: Config - Queue Size column sorting - Numeric sorting
[*] 2005-06-12: Setup - Free upgrade - Informative message boxes added
[*] 2005-06-10: GroupWare - BR holidays updated
[*] 2005-06-10: Filters - htRecipient - All session recipients + Last recipients are used, fixes a BW session RCPT TO issue
[*] 2005-06-10: Config - BW and IMAP filters - List displays only the used functions and values
[+] 2005-06-10: IceWarpPHP - All missing COM methods added, WebAdmin API classes updated
[*] 2005-06-10: License export - Contains reference key
[*] 2005-06-10: Manual updated
[*] 2005-06-09: WebAdmin - API classes updated
[+] 2005-06-09: API - New account - AuthenticateUserHash function added, IceWarpPHP extension updated, docs updated
[*] 2005-06-09: API - ServiceObject - GetServiceType - Other services than SMTP problem fixed
[*] 2005-06-08: Filter Engine - BW & CF - Logical funtions - BW NOT support added - SMTP AUTH, Size Greater/Lower, Spam, LocalIP
[*] 2005-06-08: SocketObjects - Linux - Support for UDP protocol added, server socket implemented and updated, tested
[*] 2005-06-08: System - W9x Start service problem fixed
[+] 2005-06-07: SocketObjects - Updated - Support for UDP protocol added, tested, UDP server socket object implemented tested
[+] 2005-06-07: Config - Tarpitting dialog updated - Action section added
[*] 2005-06-07: CRC32 - Blank string handling added - Caused problems on Linux
[*] 2005-06-05: BW - User and Domain BW actions - Cause the filter processing to stop unless there is a flag to continue
[*] 2005-06-05: SMTP - AutoResponder - Respond between dates - Last day problem fixed
[+] 2005-06-04: System - DownloadURL - Complete relative path expanding support added, tested
[+] 2005-06-04: System - DownloadURL - Support for cookies added
[*] 2005-06-04: WebAdmin - Accounts search - addslashes added
[+] 2005-06-04: WebAdmin - BW SMTP AUTH condition support added
[*] 2005-06-03: Linux - merak.conf support for Group= setegid added
[*] 2005-06-03: Linux - HD serial error output suppressed
[*] 2005-06-03: System - DownloadURL function unlimited length of URL support added
[*] 2005-06-03: System variables file updated
[*] 2005-06-01: System - GetMessageCharset - If not charset specified in the Content-Type header the Subject charset specification is checked
[+] 2005-06-01: Setup - New auto free upgrade to 8.1 added
[*] 2005-05-31: Linux - Sockets vs. unsuccessful SSL negotiation problem fixed
[*] 2005-05-31: Linux - IMAP INBOX case sensitivity problem fixed
[+] 2005-05-31: System - IP Login Restrictions implementation, the same function as for service FireWall (Access Restriction) used - groups supported, tested
[+] 2005-05-31: API & system.conf - IP Login Restrictions support added
[+] 2005-05-31: Config - Login Policy - IP Login Restrictions support added, Examples file created
[*] 2005-05-31: Linux - Services read the merak.conf User value and call seteuid and setguid so the service runs under the specified user
[*] 2005-05-31: WebAdmin - IceWarpPHP extension - ServiceObject Start and Stop methods added
[*] 2005-05-31: MerakCOM - ServiceObject introduced, Start and Stop methods added
[*] 2005-05-31: PHP - New template engine - support for numbers added
[*] 2005-05-30: Linux - Install script - Installs required libraries to local /lib directory, startd script uses the local /lib directory
[*] 2005-05-30: PHP - New template engine
[*] 2005-05-30: Manual updated
[*] 2005-05-30: Linux - Install and Startd scripts - User to start services under support added - merak.conf User=
[*] 2005-05-22: WebAdmin - IT lang updated
[*] 2005-05-22: Setup - Upgrades of old demo versions support added, tested
[+] 2005-05-22: Web / PHP - Linux template module compiled and installed, tested
[+] 2005-05-22: Web / PHP - New template engine developed and used, tested - Faster and IceWarp developed
[*] 2005-05-21: Config - Import from Windows NT vs. Account defaults problem fixed
[*] 2005-05-21: Config - Standalone version - Remote disconnect - License Expiration message disabled
[+] 2005-05-20: AntiSpam - Quarantine implementation
[+] 2005-05-20: Config - AntiSpam - Quarantine email address option added
[*] 2005-05-20: ODBC - Members from maling list - DB initializaed, DBLock used instead of generar ThreadLock
[*] 2005-05-19: Sockets - If no DNS server found in the DNS object Winsock functions will be used
[*] 2005-05-19: SpamAssassin - MaxScore applied before Report functions, AntiSpam Maxscore applied
[*] 2005-05-19: IM - Releasing a server connection - ShutDown method used - Fixes a long timeout issue
[*] 2005-05-19: Sockets - Server created sockets - Options set - Timeout and others, ShutDown method added
[*] 2005-05-19: WebAdmin - PT lang updated
[*] 2005-05-18: SMTP - Account - Tarpitting state - Immediately tarpits the session
[+] 2005-05-18: System - User defaults - ForwardTo support added
[+] 2005-05-18: Config - User defaults - ForwardTo support added, XML updated, langs updated, Groups updated
[*] 2005-05-18: Challenge Response - Default response email text updated and changed, example updated
[*] 2005-05-18: Manual updated
[+] 2005-05-17: Config - Message Statistics - Percentage and Total filters added
[+] 2005-05-17: PHP API COM Extension updated - Schedule and Statistics objects and functions added
[*] 2005-05-17: API - Statistics - New variables added
[+] 2005-05-17: PHP API COM Extension updated - Remote Accounts support added
[+] 2005-05-16: AntiSpam - Completely changed from flag system to score system - Bayesian, SpamAssassin, Body filters and others, 3 new scores implemented, testing
[+] 2005-05-16: Config - AntiSpam - new Action tab added, new antispam logics based on scores for all technologies, 2 new scores introduced, data loading and saving added
[+] 2005-05-16: DNSObject - Uses and loads the etc/hosts file - Both for Linux and Windows, tested
[*] 2005-05-15: System - Large mailbox size limit problem fixed - Division by zero vs. overflow
[*] 2005-05-15: Setup - Upgrade forced for all previous versions, tested upgrade from previous license and from the new license
[*] 2005-05-14: System - ObjectCollection converted to system Object - No longer a visual object, fixes a problem with multithreaded access to this object
[*] 2005-05-13: Config - GroupWare auto create DB option no longer available from the console
[*] 2005-05-13: WebAdmin - Domain admin right case insensitive
[*] 2005-05-12: Setup - Update button - Passes the current reference key and old license data, easy and fast way to upgrade
[*] 2005-05-12: Config - Account HelpIDs problem fixed
[*] 2005-05-12: Wizard updated
[*] 2005-05-11: WebMail API - User property password added, Controlled by Password policy
[*] 2005-05-11: SocketsObject - WaitForData - Timeout problem fixed, Fixes IM internal notification problem
[*] 2005-05-11: IM - Resource conflict - Previous resource freed
[*] 2005-05-11: Config - ETRN groupbox - Enable/Disable displaying added
[+] 2005-05-11: Config - Services list - Service Statistics menu item added
[*] 2005-05-11: Config - WebService - Application mapping - Application type (isapi),(cgi),(fastcgi) specification preserved
[+] 2005-05-11: Config - Services list - Service memory column added
[*] 2005-05-10: Linux - Incorrect CGI specification problem fixed
[*] 2005-05-10: Linux - Service memory info support added
[*] 2005-05-10: Linux - kill methods implemented
[*] 2005-05-10: Linux - Sockets updated - DNS and others
[+] 2005-05-10: Config - Tarpitting - Do Not Tarpit IP - Config updated
[+] 2005-05-10: Tarpitting - New option - Do Not Tarpit IP - Lets you use the tarpitting features but the Tarpit IP DB is not used, you can force such sessions to be closed only, suitable for spammer's IP addresses that change a lot, tested
[*] 2005-05-09: System - ProcessObject - kill method - SeDebugPrivilege enabling added
[*] 2005-05-09: System - Remote Administration - Control service statistics - Real stat method used
[+] 2005-05-09: Config - Service Statistics - Memory section added, tested
[+] 2005-05-09: System - ServiceStatistics - WorkingSetSize, PeakWorkingSetSize, PageFileUsage support added
[*] 2005-05-09: System - Received header creation - AnsiString used
[*] 2005-05-09: Sockets - Changed from ReadFile / WriteFile (and event based processing) to recv and send, SocketStreams removed, faster processing, tested
[*] 2005-05-09: SSL - Switched back to blocking mode, socket recv/send timeout options used
[*] 2005-05-09: SMTP - Outgoing queue processing updated
[*] 2005-05-09: Control - ISAPI extension support, some memory management changes
[*] 2005-05-08: Antivirus - Message RFC parsing - Thread locking applied if enabled for Antivirus
[*] 2005-05-08: System - Stopping services, if cannot stop the service is killed
[*] 2005-05-08: Setup - Stopping services, if cannot stop the service is killed
[*] 2005-05-08: System - Memory requirements decreased
[*] 2005-05-08: System - All services tested against memory leaks
[*] 2005-05-07: System - ZeroMem - System strings released
[*] 2005-05-07: System - Traffic and performance benchmarks
[*] 2005-05-06: System - pskill libraries development
[*] 2005-05-06: System - New server traffic tool test created, supports multiple recipients
[*] 2005-05-06: API - Fixed adding new non user accounts, IceWarpPHP updated
[*] 2005-05-05: SMTP - Challenge Response - All Users vs. multiple recipients User object problem fixed
[*] 2005-05-05: Config - Multiple selections - IMAP conversion support added
[*] 2005-05-04: IMAP - Shared folders - Domain restrictions - SharedParams parsing updated
[*] 2005-05-04: System - DNSQueryProperties object introduced - Used amongst all DNS objects
[*] 2005-05-04: System - Sockets - For client connections the internal DNS Object is used instead of the Winsock one - Fixes a huge memory leak in Winsock, faster DNS access
[*] 2005-05-04: System - WinSock gethostbyname detected a big memory leak under a heavy load in a multithreaded environment
[*] 2005-05-04: System - Sockets - Winsock 2 used
[*] 2005-05-04: System - Sockets - WSAStartup and Cleanup called only once per process
[*] 2005-05-04: WebAdmin - Mailbox view - SelectAll feature added
[*] 2005-05-04: Config - LicenseData vs. RemoteConnection vs. ExportLicense problem fixed
[*] 2005-05-04: Config - ListViewObject - Up/Down internal objects pointers moved, fixes Up/Down problem
[*] 2005-05-02: Manual updated
[*] 2005-05-01: Examples - Library module updated
[*] 2005-04-30: System - Authentication - Email Login vs. other mailbox name behavior changed
[+] 2005-04-29: System - URL Support for authentication added: http://user:pass@server/uri, tested
[*] 2005-04-29: System - URL actions support http:// and https://
[*] 2005-04-29: System - Statistics - Failed includes only failed deliveries
[+] 2005-04-29: WebAdmin - Turkish language added
[*] 2005-04-29: System - Memory leak testing objects created and tested, no memory leaks
[*] 2005-04-29: System - DNS Query cache - Thread locking updated
[*] 2005-04-29: System - Default backlog set to 5000
[+] 2005-04-28: WebAdmin - Accounts help support added
[*] 2005-04-27: System - SpamAssassin performance - RegEx calls - Serialized, 2x faster and better performance, tested
[*] 2005-04-27: System - SpamAssassin performance - MaxText set to 4kB
[+] 2005-04-26: System - System Variables - %%current_recipient%% added, Examples updated, tested - You can create a general rule for forward field: @remoteserver:%%current_recipient%% so all messages for the account will be forwarded to the same address but different server.
[*] 2005-04-26: WebAdmin - Domain admin login issue solved
[*] 2005-04-26: SMTP - BW processed after redirection (redirect.dat)
[*] 2005-04-25: System - All account forwards handled in HandleAccountForward
[*] 2005-04-25: System - URL download / missing problem fixed
[+] 2005-04-25: System - System Events new feature support added, tested
[+] 2005-04-25: Config - Task/Event item dialog updated, Event support added
[+] 2005-04-25: Config - Task Schedule renamed to Tasks & Events
[*] 2005-04-24: Config - Accounts - Up and Down arrow keys vs. BW problem fixed
[*] 2005-04-24: System - IP Address tarpitting - Bypass support added
[*] 2005-04-24: System - Log rotation - Rotation index - 2 decimal places
[*] 2005-04-24: SMTP - SMTP relay - RCPT TO remote server 4xx reply - Message delayed and tried later
[+] 2005-04-24: Config - FTP Users list - Group column added
[*] 2005-04-23: GroupWare - Canadian holidays added
[+] 2005-04-22: System - URL action support added, system variables URL encoded
[+] 2005-04-22: Config - All action based executables - New type URL added
[*] 2005-04-22: System Variables - SetActualTo and SetActualFrom - Headers swapped
[*] 2005-04-22: WebAdmin - Max accounts shown = 1000
[*] 2005-04-22: WebAdmin - Mailbox path supports UNCs
[*] 2005-04-22: WebAdmin - Supports UNCs
[*] 2005-04-22: Setup - /webmail/ directory not deleted if WebMail component removed
[+] 2005-04-20: Config - Service - Monitor implementation, tested
[+] 2005-04-20: System - Service Monitor implementation
[*] 2005-04-19: System - Service Monitor study
[*] 2005-04-19: System - TCP/IP server - Listen backlog unlimited backlog support added, Linux backlog updated too, Should fix problems with WSAECONNREFUSED and full queue
[*] 2005-04-18: Config - Members - mailing list - Edit File remote connection problem fixed
[*] 2005-04-18: JAJC - AS plugin - Body charset support added
[*] 2005-04-18: Config and system - Status - Statistics updated
[+] 2005-04-15: Config - Status - Statistics - FTP added
[+] 2005-04-15: Config - Status - Counters renamed to Statistics, Completely redesigned, services drop down added, new statistics items added, tested
[+] 2005-04-15: Config - FTP service statistics retrieved - Communication protocol updated, tested
[*] 2005-04-15: Config - License dialog - Updates for changed to Renewal period
[*] 2005-04-15: Uninstall - Removes all links from the start menu
[*] 2005-04-13: System - SpamAssassin loading vs. multithreads problem fixed
[*] 2005-04-13: Config - Linux - Remote connection - spam\spam.dat and rules file slash used - New function FormatRemotePath added
[*] 2005-04-13: System - GetFileTime - IMAP and SystemUnit - AllFiles constant used
[+] 2005-04-13: Config - Log rotation option changed to MB units
[+] 2005-04-11: Config - Strings Translation moved to SMTP Service - Other
[+] 2005-04-08: WebMail - Skinpacks added to standard webmail
[*] 2005-04-07: DNS - Smart cache is used for all system DNS queries (DNSBL, SpamAssassin, MX and others)
[+] 2005-04-07: Config - DNS query smart cache max limit option added, API updated, system.conf updated, tested
[*] 2005-04-07: DNSQueryCache object - Rewritten, Supports dynamic cached objects, limit support added, tested
[*] 2005-04-07: ExtListView object - rewritten, 3-4x faster, fixes mailing list members dialog performance
[*] 2005-04-06: System ObjectCollection - Rewritten, faster functions used
[*] 2005-04-06: System - Close connection when max message size occurs option removed - Caused message delivery retries from remote servers
[*] 2005-04-06: WebAdmin - Message view - Attachment flag removed - Opens inside of IE now
[*] 2005-04-06: Linux - INSTALL text file created and put to distribution
[*] 2005-04-05: Manual updated
[*] 2005-04-05: System - Session recipient attributes - Different values handling added, pointer type based, tested
[*] 2005-04-05: System Variables - %%Body <size>%% tested and fixed a small problem
[*] 2005-04-05: Challenge Response System - Multiple recipients full handling support added, All recipients control their CR behavior, testing
[*] 2005-04-05: Challenge Response System - Multiple recipients - For the complete multirecipient support you need to use the SeparateUsers option
[*] 2005-04-05: System - Multiple recipient and action attributes testing - AntiSpam vs. BW filters, tested
[+] 2005-04-05: System - Recipient action attributes added - None, Delete, Spam, Accept implemented
[+] 2005-04-05: BW System - Domain and Account BW lists behavior changed, Domain and Account filters do not control the global flags (Spam, Delete, Accept actions), they can control only the current recipient or domain recipients
[*] 2005-04-04: Config - Application protection updated
[*] 2005-04-04: System - ChangeMIMEHeader - Incomplete header item problem fixed
[+] 2005-04-04: System - List Server - Vacation/NoVacation command enable/disable support added
[+] 2005-04-04: Config - List Server - Vacation/NoVacation command enable/disable checkbox added, API support added, WebAdmin
[*] 2005-04-02: Config - Application protection - Checksum algorithm changed
[*] 2005-04-02: Licensing - Reference key segments - A different checksum algorithm used
[*] 2005-04-01: System - Log rotation - Every new day LogIndex is reset
[+] 2005-04-01: Config - FTP - Traffic Statistics support added, tested
[+] 2005-04-01: FTP - Traffic Statistics support added, FTP online statistics implemented, tested
[*] 2005-04-01: System - Service statistics - Service parameter passed, all services updated, tested
[*] 2005-04-01: Linux - License Reference key updated, a different segment1 source used
[*] 2005-03-31: Linux - License Reference key created, tested
[*] 2005-03-31: System - File extension renaming new function used
[*] 2005-03-31: Licensing - License state added - OK, Evaluation, Reference key mismatch, config updated, tested
[*] 2005-03-31: Setup - Reference key listed for upgrades, New structure of the reference key
[*] 2005-03-31: Licensing - Reference key checked always - Not only when entered the license, license contains 3 reference key segments
[*] 2005-03-31: API - New C_Reference support added - You can read the reference key with the command line tool (helpful for Linux installations)
[*] 2005-03-31: System - Mailbox path alphabetical sorting implemented, tested
[*] 2005-03-31: Config - Load Balancing - Only in the professional version
[*] 2005-03-30: Config - Mailbox path alphabetical sorting support added, Only in the professional version
[+] 2005-03-30: Config - Mailbox path alphabetical sorting support added, API added
[*] 2005-03-30: IPHelper functions updated
[*] 2005-03-30: Manual updated
[+] 2005-03-30: Config - License dialog - License Information displayed (Onwer and other)
[+] 2005-03-30: Config - License dialog - Subproduct displayed (Professional, Standard, Lite)
[*] 2005-03-30: Setup - New upgrade - License system added, made some changes
[*] 2005-03-29: System - Message headers file management completely rewritten, Much faster and less CPU dependent, tested (AddHeader, RemoveHeader, UpdateHeader)
[*] 2005-03-29: Licensing - License loaded only if the license file changed, Remote connection - License adding support added and other issues solved
[*] 2005-03-29: WebAdmin - Windows changed to API PHP extension, faster than COM
[*] 2005-03-29: Licensing - License XML export updated, all modules tested
[*] 2005-03-29: Licensing - Converting all modules to the new licensing system, testing, implemented, license entering and analysis works fine
[*] 2005-03-29: WebAdmin - IT lang updated
[*] 2005-03-28: FPC - Porting - POP3/IMAP, Control, IM and other services compiled and tested
[*] 2005-03-28: WebAdmin - Dutch lang added
[*] 2005-03-28: FPC - SMTP - Benchmark tests - Comparable to the original compiler
[+] 2005-03-28: FPC - Porting - Second phase finished, Used latest FPC snapshot - thread problem fixed, services compile and work fine now, the system can be compiled for a large variety of platforms and processors now
[*] 2005-03-26: License Module - Updated, Supports old and new licenses, tested
[*] 2005-03-26: IceWarpCOM - License object updated to support the new RSA licenses, supports both types now, added 2 new properties LicenseVersion, LicenseXML, tested
[*] 2005-03-25: Config - Tarpitting - Remove All Expired, problem fixed
[*] 2005-03-25: SA - CR defaults changed to 2-4
[*] 2005-03-25: RSA Licensing - Engine complete, ready to employ
[*] 2005-03-25: RSA Licensing - Zlib compression added for faster RSA encryption, testing
[*] 2005-03-25: RSA Licensing - New licensing engine development, Engine dialog - Key pairs management, XML structure created
[*] 2005-03-25: FPC - Porting - SMTP working with the original settings and configuration files, emails received, waiting for the FPC thread bug to be fixed
[*] 2005-03-25: System - Structures - Remote communication structures problem fixing, testing
[*] 2005-03-24: System - External Filters - ClearFilters updated
[*] 2005-03-24: FPC - Porting - All system structures compatible now
[*] 2005-03-24: System - All structures converted to packed records, automization engine created, testing
[*] 2005-03-24: System - Extract attachments function - Converts filename to allowed characters, fixes some issues
[*] 2005-03-24: Config - Global exception handler added
[*] 2005-03-24: IM - Server 2 Server communication tested, works fine
[*] 2005-03-24: FPC - Porting - Services CThreads and CMEM support added, FPC thread bug reported
[*] 2005-03-24: FPC - Porting - Second phase - Compiling services, Compiled SMTP service, Testing
[*] 2005-03-24: Setup - info.xml DEMOMESSAGESUBJECT new tag support added, implemented
[*] 2005-03-23: GW - Holidays - BR holidays added
[*] 2005-03-23: FPC - Porting - First phase finished, All libraries ported
[*] 2005-03-23: FPC - Porting - Cipher and Hash objects successfully ported, tested on Linux and Windows
[*] 2005-03-23: FPC - Porting - Cipher and Hash objects, rewriting assembler routines to plain source code processor instructions independent
[*] 2005-03-23: FPC - Porting - LinuxTypes, rwDaemon ported
[*] 2005-03-23: FPC - Porting - prExpr ported
[*] 2005-03-23: FPC - Porting - DataObject, Zlib, ICQ, ISAPI, RSA ported
[+] 2005-03-23: System - DNS Retry option added, API added, GUI added, tested
[*] 2005-03-23: New system.conf with default values 
[*] 2005-03-22: API Tool - Export - The first value is the primary id of the item (email address or domain name), tested
[*] 2005-03-22: FPC - Porting - SocketsObject and others ported
[*] 2005-03-22: FPC - Porting - First phase libraries - SystemObject ported
[+] 2005-03-22: FTP - Support for Sync Now item added
[+] 2005-03-22: Config - FTP - Sync Now button and feature added
[*] 2005-03-22: System - Support for w9x put back - FILE_SHARE_DELETE flag used only on NT systems
[*] 2005-03-22: System - Auto Archive Path - Auto fill in removed
[+] 2005-03-22: Config - FTP - Require OTP authentication option added
[+] 2005-03-22: FTP - Require OTP authentication option added, tested
[*] 2005-03-22: Config - FTP - Groups order dependent, Up and Down buttons added, sorting removed
[+] 2005-03-22: FTP - Home dir with variables, directory that does not exist gets created, only triggered by login of the user
[+] 2005-03-22: FTP - New variable $$homedir$$ added for mail server users the path points to user's mailbox path, tested
[+] 2005-03-22: FTP - Site path - Variables support added
[+] 2005-03-22: FTP - Permissions - Variables support added
[*] 2005-03-22: System - Deliver externally - Bypass fixed, tested
[+] 2005-03-21: Config - Status - Sessions - Support for rotated logs added, tested
[+] 2005-03-21: Config - Status - Logs - Support for rotated logs added, tested
[+] 2005-03-21: System - Log Rotation implemented, tested
[+] 2005-03-21: Config - Logging - Log rotation new option added
[+] 2005-03-21: API - Log Rotation new option added
[*] 2005-03-21: System - Mailbox duplicity being checked even for accounts with blank passwords
[+] 2005-03-21: SMTP - ListServer - VACATION and NOVACATION command support added, ListServer HELP response updated
[*] 2005-03-21: SMTP - CheckRecipient function updated - Supports <"text text"@domain> now, tested
[*] 2005-03-21: WebAdmin - Updated to use aaListServer, tested
[+] 2005-03-21: API - Created new account type - List Server (aaListServer)
[+] 2005-03-21: Config - System - Strings Translation - put back
[+] 2005-03-21: Config - Domain Disk Quota - diskquota.dat file editing put back
[*] 2005-03-21: Config - Tarpit - Removing problem fixed, correct items deleted, tested
[+] 2005-03-21: Config - Tarpit - Remove All button added
[*] 2005-03-21: System - Auto responder - SafeMode used (System Variables security)
[*] 2005-03-21: API - Some missing variables added, Service variables applied
[*] 2005-03-21: IM - MSN gateway - Errors suppressed
[*] 2005-03-20: WebAdmin - User SpamFolder problem fixed
[*] 2005-03-20: System - New domain admin creation - domain.dat not created any more
[*] 2005-03-20: WebAdmin - Max # of accounts displayed limit applied
[*] 2005-03-20: Config - User Statistics - Sent Amount the proper variable used
[*] 2005-03-20: WebAdmin - Domain admin Header & Footer editing disabled (security risk with system variables)
[*] 2005-03-20: Linux - Some stress tests performed to validate stability
[*] 2005-03-20: Linux - PHP tuning, scripts updated, can process more than 70 requests per second on a 750 Mhz CPU, FCGI variables set
[+] 2005-03-11: FTP - Integrated and Restriction options implementation, tested
[+] 2005-03-11: Config & FTP settings - Groups - Integrated and Restriction options added
[*] 2005-03-11: SMTP - QueueProc as a standalone function called separately
[*] 2005-03-11: System - AutoCheckConfig implemented
[+] 2005-03-11: Config and API - AutoCheckConfig new Load Balancing option added
[*] 2005-03-11: IMAP Shared - Domain restrictions - Support for multiple domains added
[*] 2005-03-11: WebAdmin - Mailing List - Moderated mode problem fixed
[+] 2005-03-10: Config - All PathDelim links replaced with system settings PathDelim
[+] 2005-03-10: System - Settings contain the platform specific path delimiter - Ensures propert handling when connected from Windows to Linux with the remote console, settings contain the platfrom identification
[+] 2005-03-10: API Tool - Import support added, tested
[*] 2005-03-10: Linux - Install with Avast tested
[*] 2005-03-10: WebAdmin - Domain statistics - API class typo fixed
[*] 2005-03-10: WebAdmin - Updated to reflect the new API constant names
[*] 2005-03-09: Linux - Installation - "x" attribute left only for executables the rest is set to off
[*] 2005-03-09: FTP - Alias path - Auto directory create added, tested virtual aliases and variables
[+] 2005-03-09: FTP - Path variables feature introduced, new variables $$username$$, $$groupname$$, can be used in the Alias section
[+] 2005-03-09: Linux - system.conf installed, Wizard updated with Submit system.conf, tested
[*] 2005-03-09: Tool - BATCH function prefix support added, converts variable=value to variable "value", converts "." in variables to "_", tested with system.conf file
[+] 2005-03-09: Linux - system.conf development
[*] 2005-03-09: API - Missing constants added
[+] 2005-03-09: API - Completely updated system API constants with comments, renamed and restructured to reflect the GUI structure, tested
[+] 2005-03-09: FTP - User and group Ratio limits implemented, tested
[+] 2005-03-09: FTP - User and group Amount limits implemented, tested
[+] 2005-03-09: FTP - User and group permissions applied, tested
[+] 2005-03-09: FTP - User authentication - User group loaded, tested
[+] 2005-03-09: FTP - User and group options - Max download and upload speed limit
[+] 2005-03-09: FTP - User permissions - Max directory size implemented, tested
[*] 2005-03-09: WebAdmin - PT lang updated
[*] 2005-03-08: SMTP - New SMTP sessions recipient attributes technology implemented, tested
[+] 2005-03-08: Config - FTP - Groups support added, Permissions - Max directory size added, Users - Groups and Options added, all tested, Saves and loads XML settings
[+] 2005-03-08: Service Binding - Unix sockets support added, tested, servicebind.dat example updated - SMTP;/tmp/meraksocket
[*] 2005-03-08: Linux - PipeServer SIGTERM thread signalled
[*] 2005-03-08: Linux - IsServiceRunning, Start/Stop service internal functions, GUI Remote Connection tested
[*] 2005-03-08: Linux - IPC and unix sockets file deleted when service stopped
[*] 2005-03-08: System - StopPipeServer called upon services stop
[*] 2005-03-08: New webmail - WebMail Protocol Specification
[+] 2005-03-08: Config - Tarpitting - Remove all expired added
[*] 2005-03-08: System - DateTime manipulation - Direct double types used
[*] 2005-03-07: Linux - Wizard - DB wizard updated to support all 4 types (Accounts storage, Logs, GroupWare and Challenge Response), tested
[+] 2005-03-07: API - Challenge Response and GroupWare Database management support added (Create and Drop tables), tested
[*] 2005-03-07: Linux - Challenge Response word image creation implemented using GD, testd, requires True Type Fonts to be installed and mapped in the spam.dat file (eg. /usr/lib/fonts/arial.ttf)
[*] 2005-03-07: Linux - Porting GD library, GD library implemented
[*] 2005-03-07: Linux - CPU usage functions implemented, tested
[*] 2005-03-07: Localization object - Tag value UTF-8 decoding and encoding support added
[*] 2005-03-07: FTP - Started when created the first ftp site without restarting the control service
[*] 2005-03-07: FTP - XML UTF-8 decoding when loading settings added, tested
[*] 2005-03-07: Linux - PHP startd script - PATH and PWD environment variables hidden, tested
[*] 2005-03-07: Tool - Incorrect API constant names handling updated
[*] 2005-03-07: System - ConvertHTMLToText - Removes double spaces - Fixes some RegEx issues
[*] 2005-03-06: System - ListServer - fputs problem fixed, maxmailsize fputs problem fixed
[*] 2005-03-06: WebService - HTTP request parsing updated
[*] 2005-03-06: Linux - Instalation - SSL certificate cert.pem installed, tested
[*] 2005-03-06: Linux - Wizards - Password input not displayed
[*] 2005-03-06: Linux - Instalation - SSL missing symlinks checking added, created if missing
[*] 2005-03-06: Linux - PHP - stripped version used
[*] 2005-03-06: WebAdmin - Account defaults vs. primary domain problem fixed
[*] 2005-03-05: Linux - SystemTime - DayOfWeek starting from 0, problem fixed
[*] 2005-03-05: System - All auto free threads have a synchronization function with the creation thread now
[*] 2005-03-05: Linux - The alpha is very much like stable now
[*] 2005-03-05: Linux - Merak and all modules officially tested on Red Hat (Fedora) and Mandrake, made some improvements and tweaks
[*] 2005-03-04: Linux - webmail skin folders forced to lowercase
[*] 2005-03-04: Linux - Install - Avast problem fixed, startd PHP lib problem fixed
[*] 2005-03-04: APIConst - Updated and added missing values
[*] 2005-03-04: Config - FTP license updated, tested
[*] 2005-03-04: FTP - FTP license support added, licensing engine updated, FTP server not started when expired or not purchased
[*] 2005-03-03: Linux - WebMail skins converted to lowercase
[*] 2005-03-03: New Avast OEM package and setiface.dll used, tested
[*] 2005-03-03: IceWarpPHP Extension - Fixed fatal error when no libphp4.so found
[*] 2005-03-03: Linux - Install scripts updated, PHP lib and ini location updated, system DNS retreived from resolv.conf, tested
[+] 2005-03-03: Linux - First alpha version with installation
[*] 2005-03-03: Linux - Wizard for mysql connection setup created and tested
[*] 2005-03-03: Linux - Tested Tables Creation and Connection management via the Tool, DB access to MySQL services testing, tested
[*] 2005-03-03: WebAdmin - New HTML examples support added
[*] 2005-03-03: Config - New HTML examples support added
[*] 2005-03-03: New HTML examples added, removed the old ones
[*] 2005-03-02: system - External Delivery - Bypass for internal handling added
[+] 2005-03-02: API - CreateTable and DropTables methods added, Tool - CREATE TABLES service connectionstring support added
[*] 2005-03-02: System - faDirectory attribute mask added
[*] 2005-03-02: Config - Make Primary - Full reload forced
[*] 2005-03-02: Config - Status - Logs IMAP support added
[+] 2005-03-02: Linux - Installation scripts, wizards, testing
[*] 2005-03-02: System - All paths use the InstallPath global variable
[*] 2005-03-02: Linux - fastcgi PHP with IMAP, MBSTRING and OPENSSL compiled, tested
[*] 2005-03-02: IM modules - Thread creation updated, tested
[*] 2005-03-02: ICQ & Yahoo modules - Updated, Session timeouts handling, select timeout 2/1 minute, tested
[+] 2005-03-01: Tool - Supports new FILE command BATCH - allows you to put any number of commands on multiple lines in a text file, tested
[+] 2005-03-01: Linux - First linux raw version, all modules ported
[*] 2005-03-01: System - Server max band width - Local connections considered and limit not applied to them
[*] 2005-02-28: Linux - Yahoo AUTH module ported and tested
[*] 2005-02-28: Config - License XML export - Remote connection - Exports the remote reference key
[*] 2005-02-28: Linux porting - Stable version, approximately 6x faster than Windows
[*] 2005-02-28: System - SSL - OpenSSL multithread tested
[*] 2005-02-28: System - SSL - OpenSSL multithread support added - CRYPTO_set_locking_callback, CRYPTO_set_id_callback, tested, Linux updated
[*] 2005-02-28: WebAdmin - Language charset support added, create a variable $CHARSET = "utf-8" in the alang.html file
[*] 2005-02-28: Yahoo Module - Ported to Linux, tested
[+] 2005-02-28: WebAdmin - Domain statistics support added, tested, security implemented
[*] 2005-02-28: ICQ Module - Porting to Linux, completely being rewritten, Blocking sockets used, Threads, ported
[*] 2005-02-27: WebAdmin - Account XML definitions, variable and values fixed
[*] 2005-02-27: Config - Mailbox type change vs. mailbox message conversion - Forces account save
[*] 2005-02-27: Linux porting - IM modules porting, MSN completely rewritten, tested
[*] 2005-02-27: Linux porting - Avast engine working, Viruses scanned successfully
[*] 2005-02-27: IceWarpPHP Extension - Objects list created so they can be released upon PHP ext rshutdown function
[*] 2005-02-27: WebAdmin - Domain admin add object problem fixed
[*] 2005-02-26: Linux porting - FTP service ported and tested
[*] 2005-02-26: Linux - CGI - Full support added, STDIN and STDOUT supported, tested
[*] 2005-02-25: Web Service - Complete CGI support, with stdin POST data writing
[*] 2005-02-25: IceWarpPHP extension - Boolean parameters handling added
[*] 2005-02-25: Web Admin - Tempalte engine - Dynamic arrays - 'reps' used
[+] 2005-02-25: Web Service - Linux - FastCGI support for unix sockets added, tested
[*] 2005-02-25: Socket object - Extended with Unix Socket support, tested
[*] 2005-02-25: Config - BW Dialog - NOT state problem fixed
[*] 2005-02-25: Linux - Socket servers - Added support for SO_REUSEADDR
[*] 2005-02-25: Linux - WebService - FastCGI debugging, successfully working, tested with webadmin and webmail
[*] 2005-02-25: WebService - Modules specification added - (cgi) (fastcgi) (isapi) at the beginning of the module definition, webserver.cfg example updated
[+] 2005-02-25: WebService - Fast CGI implementation, FastCGI object created and tested
[*] 2005-02-24: WebService - File download statistics updated
[*] 2005-02-24: SMTP - Mailbox size warning email - Contains Subject and Date of the original message
[*] 2005-02-24: Spam Engine - SpamAssassin Max Score option in (Spam.dat) implemented and added
[+] 2005-02-24: Web Service - Support for Range: header added, HTTP resuming, tested
[*] 2005-02-24: Logging - ServiceID part of the getlogfile function
[*] 2005-02-24: ISAPI - Session variable updated
[+] 2005-02-24: Web Admin - Ported to linux, Working 100%
[*] 2005-02-24: Web Admin - $_REQUEST used instead of $_POST
[*] 2005-02-24: WebService - SERVER_INSTALL_PATH removed
[*] 2005-02-24: Config - Right click - Make primary problem fixed
[*] 2005-02-24: HTTP Download routines - Proxy problem fixed
[*] 2005-02-24: Web Admin - UNC paths fixed
[*] 2005-02-23: Linux porting - WebAdmin working, PHP4 used (PHP5 problems found)
[*] 2005-02-23: Linux porting - WebAdmin - New classes created, tested
[*] 2005-02-23: Linux porting - Pipe Objects - Unix sockets updated and fixed
[*] 2005-02-23: Old service id removed, used only the one from path.cfg, updated API
[+] 2005-02-23: Linux porting - WebMail ported, tested
[*] 2005-02-23: Linux porting - CGI environment passing implemented
[*] 2005-02-22: WebMailCOM removed (Setup and usage)
[+] 2005-02-22: IceWarp PHP Extension - icewarp_spellecheckfunctioncall added, tested
[*] 2005-02-22: Ciher library - ASM functions rewritten for Linux
[+] 2005-02-22: IceWarp PHP Extension - icewarp_apifunctioncall, icewarp_domainfunctioncall, icewarp_accountfunctioncall, icewarp_remoteaccountfunctioncall wrapper functions added, tested
[*] 2005-02-22: Linux porting - IceWarp PHP Extension, ported to linux, tested
[*] 2005-02-22: WebAdmin - updated to be multi platform
[*] 2005-02-22: SMTP - List Server - Responses updated
[*] 2005-02-21: Linux porting - Command line tool ported to linux, tested
[*] 2005-02-21: Linux porting - merak api ported, only the interface functions
[*] 2005-02-21: Linux porting - MySQL DB implementation, tested
[*] 2005-02-21: Linux porting - PHP API libraries ported
[*] 2005-02-20: Linux - PHP5 CGI compiled with the template engine, tested
[*] 2005-02-20: Status - Queues - Customized Forward and Retry paths used
[*] 2005-02-20: Config - Mailing list member management - READ and POST rights problem fixed
[*] 2005-02-20: Web Admin - OSX Login screen CSS problem fixed
[+] 2005-02-20: System - Service Bandwidth option implemented, tested
[+] 2005-02-20: Config - Service Bandwidth option added
[*] 2005-02-20: System - Socket objects - Max Send / Receive Band Width feature implemented, tested
[*] 2005-02-19: DB.DLL - InitUsers - Custom query separated in standalone "()", fixes webadmin Search problem
[*] 2005-02-19: FTP Server - Maximum connections from single IP address implemented, tested
[*] 2005-02-19: FTP Server - Permissions directory access applied to directory listings (directory will not be listed if not accessible)
[*] 2005-02-19: WebAdmin - Mailbox view - Max Message Count implemented
[*] 2005-02-18: System - New PHP Objects
[*] 2005-02-18: Config - Wizard engine - UTF8 XML problem fixed
[*] 2005-02-18: Linux porting - PHP - Template module got working
[*] 2005-02-18: Linux porting - Control and web service - CGI got working, PHP tested
[*] 2005-02-18: Linux porting - Phase 5 - Module porting
[*] 2005-02-18: Config - Domain Admin dat file editing - Updated CRLF handling fixed
[+] 2005-02-18: Config - Statistics - Logs view - Clear button added
[+] 2005-02-18: Web Admin - New accounts - Default domain is the currently open domain
[+] 2005-02-18: Web Admin - User type (Admin, domain admin) icons support added, tested
[*] 2005-02-18: Linux porting - Phase 4 finished
[*] 2005-02-18: Linux porting - FormatDirectory - When editing over Control (Remote Administration) paths can end with "/" slash character
[*] 2005-02-18: Linux porting - SSL debugging, got working (SSL server and SSL client), tested
[*] 2005-02-18: Linux porting - Pipes updated
[*] 2005-02-18: Linux porting - TMessageQueueThread for messages handling created - msgsnd, msgget, msgrcv, tested
[*] 2005-02-17: Linux porting - Phase 4 - Testing
[*] 2005-02-17: Linux porting - Phase 3 finished
[*] 2005-02-17: Linux porting - Final code tweaks and changes, sources succesfully ported (Compiles on Windows and Linux)
[*] 2005-02-17: Linux porting - Phase 3 - Managed to compile the projects
[*] 2005-02-17: Linux porting - Phase 3 - Projects compilation
[*] 2005-02-17: webmailcom - spell checker COM recompiled
[*] 2005-02-17: icewarpcom - PHP extension recompiled
[*] 2005-02-16: Linux porting - phase 2 finished
[*] 2005-02-16: System - Linux Service - Timer object ported and tested
[*] 2005-02-16: IM - Server to server core - Completely rewritten thread handling - Mutexes used, platform independent
[*] 2005-02-16: IM - Client to Server core - Completely rewritten thread handling - Mutexes used, platform independent, tested
[*] 2005-02-16: BW Engine - Message size greater / lower logics swapped
[*] 2005-02-16: System - Linux Service library porting
[*] 2005-02-16: System - CmdLine processing updated, Platform indepdent methods used
[*] 2005-02-16: System - All windows messages rewritten to be platform independent -> SendServiceMessage PostServiceMessage
[*] 2005-02-16: System - Collections and other service specific functions converted to libraries
[*] 2005-02-16: System - InitService implemented, all services, tested
[*] 2005-02-16: System - ServiceNoShow w9x support removed
[*] 2005-02-16: System - One TServiceApplication object created and used instead of the old one
[*] 2005-02-16: System - Login policy - Updated, correct password does not get punished even though the account was blocked
[*] 2005-02-16: Web Admin - Domain and account name sorting case insensitive
[+] 2005-02-15: Web Admin - Domain skip list "!" support added, examples updated
[*] 2005-02-15: Linux porting - LDAP32 library ported
[*] 2005-02-15: System - Character constants kept in the StringUnit library
[*] 2005-02-15: System - All files and files names converted to lowercase
[*] 2005-02-15: Linux porting - phase 2
[*] 2005-02-15: Linux porting - PipeObjs library ported and tested, phase 1 finished
[*] 2005-02-15: System - All path definitions converted to lowercase (Platform independent)
[*] 2005-02-14: System - All path definitions with \ replaced with PathDelim (Platform independent)
[*] 2005-02-14: System - All \ and cBackSlash replaced with PathDelim (Platform independent)
[*] 2005-02-14: System - All *.* replaced with constant AllFiles (Platform independent)
[*] 2005-02-14: System - SSL Bug workaround option removed
[*] 2005-02-14: Linux porting - Ported: RegEx
[*] 2005-02-14: Linux porting - Ported: DNS objects, ZLib objects, SSL, and others
[*] 2005-02-14: Linux porting - First phase - Libraries porting, Sockets ported and tested

8.0.3 [2005-02-13]
[*] 2005-02-13: Localization engine - Forms XML - FORM tag and ID used, tested
[*] 2005-02-12: Socket Objects - Updated, converted, ready for Linux porting, tested
[*] 2005-02-11: Config - LDAP Service state updated
[+] 2005-02-11: Web Admin - Domain - Info tab added - Number of accounts and number of allowed accounts and more info, tested
[*] 2005-02-11: GW - Notifications - Date string fixed (Julian conversion added), tested
[*] 2005-02-11: Web Admin - Non admin account login - Incorrect password message used
[+] 2005-02-11: Config - Tarpitting IP list - Refresh button added
[*] 2005-02-11: Web Admin - Domain admin - Access not allowed + a blank page is displayed
[*] 2005-02-11: Web Admin - Domain admin - Domain edit fixed
[*] 2005-02-10: Localization engine - Tested
[*] 2005-02-10: Web Admin - PT lang updated
[*] 2005-02-10: Localization engine (Config and Setup) - XML structure changed, All tags have the name ITEM and contain an attribute ID with their original names, a special tool for conversion of old XML is available if requested
[*] 2005-02-10: Config - Localization of menu.xml added to the main localization XML file (MENUITEMS structure), tested

8.0.2 [2005-02-10]
[*] 2005-02-10: Web Admin - Domain Admins - Objects accessed follow the domain admin rights
[*] 2005-02-10: Web Admin - Domain Admins - Displayed objects follow the domain admin rights
[*] 2005-02-10: Old PHP engine 4.3.8 used (temporarily) - New version contains few bugs to be fixed
[+] 2005-02-10: Config - Statistics - Logs - Save To File feature added, tested
[+] 2005-02-10: Config - License Dialog - Display all licenses checkbox and implementation added
[*] 2005-02-10: WebAdmin - Domain admins cannot access in any way other domains they do not have rights to access (Account list, File access, Account and Domain access), tested
[*] 2005-02-10: WebAdmin - Support for domain.dat containing * for all domains added
[*] 2005-02-09: SMTP - Tarpitting unified, Anti relay tarpitting works with cross session flag
[*] 2005-02-09: WebAdmin - Domain expiration problem fixed
[*] 2005-02-09: Config - MakePrimaryDomain state disabled for primary domains
[*] 2005-02-09: Setup - Uninstall keeps data files
[*] 2005-02-08: Setup - Free upgrades specification precise
[*] 2005-02-08: Setup - Interface actual mode during upgrade selected
[*] 2005-02-08: Setup vs. Demo licenses - Licenses not generated during setup, ServerType flag used, Lite license type support added, tested
[*] 2005-02-07: System Variables - VirusDBDate problem fixed

8.0.1 [2005-02-06]
[*] 2005-02-06: IDP - RestoreData - FilesList support added, tested
[*] 2005-02-06: IDP - CanOverWrite problem fixed
[*] 2005-02-06: Config - FileObject vs MessageBox and window focus problem fixed
[*] 2005-02-06: WebAdmin - API - New methods called when displaying a blank new object form
[*] 2005-02-06: API - Account Defaults changed, Domain - Called only for New method, Account - Called after the first property set (Usually the u_type), AccountDefaults applied to User accounts only, tested
[*] 2005-02-06: Config - Account Defaults - Label units updated, rounding applied
[*] 2005-02-05: Wizard Engine - updated
[*] 2005-02-05: FTP Server - FTP Sync directory change issue (recursive) problem fixed, tested
[*] 2005-02-05: Config - FTP logs displaying added, tested
[*] 2005-02-05: FTP Server - Logging and client logging implementation, tested
[*] 2005-02-05: Config - FTP Service added, settings, tested
[*] 2005-02-05: System - ServerTitle max size added
[*] 2005-02-04: Setup - localization support updated
[*] 2005-02-04: Localization object updated
[*] 2005-02-04: XML Object - Tags with numeric values support added
[*] 2005-02-04: Web Admin - Virtual IP Binding login problem fixed
[*] 2005-02-04: Web Service - Virtual Hosts vs. Port problem fixed (non standard HTTP port)
[*] 2005-02-04: Web Service - File download - DELETE_SHARE flag used
[*] 2005-02-04: Wizard Engine - updated

8.0.0 [2005-02-03]
[!] 2005-02-03: Release date
[*] 2005-02-03: Config - Nag screen is not displayed if no local settings are present
[*] 2005-02-03: Command Line Tool - Save result handling added
[*] 2005-02-03: Config - /exportlanguage filename support added, tested
[*] 2005-02-03: Config - Wizard Engine - Finish wizard_step = -1 implemented, final XML wizard tweaking
[*] 2005-02-03: WebAdmin - DE lang added
[*] 2005-02-03: WebAdmin - DK lang added
[*] 2005-02-03: WebAdmin - Default Language and Layout login screen issue fixed
[*] 2005-02-03: Config - Wizard Engine - Buttons updated
[*] 2005-02-03: Config - FileEditObject StayOnTop attribute used
[*] 2005-02-03: Config - Logs - The same FindDialog as for FileEditObject used, tested
[*] 2005-02-02: Final manual version
[*] 2005-02-02: Setup - Setup localizable - Uses the localization object, use /exportlanguage parameter to export to setup.lng file, if setup.lng present the file will be automatically loaded
[*] 2005-02-02: WebAdmin - CS lang added
[*] 2005-02-02: WebAdmin - FI lang added
[*] 2005-02-02: WebAdmin - FR lang updated
[*] 2005-02-02: Localization engine - Support for unlimited string length added
[*] 2005-02-02: WebAdmin - CAT language added
[*] 2005-02-02: Previous Avast OEM package put back, tested
[*] 2005-02-02: FTP - Server Sync - final testing
[*] 2005-02-02: Config - New parameter - /noantivirus added, Lets you run the config from a shared network resource without loading the AV libraries
[*] 2005-02-02: Config - Wizard engine - Enter key handler added - Automatically calls the Next function
[*] 2005-02-02: WebAdmin - SK language added
[+] 2005-02-01: Config - FTP - Server Sync - Dialog implemented, tested
[+] 2005-02-01: Config - Find dialog greatly enhanced - Up, Down, Match case, Whole word etc.
[*] 2005-02-01: New Avast OEM package
[*] 2005-02-01: Config - Nag screen displayed always for trial versions, Interface mode comment added
[*] 2005-02-01: Setup - Menu -> Interface XML problem fixed
[*] 2005-02-01: BW Engine - All condition vs. Body flags (Forward message, Body etc.) problem fixed
[+] 2005-02-01: Config - Menu item - Load language added, Loads an XML language file on-fly, Language remembered in the console settings
[*] 2005-02-01: Config - Special Info.xml LOADINTERFACE added - Defaults to XML\Interface, tested
[*] 2005-02-01: System - XML\Menu renamed to XML\Interface
[*] 2005-02-01: Config - Root main menu item localization support added
[*] 2005-02-01: Localization object - TDynPanel support added
[*] 2005-02-01: Wizard engine - Auto focus JS added
[+] 2005-01-31: FTP Server - FTP synchronization finished
[*] 2005-01-31: FTP Server - FTP synchronization - FTP synchronization development, finished, tested
[*] 2005-01-31: Config - Interface mode engine updated - Support for controls LEFT, TOP, WIDTH, HEIGHT attributes
[*] 2005-01-31: Config - Custom Interface mode added - Reads XML/menu/custom.xml file, advanced.xml deleted, tested
[*] 2005-01-31: FTP Server - FTP synchronization - HTTP synchronization finished, tested
[*] 2005-01-31: FTP Server - FTP synchronization engine development - XML definitions, 3 sync types (FTP, HTTP, Directory), Directory finished and tested
[*] 2005-01-31: FTP Server - Settings loaded only if changed
[*] 2005-01-31: Wizards engine - Templates support added
[*] 2005-01-31: WebAdmin - HU lang updated
[*] 2005-01-31: WebAdmin - SP lang added
[*] 2005-01-31: WebAdmin - IT lang updated
[*] 2005-01-30: WebAdmin - Domain admins cannot save admin accounts, checking added, tested
[*] 2005-01-30: Setup - Wizards installing added, tested
[*] 2005-01-30: New domain and New user wizards finished
[+] 2005-01-30: Wizards engine finished
[*] 2005-01-30: Config - Anchor & Resize facilities added to - Web Service and FTP Service
[*] 2005-01-29: Config - Anchor & Resize facilities added to - ConnMgr, Account Defaults, Members, Groups, Patterns, Service Item
[*] 2005-01-29: Config - Traffic Charts - Static Filters added
[*] 2005-01-29: Traffic Engine - Static Filters statistics measuring added
[*] 2005-01-29: Mailing Lists - Server moderated with blank password are forwarded to owner to confirm by replying to the message, tested
[*] 2005-01-29: Config - Remote configuration - Can connect to previous versions - Requires a plain text password in the password field, All remote Interfaces compatible
[+] 2005-01-29: System - Task Schedule - Support for executable types added
[+] 2005-01-29: Config - Task Schedule - Executable type added - Application, StdCall, Cdecl
[*] 2005-01-29: Config - Task Schedule - Schedule dialog popup upon Task item edit removed
[*] 2005-01-29: Setup - Services uninstall added when disabled components during the setup (IM, GW)
[*] 2005-01-29: GW - Notification emails contain date
[*] 2005-01-29: COM API udpated
[*] 2005-01-29: Manual updated
[*] 2005-01-28: System - Expiration message can be localized via strings.dat file, examples updated, host name added to all expiration messages
[*] 2005-01-28: Config - WizardEngine - $wizard_step variable added
[*] 2005-01-28: Config - Interface Mode - New basic mode updated, Visible nodes attribute added and processed
[*] 2005-01-28: Setup - Std - Default Interface = Basic
[*] 2005-01-28: Config - Inteface Mode - Professional version interface handling rewritten - Uses internal XML definitions
[*] 2005-01-27: BW - Multiple conditions problem fixed
[*] 2005-01-27: Config - Add to systray on minimize - Enabled by default
[*] 2005-01-27: FTP - Passive data channels - Looped (Fixes some FW problems), PASV errors displayed
[*] 2005-01-27: WebAdmin - BW updated
[+] 2005-01-27: Config - Toolbar customization - Divider support added
[+] 2005-01-27: Config - Toolbar design changed, Bands added
[*] 2005-01-26: Account defaults XML - Boolean for DeleteMails fixed
[*] 2005-01-26: Wizard Engine - Wizard Path moved to Merak\Wizards, tested
[*] 2005-01-26: Traffic Engine - Negative numbers handling added
[*] 2005-01-26: Web Admin - Domain admins do not see the filename revealed (BW and Edit File)
[*] 2005-01-26: IDP - Support for separate files to be included in archives added
[*] 2005-01-26: Config - Wizard engine - Debug mode - Show source button added, Radio button handling fixed
[*] 2005-01-26: Setup - Web Server - Cache-Control: removed again - Caused problems
[*] 2005-01-25: Config - Special 16 basic colors Systray icon added, for Windows XP and higher the original icon is used (256 colors supported)
[*] 2005-01-25: Doc - Tutorial updated
[+] 2005-01-25: Config - New menu item - Automatically refresh selected statistics panel (30 seconds interval), Traffic Charts and Message Queue, tested
[+] 2005-01-25: Config - Systray icon support added, New option in the Options menu - Add icon to systray on minimize, tested
[*] 2005-01-24: Config - Can be run multiple times if consoles connected to servers
[*] 2005-01-24: Setup - Web Server - Cache-Control: special header for images cache added
[+] 2005-01-24: Config - Restructured System / Advanced and SMTP Service / Other, moved few controls, renamed and updated
[*] 2005-01-24: System - Bypass file for External Delivery support added
[+] 2005-01-24: Config - ActionPopupMenu implemented for Accounts object
[*] 2005-01-24: System - TActionPopupMenu conversion from MenuItem added
[*] 2005-01-24: Config - New ActionMainMenu - Shortcut support / tweak added
[*] 2005-01-24: Web Admin - FR lang added
[*] 2005-01-24: Web Admin - HU lang added
[+] 2005-01-24: Config - New ActionMainMenu support added (XP Menu Like)
[*] 2005-01-24: Setup - Demo settings - Self configurable account removed
[*] 2005-01-24: Config - Start without any XML error sustained
[*] 2005-01-24: Config - Wizard Engine - New variables - wizard_uri, wizard_root added
[+] 2005-01-23: Config - Traffic Charts - Statistics Panel added with Peak, Average and Total
[*] 2005-01-23: Created conversion library for ActionMainMenu - Converts MainMenu to ActionMainMenu live
[*] 2005-01-23: CPL Icon updated
[*] 2005-01-23: FTP Object - OTP Hex input support added
[*] 2005-01-23: Config - No domains vs. Status bar problem fixed
[*] 2005-01-22: Control - FTP - Separate FTP binding support added
[*] 2005-01-22: Config - Wizard engine - Wizard_Path converted to variable instead of constant
[+] 2005-01-21: BW - ALL condition works for sessions too, STOP session state - New flag S added, tested, examples updated
[+] 2005-01-21: Config - Status Bar usage added - Current location, Current server, Inteface mode items added, Images
[+] 2005-01-21: System - Authentication function OTP method support added (S/KEY Password encryption)
[+] 2005-01-21: FTP - OTP implemented (Secure authentication)
[*] 2005-01-21: Control - OTP (One-time password) implementation RFC2289
[*] 2005-01-21: Config - Charts - Left Axis labels size auto calculated based on the width
[*] 2005-01-21: Web Admin - Multiple domains vs. Domain administrator account limits problem fixed
[*] 2005-01-21: Config - Wizard - Wizard_Function implemented (ReloadConfig, ReloadAccounts, ConfigChanged)
[*] 2005-01-21: Config - Wizard - Wizard_Path problem fixed
[*] 2005-01-21: Setup - Web admin Menu shortcut fixed
[*] 2005-01-20: Config - Inteface Mode - Sheets problem fixed, finished
[*] 2005-01-20: Config - Basic Inteface Mode - XML definition first version
[*] 2005-01-20: Config & WebAdmin - Accounts Name label renamed to Alias
[+] 2005-01-20: Setup - Console Mode selection added, Other changes finished, tested, Menu XML files added to setup
[*] 2005-01-20: Setup - Updated - Old license display removed, Reference key display removed, Few controls renamed and moved
[+] 2005-01-20: Config - Remote Server Connection - Proxy support implementation added, tested
[*] 2005-01-20: Proxy server - Request parsing rewritten
[+] 2005-01-20: Config - Connect Form and Connection Manager Form - Proxy support added
[+] 2005-01-20: Config - Service Restart item added, tested
[+] 2005-01-19: Tool - Command line - EXPORT action added, Exports data in CSV format, tested
[+] 2005-01-19: Config - Interface mode - Implemented, Tested
[*] 2005-01-19: Config - Interface mode - XML implementation (Attributes TYPE (NODE MENUITEM CONTROL SHEET) ID INVISIBLE), tested
[*] 2005-01-19: Config - Interface mode - Study
[*] 2005-01-19: GroupWare - Recurrences - Weekend day and Weekday support added (Same behavior as in Outlook), Last day in month support added, tested all
[*] 2005-01-19: GroupWare - Recurrences - Weekend day and Weekday support added (Same behavior as in Outlook), Every n-th Weekend/Week day
[*] 2005-01-19: System - Account logon - User statistics login timestamp applied to all logons
[*] 2005-01-19: System - Account expires if inactive - Timestamp saved when account saved and timestamp file does not exist
[+] 2005-01-19: Config - Connection Manager finished, tested, Remote Connection description and Save Password options added
[*] 2005-01-19: Web Admin - XML definitions - few user options disable for domain admins
[*] 2005-01-19: Config - Remote Connection - New authentication method used, incompatible with old versions, tested
[*] 2005-01-19: Config - Wizard PHP problem fixed
[*] 2005-01-18: Config - Remote Server Connect dialog enhanced, processing updated, progress form removed, tested
[*] 2005-01-18: Config - Connection manager development
[*] 2005-01-18: Setup - New Icon added
[+] 2005-01-18: Config - New Icon added
[+] 2005-01-17: Config - Service - Max number of incoming connections option added
[*] 2005-01-17: System - Max Service Connections - Each service can have a different limit of maximum connections
[*] 2005-01-17: System - Tarpitting - Multiple IP addresses problem fixed (only one used)
[*] 2005-01-17: WebAdmin - BW filters updated
[*] 2005-01-17: Manual updated
[+] 2005-01-17: WebAdmin - Possibility to disable Section or Group added, tested
[*] 2005-01-16: WebAdmin - All XML definitions (Section and Tab names added_
[+] 2005-01-16: Antivirus - Thread engine locking feature added - Specify the maximum number of threads to be used by the AV engine, tested
[*] 2005-01-16: Examples - Default.ini updated, Header.dat added
[*] 2005-01-15: External Filters - Disabling filters upon ConfigUpdate problem fixed
[*] 2005-01-15: ODBC - Delete Domain - Deletes Domain records from the Alias table, tested
[*] 2005-01-15: Web Admin - User - IMAP account type order "0|2|1" changed
[*] 2005-01-14: Antivirus Module handling rewritten, tested
[*] 2005-01-14: Config - Mailing List - Header/Footer dialog added, Header/Footer dialog updated
[*] 2005-01-14: FTP Load settings - Default passive ports set
[*] 2005-01-14: Web Admin - BW Active checkbox added to all Accounts, names in XML rewritten
[*] 2005-01-14: XML Object - Tag names can contain "-","_",".",":" characters
[*] 2005-01-14: Web Admin - IT lang updated
[*] 2005-01-13: Web Admin - Mailbox view characters encoded
[+] 2005-01-13: Web Admin - Mailbox view and message view complete
[+] 2005-01-13: Web Admin - BW complete
[+] 2005-01-13: Web Admin - Message view implementation
[+] 2005-01-13: Web Admin - Mailbox view implementation
[*] 2005-01-13: System - TCP/IP Objects - AsyncStyles removed, Removed unneeded methods
[*] 2005-01-12: System - SaveStringToFile - CheckDir function added
[*] 2005-01-12: System - All TCP/IP Communication rewritten to just 2 objects (SSL support, Passive sockets), testing, tested
[*] 2005-01-12: Config - FTP Service - Remote connection problem fixed
[*] 2005-01-12: FTP Server - User system account integration - Account contains Email address
[*] 2005-01-12: Config - Localization processed before the first config loading
[+] 2005-01-12: Web Admin - BWEditing finished, CSS updated
[*] 2005-01-12: Web Admin - User comment field added
[*] 2005-01-12: Localization engine - Support for listviews and their header values added
[*] 2005-01-12: Web Admin - BW development
[+] 2005-01-11: FTP Server and console finished
[+] 2005-01-11: FTP Server - Directory aliases implemented, tested, (Virtual directories)
[*] 2005-01-11: WebAdmin - Example File - If blank area not displayed
[+] 2005-01-11: FTP Server - W3C logging support added
[+] 2005-01-11: FTP Server - IP Access restriction implemented, tested
[+] 2005-01-11: Config - Domain Admin Rights management dialog added
[*] 2005-01-11: System - IMAP mailbox conversion - ~Spam folder support added
[*] 2005-01-11: Config - Settings IMAP & LDAP logging added
[*] 2005-01-11: System - IMAP Logging - "m" added
[*] 2005-01-11: Account defaults - UserType removed
[*] 2005-01-10: Config - Web Service - Add new - Inherits the default settings
[*] 2005-01-10: CR validation function - "-" not needed to authorize the word
[*] 2005-01-10: BW Double click problem fixed
[+] 2005-01-10: Config - FTP Service dialog implementation finished, tested
[*] 2005-01-10: New manual beta
[+] 2005-01-10: Config - FTP Service dialog implementation
[*] 2005-01-10: FTP Object - Save and Load functions updated - Settings IPAccess, Alias and other options added
[+] 2005-01-10: Config - Account Defaults - New management introduced - Fully localizable labels and type values, tested
[*] 2005-01-10: System - Account Defaults - Domain NotifyBeforeExpiration and NotifyBeforeExpValue added
[*] 2005-01-10: Hosts.dat examples file added
[*] 2005-01-09: System - Examples Default.ini removed, Setup does not install default.ini 
[*] 2005-01-09: Config - Wizard engine - Form parsing - radio and checkbox support added
[*] 2005-01-08: System - BW - None action - No action performed
[*] 2005-01-08: GW - Insert item containing SET in the value problem fixed
[*] 2005-01-08: Web admin - Domain admin Accounts limit problem fixed
[*] 2005-01-08: Web admin - Domain admin - Rights disabled
[*] 2005-01-08: Config - User Type - Domain admin 2nd position, Web Admin updated too
[*] 2005-01-07: Tarpitted IPs management - Multi select support added
[+] 2005-01-07: Config - Storage / Local renamed to Storage / Load Balancing
[*] 2005-01-07: FTP Server - PROT P support (Private protection support for data connections added), FEAT updated
[*] 2005-01-06: FTP Server - Interface analysis
[+] 2005-01-06: System - BW Filters - Multiple conditions with boolean logics support added, Examples file updated, Tested
[*] 2005-01-06: Config - Queue - Button states updated
[*] 2005-01-06: FTP Object - Transfer interrupt detected
[*] 2005-01-06: FTP Object - FTPEnabled variable is set by FTP Hosts count
[+] 2005-01-06: Config - Tarpitting - Tarpitted IPs management added
[+] 2005-01-06: Config - BW Filter Item updated - Removed Default actions, Removed Flags editing
[+] 2005-01-06: System - BW Filters - New action "No Action" (4) added
[+] 2005-01-06: SMTP - List Server - JOIN command 4th parameter - FLAGS - support added, Tested
[*] 2005-01-06: Config - Wizard engine - PHP includes work for local files
[*] 2005-01-06: Config - Maximize on Windows XP problem fixed
[*] 2005-01-06: New PHP engine 4.3.11
[*] 2005-01-06: Config - Demo expiration message - The right functions used
[+] 2005-01-06: CR - New API Command - GetRandomWord
[*] 2005-01-05: WebAdmin - List_File - Example file support added
[*] 2005-01-05: WebAdmin - IE <button/> problem fixed - Refresh caused checked items to be deleted, JS updated
[+] 2005-01-05: Config - Context IDs mapping finished
[*] 2005-01-05: Config - Context IDs mapping
[*] 2005-01-05: Config - Menu.xml HelpIDs used and mapped with HelpContext
[*] 2005-01-05: Menu.xml - Context IDs filled
[*] 2005-01-05: New online manual structure and first raw version
[*] 2005-01-05: FTP Object - MLST and MLSD GMT time conversion added
[*] 2005-01-05: FTP Object - MLST support added
[*] 2005-01-05: New PHP engine 4.3.10
[*] 2005-01-04: FTP Object - FILE_SHARE_DELETE implementation - Lets you move or delete a file while in use, tested
[*] 2005-01-04: FTP Object - PORT - ACTIVE transfer implemented (Both PASV and PORT supported now)
[*] 2005-01-04: FTP Object - MODE Z - Zlib compression support for all transfers added
[*] 2005-01-04: FTP Object - XML settings file support
[*] 2005-01-04: FTP Object - Folder and files permissions support added (Hiearchic permissions frRename, frRead, frWrite, frDelete, frAppend, frList, frAccess, frMakeDir, frRemoveDir)
[+] 2005-01-04: Config - Logging - Object updated - Highlights and focus updated
[*] 2005-01-04: FTP Object - RFC959, RFC2228 and others
[*] 2005-01-04: FTP Object - Tested, no memory leaks, high performance, Multiple hosts support added, MAXUSERS implementation, Too bad login attempts implementation, WELCOME message implementation, Account types - FTP, System, Anonymous added
[+] 2005-01-04: System - TCP/IP FTP Object - SIZE and MDTM commands support added, HELP updated
[*] 2005-01-04: WebAdmin - SW lang support added
[+] 2005-01-03: System - New TCP/IP FTP Object - Complete protocol support with multiple extensions: AUTH, Explicit and Implicit TLS, PBSZ, PROT, FEAT, MLSD, REST and more
[+] 2005-01-02: Config - Path.cfg - New tab sheet Storage / Local added
[*] 2005-01-01: Year specification updated, Splash updated
[*] 2005-01-01: Config - Statistics - MonthDays index 1 problem fixed
[+] 2004-12-31: Config - Status panels - Scrollbar support added, Borders
[*] 2004-12-31: Web / Control - Service and certificate binding updated
[*] 2004-12-30: Config - Some final graphical changes - Borders, TitleArea - clBtnFace
[+] 2004-12-30: Config - IM Services - ListObject support added, tested
[+] 2004-12-30: Config - IM Hosts - ListObject support added, tested
[+] 2004-12-30: Config - Subdomains - ListObject support added, tested
[+] 2004-12-30: Config - IP Certificates - ListObject support added, tested
[+] 2004-12-30: Config - User - Password generator recreated
[*] 2004-12-30: Config - Spam mailboxes, No mailing list options moved
[*] 2004-12-30: Config - User Statistics - Auto display disabled
[*] 2004-12-29: Config - Console authentication - Problem fixed
[+] 2004-12-29: Config - TCP/IP Tunnel - ListObject support added, tested
[*] 2004-12-29: Config - ListObject - Save procedure deletes the file if zero length
[+] 2004-12-29: Config - Daytime servers - ListObject support added, tested
[+] 2004-12-29: System - Path.cfg - Support for remote paths with usernames and passwords added
[+] 2004-12-29: Config - Relay IPs - New listobject support added - Combines both the buffer and file IP addresses
[*] 2004-12-29: Config - BW Handling updated, New Domain - Empty BW list displayed
[*] 2004-12-28: Web Service - ISAPI and CGI Extensions - Server and Date HTTP headers added, tested
[+] 2004-12-28: Config - External Filters - ListObject support added
[+] 2004-12-28: Config - Redirect - ListObject support added
[*] 2004-12-27: Config - Control service renamed to Web / Control
[+] 2004-12-27: System - Content Filter - Is Local IP support added
[*] 2004-12-27: System - Mail Server update expiration notification added
[*] 2004-12-27: Web Admin - Account label URL variable added - Remote accounts display correct titles
[*] 2004-12-27: Config - Web Service - Custom settings - Disable state reflected
[*] 2004-12-27: Config - BW Filter - Active - Disable state reflected
[*] 2004-12-27: Config - Content Filter - Active - Disable state reflected
[*] 2004-12-27: Config - AntiSpam - Active - Disable state reflected
[*] 2004-12-27: Config - Password Policy - Disabled state reflected
[*] 2004-12-27: Examples - Domain admin domain.dat file updated
[*] 2004-12-27: Config - Service IP address dialog - Browse for certificate button added
[*] 2004-12-27: Config - Show domain description - Moved to Global Settings / Console, Other tab renamed to Console
[*] 2004-12-27: Config - Static Filters renamed to External Filters
[*] 2004-12-27: Config + WebAdmin - Some labels updated
[*] 2004-12-26: Web Admin - JS localization added, some other localization changes done
[*] 2004-12-25: Config - Accounts - SetFocus removed
[*] 2004-12-25: Config - Shared Folders - SetFocus removed
[*] 2004-12-25: Web Service - HTTP/1.0 connection close handling fixed
[*] 2004-12-25: Web Admin - Some translations added
[*] 2004-12-25: Web Admin - PT lang added
[*] 2004-12-23: Config - GroupObjectList - Old events handling added
[+] 2004-12-23: Config - User Groups - Apply settings checkbox added, Apply settings button added in the Users Group list section
[*] 2004-12-23: GetMailboxItems method - Int64 used instead of Cardinal
[*] 2004-12-23: WebService - Special Virtual Hosts - ISAPI modules - problem with virtual hosts fixed
[*] 2004-12-23: Config - Service IP binding - Case sensitivity fixed
[*] 2004-12-22: Config - GroupObjectList - OnKeyDown handler added - ENTER key support
[*] 2004-12-22: Config - GroupObjectList - OnKeyDown handler added - DELETE key support
[+] 2004-12-22: Config - User Groups - Domain records support added, tested
[*] 2004-12-22: User Groups - Domain records support added, domain specifies all users in that domain, tested
[*] 2004-12-22: Setup - RegSvr32.exe not needed any more, internal function used
[*] 2004-12-22: Config - Minor design changes and fixes
[*] 2004-12-21: Web Admin - Domain admins cannot edit user permissions
[*] 2004-12-21: Web Service - Tested with ActiveState Perl ISAPI, small changes
[*] 2004-12-21: Web Service - Tested with ActiveState Perl CGI
[+] 2004-12-21: Config - Mailing List - Members management complete, tested
[+] 2004-12-21: Config - Mailing List - Members dialog development
[+] 2004-12-21: Config - Web Service - Web Host dialogs contain browse buttons for folder/file
[*] 2004-12-21: Web Admin - Users - Limit mailbox size - MB units used
[*] 2004-12-21: Web Admin - Remote accounts - Password field used
[*] 2004-12-21: Web Admin - Users - ETRN variable fixed
[*] 2004-12-21: Web Admin - Remote accounts - Password field used
[*] 2004-12-21: Setup - XML directory is a directory object (Other XML files copied)
[*] 2004-12-20: Config - GroupListObject - ClearAndFree method used
[*] 2004-12-20: Config - Licenses dialog - Demo displays expiration
[+] 2004-12-20: System - Mailing lists - Members from group implementation
[*] 2004-12-20: Web Admin - Mailing lists - New source added - Members from group
[+] 2004-12-20: Config - Mailing lists - New source added - Members from group
[+] 2004-12-20: Config - User Groups implementation, Settings, Apply Settings, tests
[*] 2004-12-20: Account defaults - Tested
[*] 2004-12-20: System - Account defaults - Structures not cleared before setting the defaults
[+] 2004-12-20: Config - Account Defaults dialog added - XML definition in xml\accountdefaults.xml
[*] 2004-12-20: System - Account defaults - Domains IM and GW support added
[*] 2004-12-20: API - Account defaults Domain account defaults considered
[*] 2004-12-20: PHP engine - gzip encoding disabled because of IE bug
[*] 2004-12-19: System - Global Defaults problem fixed
[*] 2004-12-19: Config - Patterns & Service dialog IP List converted to ExtListObject
[+] 2004-12-19: Config - Processing Dialog updated
[+] 2004-12-19: Config - Proxy dialog updated and restructured
[+] 2004-12-19: Config - Service IP Binding - SSL certificates support added
[+] 2004-12-19: System - Service IP Binding - Support for service IP SSL certificates added, Each service can have a different certificate for any IP address, examples file updated
[+] 2004-12-19: AntiVirus - Block file types feature implemented, tested
[+] 2004-12-19: Config - AntiVirus - New tab Filters added, allows you to specify file types to be blocked easily
[*] 2004-12-19: Config - Web Service - New host - Default use default settings
[*] 2004-12-18: Web Service - Redirect on primary host fixed
[*] 2004-12-18: System - Login policy vs. non existing file vs. non existing mailbox directory problem fixed
[+] 2004-12-18: Config - Web Service - Final changes and polishing
[+] 2004-12-18: Config - Web Service - Access IP support added
[*] 2004-12-18: Web Service - IP-Restriction support added for any host
[*] 2004-12-18: Web Service - Redirect greatly enhanced - Supports URLs and URIs
[*] 2004-12-18: Web Service - CGI and ISAPI logging support added
[*] 2004-12-18: Web Service - CGI and ISAPI can be combined and used together, testing
[*] 2004-12-18: Web Service - Reloads web settings on fly (When saved from the administration console}
[*] 2004-12-18: Config - AntiVirus - Logging brought back, each module has Logging options in the module settings section
[*] 2004-12-18: Config - Services \ Logging \ Services vs. Service \ Service Form \ Logging problem fixed. Both can cooexist together
[*] 2004-12-18: Config - User Statistics moved to Accounts tab
[+] 2004-12-17: WebServer.cfg - Examples added and updated
[+] 2004-12-17: Config - Web Service Management complete
[*] 2004-12-17: Config - Web Service - Management development, All options present in the forms, Saving and load added
[+] 2004-12-17: Web Service - Errors support added, tested
[+] 2004-12-17: Web Service - Authentication host support added, tested
[*] 2004-12-17: Web Service - WCS, ISAPI, Proxy, others tested
[*] 2004-12-17: Setup - WebMail HTML - inc/mailserver.dat file added
[*] 2004-12-17: Setup - WebMail fixes - Working again
[+] 2004-12-17: Config - Services - Popup - Stop All, Start All added
[*] 2004-12-17: Setup - WebMail - settings.dat copied
[*] 2004-12-17: Web Service - Path set to webmail
[*] 2004-12-17: Setup - WebMail - SSL DLLs removed (they are part of PHP)
[*] 2004-12-17: System - Auto Archive - Renames .tm$ to .tmp
[+] 2004-12-17: Config - AV Dialog - Logging removed, Delete older removed, Used the global one
[*] 2004-12-17: Config - Service Logging - AV logging added for better orientation
[*] 2004-12-17: Web Service - Settings Case preserved
[*] 2004-12-17: Config - Groups renamed to Patterns
[*] 2004-12-16: Config - Web Service - Management development
[*] 2004-12-16: Web Service - Modules relative path support added
[*] 2004-12-16: Web Service - SaveWebSettings procedure implemented
[*] 2004-12-16: Config - ListViewManagement object development, finished, tests
[*] 2004-12-16: Config - New Web Service node added - Web Service and Proxy moved to the node
[*] 2004-12-16: Web Service - Tests
[*] 2004-12-16: Web Service - W3C logging support added - Extended W3C common logging format
[*] 2004-12-16: Web Service - ExpireMode and ExpireValue implementation added
[*] 2004-12-16: Web Service - Directory aliases section updated
[*] 2004-12-16: Web Service - Headers section support added
[*] 2004-12-16: Web Service - NoKeepHTTPOpen connection support added, connection handling updated
[*] 2004-12-16: System - GetUserStat - Output updated
[+] 2004-12-15: Config - User Statistics - Numeric statistics added
[*] 2004-12-15: Config - 800x600 optimization
[*] 2004-12-15: Config - Services - Popup menu added
[*] 2004-12-15: Config - Accounts - Options moved and sizes updated, web admin XML reflected, Proxy, IAS, SMTP - Delivery updated
[*] 2004-12-15: Web Service - Webserver.cfg examples updated to reflect all new changes and features of the new web service
[*] 2004-12-15: Web Service - Completely rewritten web service support - everything Virtual Hosts based
[*] 2004-12-15: System - Path.cfg - 5th line support removed
[*] 2004-12-15: System - Web Service - Development - Full web server engine
[+] 2004-12-15: Config - Mailing List - List File auto fill added
[+] 2004-12-15: Config - Message Queue - Status panel and information added
[*] 2004-12-15: Config - User Statistics - Chart data calculated from the whole log file (all records)
[*] 2004-12-14: Mailing List - ODBC SQL Statement - SELECT statement and DELETE statement separated with (SELECT CRLF ";" CRLF DELETE), old compatibility preserved
[+] 2004-12-14: Config - User Statistics - Charts support and reports added
[+] 2004-12-14: API - GetUserStatisticsDays new function added
[*] 2004-12-14: System - User statistics - GetUserStatistics - 2 modes - Days unit and Period unit
[*] 2004-12-14: System - User statistics - Old years stored in mail\domain\user\~Stat\yyyy.dat file, Amounts in kB units
[+] 2004-12-14: Config - Global Settings - Domain Administrators section added - domain.dat editing
[*] 2004-12-14: Config - Find dialog updated
[+] 2004-12-14: Web Admin - Final design changes
[*] 2004-12-14: Web Admin - Menu - Icons added
[*] 2004-12-14: Web Admin - Accounts list - Domain settings support added
[*] 2004-12-14: Web Admin - Select accounts - Cookie used
[*] 2004-12-14: Web Admin - Finished, First beta complete - http://server/accounts/
[*] 2004-12-14: Web Admin - JS Edit - Opener page to reload remembered
[*] 2004-12-14: API - Final changes for web admin
[*] 2004-12-14: Web Admin - Remote Account XML definition complete
[*] 2004-12-14: Web Admin - Field errors handling added
[*] 2004-12-14: Config - Message Queue - mailbox VK_Return handle to reload when changed added
[*] 2004-12-14: Config - Menu - Customize toolbar... added
[*] 2004-12-14: Config - Value semi-colon delimited
[*] 2004-12-14: Config - Shared folders displaying updated
[*] 2004-12-14: Tool command line - Exception handling added
[*] 2004-12-13: Web Admin - Mailing List XML definition complete
[*] 2004-12-13: Web Admin - List Server XML definition complete
[*] 2004-12-13: API - Some more API constant changes
[*] 2004-12-13: Web Admin - Static Route XML definition complete
[*] 2004-12-13: Web Admin - Notification XML definition complete
[*] 2004-12-13: Web Admin - Executable XML definition complete
[*] 2004-12-13: Web Admin - Catalog XML definition complete
[*] 2004-12-13: Web Admin - User XML definition complete
[*] 2004-12-13: Web Admin - Domain Admin account limit support added
[*] 2004-12-13: Web Admin - CSS - Object type icons added (Domains and accounts)
[*] 2004-12-13: Setup - PHP - Its own projects directory, Projects folder module based
[*] 2004-12-13: Config - All changes tested
[*] 2004-12-13: Config - Groups - Editing support added
[*] 2004-12-13: Config - Logging - restructured, List of services added for quick editing
[*] 2004-12-13: Config - Message Queue - Enhanced
[*] 2004-12-13: Config - ODBC Logging moved to primary Logging tab
[*] 2004-12-13: Config - Find dialog - Account settings moved to Global Settings
[*] 2004-12-13: Config - Groups node added
[*] 2004-12-13: Config - New Global Settings (Accounts) node added - moved domain globals to it, Account Defaults
[*] 2004-12-13: Config - User Statistics moved to Status and Global Settings
[*] 2004-12-13: Config - Services Access restructured
[*] 2004-12-13: Config - File Menu restructured
[*] 2004-12-13: Config - Traffic Charts - 30 days renamed to 1 month
[*] 2004-12-13: Config - Shared Folders - Bound IMAP account column field added
[*] 2004-12-13: Config - Web admin settings removed - Web admin standalone PHP module now
[*] 2004-12-12: API - Property error messages handling added
[*] 2004-12-12: API - U_ServicesAccess removed and created new constants for each bit
[*] 2004-12-12: System - GetBodyString usage 64kB limit used
[*] 2004-12-12: WebAdmin PHP development - First CSS and graphics, XML section labels added, Domain XML complete, Login screen language added - Cookie based (2 cookies used so far Language + Display all accounts)
[*] 2004-12-12: WebAdmin PHP development - Domain admin OPTION limits support added, XML disable attribute support added (add,edit,domainadmin,admin,all,true)
[*] 2004-12-12: WebAdmin PHP development - Titles and forms updated, Global domain admin rights added - config\domain.dat
[*] 2004-12-12: Setup - regsvr32.exe copied to the system dir
[*] 2004-12-11: HTML - index.html - Default redirect to /mail/ added
[*] 2004-12-11: Tool command line - MerakCOM.AccountObject used instead of MerakCOM.UserObject
[*] 2004-12-11: WebAdmin PHP development - All XML files created, first tests, XMLs need to be filled yet
[*] 2004-12-11: WebAdmin PHP development - First alpha with XML definitions missing
[*] 2004-12-11: WebAdmin PHP development - Remote account support added
[*] 2004-12-11: API - RA_POP3Server renamed to RA_Server
[*] 2004-12-11: WebAdmin PHP development - Search implemented
[*] 2004-12-11: WebAdmin PHP development - EditFile implementation + Examples support
[*] 2004-12-11: API - New C_InstallPath variable added
[*] 2004-12-11: Setup tested
[*] 2004-12-11: Setup - webserver.cfg updated to change webmail\web.dll to php\php.dll
[*] 2004-12-11: Setup - wmi.ini part of setupphp.dat, handling added
[*] 2004-12-11: Setup - webserver.cfg part of the main setup.dat, handling added
[*] 2004-12-11: PHP engine moved to PHP folder, webmail folder contains only webmail specific data
[*] 2004-12-11: System - CopyFolder - Copies empty folders
[*] 2004-12-11: IMAP Migration & Remote Accounts - Empty folders created
[*] 2004-12-11: IMAP Migration & Remote Accounts - Folder case preserved
[*] 2004-12-10: WebAdmin PHP development - First skeleton version ready, XML object description not complete yet
[*] 2004-12-10: API - New variable u_respondbetween added
[*] 2004-12-10: API - Date variables return VT_R8 real type
[*] 2004-12-10: WebAdmin PHP development
[*] 2004-12-10: Config - Accounts - Rightclick selects the node
[*] 2004-12-09: WebAdmin PHP development - Creating object XML structures
[*] 2004-12-09: API - AccountObject - EmailAddress read only property added
[*] 2004-12-08: WebAdmin HTML files removed
[*] 2004-12-08: Control - WebAdmin - Old Engine removed, New PHP version under development
[*] 2004-12-08: Tool command line tool - USERSTATISTICS support added
[*] 2004-12-08: API - APIObject - GetUserStatistics method added
[*] 2004-12-08: AntiSpam - Whitelist flag - Messages not checked (SpamCheck), Spam flag reset (SpamProcess)
[*] 2004-12-08: POP3 - IMAP - LIST and LSUB command response updated - Hiearchy delimiter response problem fixed
[*] 2004-12-08: Config - Added list icons for Remote Server Watchdog, Task Schedule, Message Queue
[*] 2004-12-07: API Examples updated - Remove users.dpr and domains.dpr and replaced it with Tool.dpr - Complete COM API based
[+] 2004-12-07: New command line Tool.exe introduced, Old users.exe and domains.exe removed, Properly tested, easy to use and understand, examples added, Add to setup
[*] 2004-12-07: GW - DB new field added Location: LctSelected varchar(1) - Default DB updated, Calendar.xml Create SQL updated, Migration functions added, Setup.exe updated
[+] 2004-12-06: Config - Toolbar customization feature added, final tests
[*] 2004-12-06: All 16x16 menu icons (37) fixed white edges
[*] 2004-12-06: PT webadmin lang updated
[*] 2004-12-06: Variables.dat examples updated
[*] 2004-12-02: GW - US Holidays fixed
[+] 2004-12-02: Config - Toolbar customization feature added, Right click the toolbar, tested
[*] 2004-12-02: API - Mailing List constants updated, 4 constants renamed
[*] 2004-12-02: SMTP - Mailing List - From and Reply To functions updated, tested
[*] 2004-12-02: Config - Mailing List - From and Reply To headers can contain anything, limitation removed, updated the internal functions, tested
[*] 2004-12-02: Config - Message Queue - Feature to view a user's spam folder added, Accounts submenu Status created and mapped
[+] 2004-12-02: Config - Menu - Add Domain and Add Accounts icons added
[+] 2004-12-02: Config - Tool bar functions ready and finished, recreated the original dynamic tool bar
[*] 2004-12-02: Config - Menu.xml new node type FUNCTION added, new functions: NEWDOMAIN, NEWUSER(Index) added
[*] 2004-12-02: Config - New tool bar implementation
[*] 2004-12-02: Config - SpeedButton object updated to support ImageLists
[*] 2004-12-02: Config - Final icons added
[*] 2004-12-01: API - New system constants added
[*] 2004-12-01: System - Return truncated message option implementation, tested
[+] 2004-12-01: Config - Return truncated message option added
[*] 2004-12-01: Tutorial updated
[+] 2004-12-01: Config - Message Queue - User's mailbox queue item support added, enables you to view any users mailbox content (even remotely), tested, Double click opens the Queue, right click menu added
[*] 2004-12-01: API - Faster access to Buffer structures, better memory management, tested all
[+] 2004-12-01: API - FindInitUsersQuery new function added, Lets you loop thru users meeting the search criteria. The Query parameter has to be 100% compliant with the SQL statements, file system accounts work too, see more info in the API documentation, updated InitUsers and DB.DLL to reflect the new structures. Eg: (U_Alias = 'john') And (U_Name like '%doe%')
[*] 2004-11-30: Config - Accounts - All accounts restructured, controls renamed
[*] 2004-11-30: Config - Accounts - B&W Tab added directly to the background for all accounts, handling add, tested
[*] 2004-11-30: Config - Domains - Restructured, B&W Tab added directly to the background
[*] 2004-11-30: Config - Executable types - Changed to drop down list
[*] 2004-11-30: Config - Accounts - Self Configurable accounts removed, Password - Auto generated, Alias not copied to password fields, New accounts default Sender - Owner
[*] 2004-11-30: Config - Accounts - Alias renamed to Name
[*] 2004-11-30: Config - Accounts - List Servers - Stand alone node - Not mixed with Mailing Lists any more, tested
[*] 2004-11-30: Config - Mailbox Sizes in MB
[*] 2004-11-30: Config - Groups - Moved to new tab under Other section
[*] 2004-11-30: Config - New B&W Icons, other new images, Menu images loaded from ImageList
[*] 2004-11-29: Config - Certificates - New tab under Other section
[*] 2004-11-29: Config - Shared Folders - New Accounts node Shared Folders, converted the old Dialog to the background, tested
[*] 2004-11-29: Config - Account Defaults moved to Account Policices
[*] 2004-11-29: Config - B&W, Active Sessions, History Sessions columns sizes saving added
[*] 2004-11-29: Config - Logs View - Instant messaging message archive support added
[*] 2004-11-29: Config - Menu Accounts - Restructured
[*] 2004-11-29: Auto Responder - Not applied to spam messages
[*] 2004-11-29: API - Converting null variants to integer problem fixed
[*] 2004-11-29: Users and Domains - Research
[*] 2004-11-29: Config - LDAP Start/Stop support added
[*] 2004-11-28: SpamAssassin - META == support added
[*] 2004-11-28: System - Services starting faster
[*] 2004-11-28: Config - Start/Stop services handling changed
[*] 2004-11-28: Config - Services ThreadCache updated
[*] 2004-11-28: System - SpamAssassin rules loading changed, Rules are loaded only when needed, Bayesian load updated
[*] 2004-11-28: XML Object - Updated - Used dynamic strings instead of static
[*] 2004-11-28: System variables - %%Body and %%Body_HTML optional max size parameter added, tested
[*] 2004-11-28: B&W Engine - Flags - System variables SafeMode enabled, tested
[*] 2004-11-28: System variables - SafeMode introduced, Some sessions cannot use commands like Include_File, Execute etc.
[*] 2004-11-28: IM Server - XML messages containing ' and " handled properly problem with Tag checking function fixed
[*] 2004-11-28: Traffic Engine - Update function - Reset XML nodes reused again
[*] 2004-11-28: Menu.xml - URL menuitems - Support for relative local paths added, internet URLs have to be full qualified URLs including the protocol http://server
[*] 2004-11-27: Info.xml - Tags not needed removed, updated
[+] 2004-11-27: System - B&W Lists - Forward as email and Forward as IM actions enhanced, better email formatting and more, tested
[+] 2004-11-27: Config - B&W dialog - Added Forward as email and Forward as IM actions, easy implementation of flags
[*] 2004-11-27: Config - Antivirus test email success - Problem fixed
[*] 2004-11-27: Config - Get Domain Config - Force option added - Antivirus Test message, Server Diagnostics
[*] 2004-11-26: Config - B&W dialog enhanced, added new B&W item dialog
[+] 2004-11-26: Config - New active sessions and sessions history processing, functions rewritten, Statistics updated after 5 seconds, tested, enhanced
[*] 2004-11-26: IMAP - Mailbox flag file locking updated
[*] 2004-11-26: Config - Content Filter and B&W Lists must be loaded when selected the Filtering node, BeginUpdate EndUpdate used
[*] 2004-11-26: Config - B&W Dialog put to the background, Both modes possible - Background and Dialog
[*] 2004-11-26: Config - New About dialog
[*] 2004-11-26: SMTP - Suppress command responses - Mailing list applied to all commands, Config updated
[+] 2004-11-26: Config - Traffic Charts - Zoom in and Zoom out with mouse added
[*] 2004-11-26: Config - List Server - No confirmation control renamed
[*] 2004-11-26: User Spam folder deletion problem fixed
[*] 2004-11-25: UpdateStringMasks "?*" problem fixed
[*] 2004-11-25: Web Sites - feature research
[*] 2004-11-25: Challenge.txt Example file updated
[+] 2004-11-25: New Interface - Message Queue - Queue type Drop Down List added (All, Incoming, Outgoing), implementation
[*] 2004-11-25: New Interface - Final design changes, TitleImage with a divider and frame
[*] 2004-11-25: Traffic Engine - GetTrafficData function performance considered, different XML handling routines used, speed increased
[+] 2004-11-25: New Interface - URL menuitem type support added, any item can contain a URL and it will be displayed when selected the menu item, tested
[*] 2004-11-24: New Interface - Menu icons added, menu.xml file reflected
[*] 2004-11-24: New Interface - Professional license mode compatibility put back - Professional features hidden, Nodes hidden
[*] 2004-11-24: New Interface - New TreeNode system used, rebuild the whole Menu.xml routines and function handling
[+] 2004-11-24: New Interface - Traffic Charts - Standalone node, Counters standalone node
[*] 2004-11-24: Traffic Engine - Midnight and force update functions update
[+] 2004-11-24: New Interface - Traffic Charts - DateTime X Axis used, Rounding dates, better labelling
[*] 2004-11-24: API - C_Version fixed
[*] 2004-11-23: New Interface - Old connection graph removed and replaced with Traffic Charts
[+] 2004-11-23: New Interface - Traffic Charts - Remote connection support added
[+] 2004-11-23: New Interface - Traffic Chart implemented, tests, See the history of the complete history traffic including Sent messages, Data transferred, Connections, RBL, Spam and much more
[*] 2004-11-23: Traffic Engine - GetTrafficData function implementattion
[*] 2004-11-23: Traffic Engine - Applied to all services
[+] 2004-11-23: New Interface - Service dialog - Service Status disabling support added
[+] 2004-11-23: Traffic Engine - Analysis, study, development, Engine tests, Keeps a complete history of every 5 mins. traffic for all services (Sent messages, Data transferred, Connections, RBL, Spam etc.), Kept in XML files under Status folder, anybody can read those files and create reports
[*] 2004-11-23: IM - Statistics - Client Peak implemented
[*] 2004-11-23: New Interface - Customized controls SaveSettings support added
[*] 2004-11-23: New Interface - ServicesList, Message Queue, ETRN List, Task Schedule, Remote Server Watchdog - TListItem with saved column states used
[*] 2004-11-23: API COM - User and Domain defaults problem fixed
[+] 2004-11-23: New Interface - Logs - Strip Date feature added
[*] 2004-11-22: XML - UTF8 Conversion - Unicode used instead of Ansi, fixes XML national character problems
[+] 2004-11-22: New Interface - Logs - Find / Search feature added - Ctrl+F
[*] 2004-11-22: New Interface - Panels handling - OnEnter handling updated
[+] 2004-11-22: New Interface - Status Logs - Displaying added, Date and Time period added, Cumulative logs retrieving, tests, Remote connection support added, tests
[*] 2004-11-22: Service logging - function completely rewritten, AV Logging part of the logging function
[*] 2004-11-22: New Interface - Menu.xml and Wizards.xml Icon attribute can contain an image index or the full path to a bitmap file to display
[*] 2004-11-22: New Interface - Wizards - Remote Connection disabled
[*] 2004-11-22: Config - Import XML updated - Converted to XML objects, Tarpit sender's IP action support added
[*] 2004-11-22: New interface & Control service - Both directions large chunk support and speed update added
[+] 2004-11-21: New interface - Message queue - Double click - 32kB peek of the file
[+] 2004-11-21: New interface - Service dialog - Logging moved to the Logging tab
[*] 2004-11-21: User statistics - Sent out data - Contains the size of all sent out messages (The same message with multiple different recipients)
[+] 2004-11-21: New interface - Message Queue feature implemented, tested, remote connection support added
[*] 2004-11-21: New interface - TCP/IP communication enhanced - Large data much faster to transfer
[+] 2004-11-21: New interface - Wizard engine displayed as a second root node, menu.xml updated
[+] 2004-11-21: Wizard engine - PHP_Path registry string added, You can specify a different path for PHP
[*] 2004-11-21: New Interface - Wizard engine implemented, tests, wizards XML loading, 
[*] 2004-11-21: menu.xml MENUITEMS root node added
[*] 2004-11-21: AntiSpam - Bypass for AUTHenticated sessions added
[*] 2004-11-21: DB.DLL - LoginPolicy support updated
[+] 2004-11-20: System - DownloadHTTPFile - Proxy request support added, tested
[*] 2004-11-20: AntiSpam - Proxy support added - Spam.dat
[*] 2004-11-20: DB.DLL - Convert accounts to table Aliases function support added
[*] 2004-11-20: System - No auto responder for - Problem with pattern masks fixed
[*] 2004-11-20: MatchString function added - Removed the old one, Patterns can contain multiple number of '*?' characters, '?' support added
[*] 2004-11-20: StaticFilters extended - New session variables added - SMTP AUTH and others, Library file updated
[*] 2004-11-19: New Interface - Header / Footer - HTML controls added
[*] 2004-11-19: New Interface - Firewall removed, Service dialog - IP Access restriction feature added, Thread Cache and Client connections Service dialog added
[*] 2004-11-19: New Interface - Final controls location updating, finding the right tabs and controls
[*] 2004-11-19: Interface - Strings.dat moved to file only, Convert From: Header moved to file only, Config Service ID - Use path.cfg Service ID instead
[*] 2004-11-19: Global auto responder option removed
[*] 2004-11-19: New Interface - Get session log record vs. Logging cache problem fixed - Logs flushed
[*] 2004-11-19: New Interface - Licenses - All licenses have the Upgrades displayed
[*] 2004-11-19: Control service - PUT undocumented support removed, GetDefaultFile - If result empty index.html returned
[+] 2004-11-19: New Interface - Wizard system development, first beta created, tests
[+] 2004-11-18: All interface constants localized - XML localization possible
[*] 2004-11-18: System message string translation converted to the localization engine
[*] 2004-11-18: Localization engine created - All Form objects and strings - Kept in XML, Tested
[*] 2004-11-18: All interface constants kept locally in resource file
[+] 2004-11-18: IMAP - Client statistics updated
[+] 2004-11-18: New Interface - Status - Nodes renamed - Traffic - Counters & Charts, IMAP client and IM client connections added
[*] 2004-11-17: New Interface - All TUpDown controls removed
[+] 2004-11-17: Login policy - Behavior changed - When account blocked it is blocked until the second correct password attempt, tested
[*] 2004-11-17: New interface - ServiceSettings dialog removed and recreated
[*] 2004-11-17: New interface - New Service dialog created - Port and IP specification, ServicesSettings - IP Binding removed and moved to Service dialog, Services dialog finished and tested
[*] 2004-11-17: New interface - SaveData functions updated
[*] 2004-11-16: New interface - Services implementation, List of services, nodes, statistics, Start & Stop button, first phase of Services finished
[*] 2004-11-16: New interface - AntiSpam dialog converted, restructured controls, Information updated
[*] 2004-11-16: New interface - AntiVirus dialog converted, restructured controls, Information updated
[*] 2004-11-16: New interface - TaskSchedule, RemoteServerWatchDog, ETRNATRN dialog converted and tested thouroughly
[*] 2004-11-16: New interface - ContentFilter dialog converted
[*] 2004-11-16: New interface - SystemBackup dialog converted
[*] 2004-11-16: New interface - ProxyServer dialog converted
[*] 2004-11-16: New interface - AutoArchive dialog removed and recreated
[*] 2004-11-16: New interface - SystemMonitor dialog removed and recreated
[*] 2004-11-16: New interface - UserStatistics dialog removed and recreated
[*] 2004-11-16: New interface - Password Policy dialog removed and recreated, change behavior of the [:] user password button - Generates a new password automatically
[*] 2004-11-16: New interface - Firewall dialog removed and recreated
[*] 2004-11-16: New interface - Directories dialog removed and recreated
[*] 2004-11-16: New interface - Other option dialog removed and recreated
[*] 2004-11-16: New interface - Old StaticsForm added - 3 new nodes - Connections, Volume, Sessions
[*] 2004-11-16: Location of info.xml and menu.xml changed to XML folder, Setup updated
[*] 2004-11-15: New interface - License menu items removed and put to the dialog
[*] 2004-11-15: New interface - Phase #2 finished
[*] 2004-11-15: New interface - New license window created and tested
[*] 2004-11-15: New interface - Interface handling routines
[*] 2004-11-15: New interface - Removed all objects and created the menu.xml
[*] 2004-11-14: New interface - First phase - Accounts section converted to FrameAccounts, tested
[*] 2004-11-14: New interface - Analysis, research, new menu structure, implementation notes, studies
[+] 2004-11-14: Service binding - Examples file servicebind.dat added
[+] 2004-11-14: New binding system for all services, lets you bind any service to any IP or port, multiple bindings, tested
[*] 2004-11-14: Default.ini - ExpiresInDays - Automatically enables the Expires checkbox for both Account and Domain
[*] 2004-11-13: WebAdmin IT lang udpated

7.6.4 [2004-11-13]
[!] 2004-11-13: Release date
[*] 2004-11-12: Manual updated
[*] 2004-11-12: Documentation server - moved files to Config location updated
[*] 2004-11-12: System - Usage of the following files moved to Config directory Cert.dat, Cert.pem, Default.ini, Info.xml, db.ini moved to Config dir, tested setup and usage
[*] 2004-11-12: Setup - Cert.dat, Cert.pem, Default.ini, Info.xml, db.ini moved to Config dir
[*] 2004-11-12: Setup - Client notification tool removed
[*] 2004-11-12: Info XML parsed with XMLObject - Loaded only once
[*] 2004-11-12: Examples variables.dat updated
[*] 2004-11-11: System - Self generated messages (Task Schedule and others) - SendMsgProc - SystemVariables processed although there is not session
[*] 2004-11-10: Manual updated
[*] 2004-11-10: MIAS - Manual updated
[*] 2004-11-10: Login policy - Manual updated
[*] 2004-11-10: Login policy behavior changed - Accounts do not get disabled but there is a longer delay when account blocked but still the account is able to login
[*] 2004-11-10: Config - MIAS - new checkbox added Bypass all trusted IP addresses
[*] 2004-11-10: GetSessionLog record - ServiceID problem fixed
[*] 2004-11-10: Varibles examples updated
[*] 2004-11-09: System - GetDiskFree method fixes so it supports UNCs (\\SERVER\)
[*] 2004-11-09: Forms and objects translation engine updated - changed to XML support, tested
[+] 2004-11-09: Config - MIAS - CR Separe users checkbox - Radio button used instead and renamed it
[*] 2004-11-09: Services Access - Calendaring removed to GroupWare
[*] 2004-11-09: Setup - other.dat IDP package extracted as the last package in the whole installation
[*] 2004-11-09: Complete XML parser added to the XML objects
[*] 2004-11-08: System Variables - Support for multiple %%Function <Parameter>%% variables added - Header, Include, Exec and others - A line can contain multiple variables of the same kind with different parameters
[*] 2004-11-08: ODBC - DB Aliases full string escaping support added
[*] 2004-11-07: GroupWare - Group option GrpRemindersDisabled implemented, tested update, clear setup, and create tables
[*] 2004-11-07: Setup GroupWare DB update: ALTER TABLE EventGroup ADD GrpRemindersDisabled varchar(1), Original calendar.db updated, Calendar.xml Create statement updated
[*] 2004-11-06: System - Description support for Remote Server Watchod, ETRN, Task Schedule 
[*] 2004-11-06: Config - Description control added for - Remote Server Watchod, ETRN, Task Schedule
[*] 2004-11-06: Control WebMailAPI - CHALLENGERESPONSE and INSTANTANTISPAM global active option considered
[*] 2004-11-06: Export License - LICENSEBLOCK - trim used
[*] 2004-11-06: WebAdmin - Domain Admin cannot edit Domain Type, IP Address etc.
[+] 2004-11-05: MMCache makes PHP run at least 4x faster
[*] 2004-11-05: Setup - MMCache extension installed, WMI.INI updated
[*] 2004-11-05: Interface analysis
[*] 2004-11-05: Turck MMCache 2.4.6 project added - PHP Encoder and Optimizer
[*] 2004-11-03: Setup - other.dat IDP archive support added
[*] 2004-11-03: IceWarpCOM - Multiple licenses support added 2 new methods: LicenseCount and SelectLicense 
[*] 2004-11-02: GW Internal function IsRunning window name problem fixed
[*] 2004-11-02: XML License - LICENSEBLOCK tag added - Contains all licences
[*] 2004-11-02: favicon.ico removed - Patch possible on demand
[*] 2004-11-02: API - MailboxConversion new parameter Recursive added
[*] 2004-11-02: IMAP / POP3 Mailbox conversion - All folders recursively converted (Complete mailbox conversion)
[*] 2004-11-02: IMAP / POP3 Mailbox conversion - Old folder messages deleted when converted to the new folder
[*] 2004-11-02: Web server - HTTP/1.1 problem fixed with keep live connections - CRLF removed  - New opera 7.x compatible
[*] 2004-11-02: WebAdmin - Domain admins cannot delete domains
[*] 2004-11-01: SMTP - Client session server response error vs. QUIT and disconnect issue solved
[*] 2004-11-01: GWO - New features and changes
[*] 2004-11-01: WebMailAPI - Domain user mailbox size limit support added
[*] 2004-11-01: Relay.dat examples file udpated
[*] 2004-10-31: Web admin - GW statistics support added
[+] 2004-10-31: Config - GW statistics support added
[*] 2004-10-31: GroupWare - Statistics retrieving support added
[*] 2004-10-31: API - Statistics - GW support added
[*] 2004-10-31: POP3 - Retrieve a file - If IMAP account then if file not found the real IMAP file will be found
[!] 2004-10-31: IAS - Challenge Response - Blank MAIL FROM:<> needs special CF or B&W handling, such messages will be CR bypassed
[*] 2004-10-31: Delete Spam Folder messages - deletes only .tmp and .imap files
[*] 2004-10-29: AntiSpam - Multiple recipients subject marking ([Spam] removal) problem fixed
[*] 2004-10-29: GWO - Journals support added
[*] 2004-10-29: WCS Module - First JWChat with JSJaC tests, few changes, ready to be used
[*] 2004-10-28: Config - Domain panel label DomainChange problem fixed (Visual issue)
[+] 2004-10-28: WCS Module - IM JEP-0025 HTTP Polling implementation, first version - Proxy link: http://server/wcs/
[*] 2004-10-28: IceWarpCOM - Mailer new method ResetRecipients added
[*] 2004-10-27: Licensing system - Support for on-line license retrieval added - Part of the new web site (works when released the website)
[*] 2004-10-27: Config - Display 3rd party licences checkbox added
[*] 2004-10-27: System - License XML export - Contains ensim license
[+] 2004-10-27: Config - CF - Extract Attachments - Overwrite checkbox added, implementation
[*] 2004-10-27: System - ExtractAttachments function - OverWrite parameter added
[*] 2004-10-27: SMTP - EHLO Response Extensions (policy.dat) problem with adding fixed
[*] 2004-10-27: GroupWare server - Reminder ActionType = N (NOACTION) support added
[*] 2004-10-27: SMTP - Domain Alias - Non existing users - rejected, the primary domain used
[*] 2004-10-27: System Variables - Multiple recipient vs. RecipientDomain, RecipientAlias, RecipientAddress updated (only the first email in the list is displayed)
[*] 2004-10-27: IceWarpCOM - AddEmbeddedImage - Extension "." removed
[*] 2004-10-25: daytimeservers.dat example file updated
[*] 2004-10-25: Challenge Response processing - If SeparateUsers then all users are checked for CR services access
[*] 2004-10-24: API - New constant C_MailDirBackup addecd
[*] 2004-10-24: IceWarpCOM - Helo problem fixed
[+] 2004-10-24: Migration core - Support for webmail added - Users can use webmail to initiate the migration
[+] 2004-10-24: Control WebMail API - Migration support added, fires the migration server check and logs in with the migration account
[*] 2004-10-24: Migration structure - New Server Service option added - POP3, IMAP, Both - for webmail migration
[*] 2004-10-24: Manual - System Backup updated
[*] 2004-10-24: Config - Do not include license numbers moved to the System Backup dialog
[+] 2004-10-24: System - Backup implementation of Include mail directory setting files in backups, tested, IDP updated (Excluded files *.tmp;*.tm$;*.imap;index.dat)
[+] 2004-10-24: Config - System Backup - New title for Auto Backup used, Dialog changed, restructed, new option added: Include mail directory setting files in backups (Email messages will be excluded)
[*] 2004-10-24: Config - Account changes reflection updated (Several events removed and used states instead)
[*] 2004-10-22: GWO - Debugging and testing with Outlook
[*] 2004-10-22: Bind.dat examples file updated
[*] 2004-10-21: Domains - Batch support added "-c *", tested
[*] 2004-10-21: System - Loops containing Now() changed to read a variable instead
[-] 2004-10-21: System - FreeMem memory leak fixed - All allocated records containg String type have to be treated so the String types are cleared, resulted in memory leaks - Backup domains etc.
[*] 2004-10-20: favicon.ico added to the root of html folder
[*] 2004-10-20: Config - Content Filter - Value containing OR or AND problem fixed
[*] 2004-10-20: System - IsLocalIP new variable created when connection established
[*] 2004-10-20: AntiSpamEngine - New spam.dat variable BypassLocalIPs=True added, examples updated, tested
[*] 2004-10-20: Config - User Statistics - Date prefilled on every form show
[*] 2004-10-20: System - GetRandomWord (0 removed for easy readability) - CR and webmail create new account
[*] 2004-10-20: System - Few file io handling updated
[*] 2004-10-20: WebServer.cfg - .php filter added so php files cannot be read
[*] 2004-10-20: Setup - Silent IceWarpCOM overwriting - Does not display errors when could not overwrite
[*] 2004-10-20: SMTP Extensions Policy - Add any missing extension support added
[*] 2004-10-19: IceWarpCOM - AddEmbeddedImage - Content type set to image/<extension>
[+] 2004-10-19: API COM - StatisticsObject implementation finished, examples updated, tested, manual updated
[*] 2004-10-19: Config - Integrated AV - Setup button added to edit the Avast Setup.ini file
[*] 2004-10-19: Setup.ini Avast example added
[*] 2004-10-18: API COM - StatisticsObject implementation started - Lets you read and reset all services statistics (Running time, server connections etc.)
[*] 2004-10-18: API COM - Reference manual updated
[*] 2004-10-18: API COM - Schedule tests and fixes performed
[*] 2004-10-18: API COM - RemoteAccount - Open,Save,New problems fixed
[*] 2004-10-18: API COM - APIObject - GetSchedule and SetSchedule methods added, RemoteAccountObject - GetSchedule snd SetSchedule methods added, examples updated, tests
[+] 2004-10-18: API COM - New TScheduleObject support added, Documentation updated
[+] 2004-10-18: API - New SetScheduleSetting and GetScheduleSetting functions added, S_ constants support added
[*] 2004-10-18: Config - Find enhanced - When searching for users only the domains with some users are shown, tested
[*] 2004-10-17: webserver.cfg and IMServices.dat examples updated
[*] 2004-10-17: IT lang updated
[*] 2004-10-16: Config - Export and Import users get disabled for remote connections
[*] 2004-10-16: Groups example file updated
[*] 2004-10-15: Setup - GroupWare upgrade - Makes sure the 3 new fields EvnFolder, ItmFolder, ItmClass are there and tries to create them
[*] 2004-10-14: GroupWare - IceWarpPHP needed to be rebuilt to reflect the new name instead of Calendar
[*] 2004-10-14: Config - Date fields - Filter used (Reply From To, ContentFilter Date condition, User Statistics)
[+] 2004-10-14: Default.ini - DomainExpiresInDays, DeleteDomainWhenExpired and ExpiresInDays new defaults support added, examples updated
[+] 2004-10-14: API - 52 new server global C_ constants added and mapped to the config settings, RA_Schedule variable added, most of the server settings can be managed using the API now
[*] 2004-10-14: Config - Possibility to enter the license remotely added (remote product ID used), AddLicense second parameter productid added
[*] 2004-10-13: System, Config and WebAdmin - Calendaring renamed to GroupWare
[*] 2004-10-13: SMTP - Virus name logs updated
[*] 2004-10-12: Config - Remote server watchdog - Schedule reset on item Add

7.6.0 [2004-10-11]
[!] 2004-10-11: Release date
[*] 2004-10-11: Setup - Upgrade License Memo - Invisible by default, all tested
[*] 2004-10-11: Setup - Integrated WebMail - PDF manual removed - Can be download from the web site, HTML Documentation shortcut created instead
[*] 2004-10-11: Setup - Old menu shortcuts removal fixed
[*] 2004-10-11: Setup - Notification tool menu shortcut removed
[*] 2004-10-11: Manual updated
[*] 2004-10-11: Config - LDAP - Complete LDAP Synchronization renamed to Convert Users To LDAP, LDAP manual updated
[*] 2004-10-11: PHP - wmi.ini max execution time 16 min.
[*] 2004-10-10: System - Path API functions updated, tested
[*] 2004-10-10: Instant Messaging - Gateways - Messages from the gateways treated as chat messages (MSN, Yahoo, ICQ, AOL), tested
[*] 2004-10-10: Setup - CopyIniFile - %%temppath%% variable support added
[*] 2004-10-10: GroupWare - GW Migration - 0 records = result True
[*] 2004-10-10: GroupWare - Calendar.xml - Order of DropTables changed - Important for GW Migration
[*] 2004-10-09: ODBC - MySQLSyntax Set Date problem fixed, MySQLSyntax date parsing problem fixed
[*] 2004-10-09: Path.cfg - Config Path - Setup does not load the path.cfg file on purpose, if using path.cfg config path make sure you update all install path config changes manually, examples updated
[*] 2004-10-08: Path.cfg - Hostname support added, examples updated
[*] 2004-10-08: Config - B&W Filters and IMAP dialog - GetContainValue and GetHeaderValue functions used and implemented, added description for the missing items
[*] 2004-10-08: DB Logging - Log Type - GW, IM support added
[*] 2004-10-08: Webmail - Examples directory added
[*] 2004-10-08: WebAdmin DK lang updated
[*] 2004-10-08: GroupWare - Default Calendar.db - added 3 missing fields in the tables (Upgrade and Create Tables work fine)
[*] 2004-10-07: WCS - Roster management problem fixed
[*] 2004-10-06: GroupWare DK holidays added
[*] 2004-10-06: Manual updated
[*] 2004-10-06: Manual - Remote server watchdog - updated
[*] 2004-10-06: Config - Spam Engine - SPF and SURBL get disabled when SpamAssassin disabled
[*] 2004-10-05: Setup - WebServer Config file WCS module update version 7.5.7
[*] 2004-10-04: Control - Remote Server Watchdog - Tested
[*] 2004-10-04: Config - Remote Server Watchdog - Controls order changed, added Download File and Item schedule
[*] 2004-10-04: Config - Remote Server Watchdog - Server / URL detection added - Controls disabled accordingly
[*] 2004-10-04: Control - Remote Server Watchdog - Structure of the file changed - RegEx & Send - URL Encoding added
[*] 2004-10-04: Control - Remote Server Watchdog - URL - DownloadFile support added
[*] 2004-10-04: Control - Remote Server Watchdog - Host port specification support added
[*] 2004-10-04: Control - Remote Server Watchdog - Item schedule support added, A subset of the global schedule
[*] 2004-10-04: POP3 - Server & Client sessions - Server monitor and logging password clearing enhanced
[*] 2004-10-01: Setup - Installs the IceWarpCOM library, registers it, you do not need to download it separately
[*] 2004-09-30: WebServer Engine - Standalone ? in the URL problem fixed
[*] 2004-09-30: SA - Use SURBL On by default
[*] 2004-09-30: POP3 & IMAP Logging - Remote account and login - Password shadow added *
[+] 2004-09-29: SA - SpamAssassin 3.0 officially supported
[*] 2004-09-29: SA - 25_uribl.cf rules file - Updated - multi.surbl.org used
[*] 2004-09-29: SA - SURBL - Multiple URIs - DNS response checked before breaking the loop, tests finished
[*] 2004-09-29: SA - Complete eval:check_uridnsbl function analysis and core added, tested
[*] 2004-09-29: SA - New rules action support added - uridnsbl, urirhsbl, urirhssub
[*] 2004-09-29: SA - Rules - few rules renamed
[*] 2004-09-29: Setup - SA Rules - 1*-6*.* gets deleted when upgrading, use the custom folder to store your own rules or files starting with 7 and higher values, tested
[*] 2004-09-29: WCS - ProcessXML - XML decoding support added
[*] 2004-09-29: WCS - JS string treating updated - Chars above ASCII escaped
[*] 2004-09-29: Config - B&W and IMAP dialog - Function and String controls disabling added based on the Condition type
[*] 2004-09-28: B&W System - Flags message flag - SystemVariables support added, tested all IM and Email message forwarding
[*] 2004-09-28: IMAP - THREAD EXTENSION support added, tested
[*] 2004-09-27: WCS - vCard - Attributes problem fixed
[*] 2004-09-27: XMLGetTagAttributes - End of tag recognition added
[*] 2004-09-27: Manual - B&W - Conditions updated
[*] 2004-09-27: Manual - GroupWare chapter added (All the details and information)
[*] 2004-09-27: Manual updated
[*] 2004-09-27: System - %%VirusName%% contained in the SMTP Session record, functions and procedures updated, SystemVariables updated, tests performed
[*] 2004-09-27: PHP engine - Error Displaying On again
[*] 2004-09-27: Path.cfg - Support for IP binding added, examples updated
[*] 2004-09-27: Enable remote delivery from local server - Manual updated
[+] 2004-09-27: SMTP - Enable remote delivery from local server - Implementation, tested
[+] 2004-09-27: Config - Service Settings - New option added - Enable remote delivery from local server
[*] 2004-09-27: Migration Core - Migrating POP3 messages to IMAP accounts - Support added
[*] 2004-09-27: Web Server engine - URI with missing slash at the end - Directory existence checked
[*] 2004-09-25: Manual - Task Schedule updated
[+] 2004-09-25: Config - SendMessage dialog - Message patterns new feature added
[*] 2004-09-25: System variables - $$Set functions processing updated, %%SetHeader can be used multiple times
[*] 2004-09-25: Power Pack terminology appendix removed
[*] 2004-09-25: Export XML license - license type contains the string license type
[*] 2004-09-25: AddLicenseString - Comment string support added (License can contain comments and blank lines)
[*] 2004-09-24: WebAdmin - License.html - License control changed to textarea
[*] 2004-09-24: AddLicenseString - Multiple lines (even blank) can be contained in the license string
[*] 2004-09-24: WebAdmin - FileEdit - Presents the [ Back ] to the previous page, the Save button takes you back to the previous page too
[*] 2004-09-24: WCS Module - IQ XML chunks parsing updated
[*] 2004-09-24: Examples - subdomain.dat updated
[*] 2004-09-24: GW - SW holidays added
[*] 2004-09-23: Config - B&W - New icon for "mark as spam" action - green "!"
[*] 2004-09-23: HELO/EHLO filter bypass system support added, manual updated
[*] 2004-09-23: Config - Other options - HELO EHLO filter removed and put into Delivery Require HELO/EHLO, bypass button added
[*] 2004-09-23: Server certificate updated (Expires in 2009)
[*] 2004-09-23: Setup - Updates the webserver.cfg to deploy the WCS module for JWChat, tested
[*] 2004-09-23: Web Admin - fileedit.html Save button before the examples text
[*] 2004-09-22: WCS and JWChat final tweaking
[*] 2004-09-21: WCS - ProcessXML JS Tree updated
[*] 2004-09-21: WCS - Incorrect login-sid result - Releases the session
[*] 2004-09-21: AddLicenseString - Can contain leading and trailing dashes
[*] 2004-09-21: Config - Enter License dialog - Memo used instead of a text edit control, Paste from clipboard and Browse for license file buttons added
[*] 2004-09-21: AddLicenseString - Ensim license can be entered now (support added)
[*] 2004-09-21: API - SetProperty - License keys - All of them use the AddLicenseString function, you can use any command id to set any of the license strings, new XMLLicense command id added
[*] 2004-09-21: Setup - New upgrade system vs. AddLicenseString implemented, GetLicenseExpiration used, tested
[*] 2004-09-21: WebAdmin - AddLicenseString implemented
[*] 2004-09-21: Config - New AddLicenseString function added and implemented, tested
[*] 2004-09-21: WCS - WebMail Web Chat tests
[*] 2004-09-21: WCS - Login JID recovery system added - Finds a previous session and releases it so there is no collision
[*] 2004-09-20: Config - ODBC - ConvertToODBC, ConvertToFileSystem - Connection used from the config files, not from the ODBCForm
[*] 2004-09-20: Setup - New SetupAV.dat file used (standalone module), procedures updated, tested
[*] 2004-09-20: WCS - XML output - streamid support added
[*] 2004-09-20: Web Admin - License tab - XML Export function used, support for webmail entered license added
[*] 2004-09-20: System - License export - New function created, Webmail support added
[*] 2004-09-20: Config - Contact image removed
[*] 2004-09-20: Config - WebMail license item added - Considers Power Pack flag and / or webmail license
[*] 2004-09-20: Config - ODBC Form - Remote Connection and Mailing list buttons disabled/enabled
[*] 2004-09-20: AV - Active Update - Trigger file no longer needed
[*] 2004-09-20: Control Web Server - Special ISAPI module support added
[*] 2004-09-20: GroupWare - NL holidays added
[*] 2004-09-19: Config - Main settings config change procedure called
[*] 2004-09-18: System - DomainDiskQuota & IMAP Sub Folder List - faDirectory bit considered (Compressed directories problem)
[*] 2004-09-17: Config - GW - Data Migration - Logs displayed after finished the migration
[*] 2004-09-17: GW - Data Migration logging and results tested
[*] 2004-09-17: GW - Data Migration logging added
[*] 2004-09-16: Remote Accounts manual updated
[+] 2004-09-16: Remote Accounts can be POP3 or IMAP, full support and tests
[*] 2004-09-16: API - Remote Account - POP3 / IMAP Server support added
[+] 2004-09-16: Config - Remote Account - POP3 / IMAP Server type checkbox added
[*] 2004-09-16: Migration Tool - IMAP Migration full support added, tested
[*] 2004-09-16: WCS - ID XML ServerResponse matching added, Tested
[*] 2004-09-16: WCS - Digest login support of the official project added, /pub/vcard changed to /vcard
[+] 2004-09-16: New JWChat project files
[*] 2004-09-16: IMAP Migration - First raw version finished
[*] 2004-09-16: POP3/IMAP - TIMAPClientThread tests
[*] 2004-09-16: POP3/IMAP - TIMAPClientThread further development
[*] 2004-09-16: IMAPClient UID history support
[*] 2004-09-16: IMAPClient Creates a complete mirror of the remote IMAP account
[*] 2004-09-16: IMAPClient IMAPAll TRemoteConfig flag added
[*] 2004-09-16: IMAPClient Support for Remote Accounts to handle IMAP accounts - Forward To contains the IMAP mailbox email address
[*] 2004-09-16: Config - Explore Holidays disabled for remote connections
[*] 2004-09-15: First raw version of TIMAPClientThread - works with TRemoteConfig structure - Leave messages on server supported, first tests
[*] 2004-09-15: TIMAPClientThread - development phase #1
[*] 2004-09-15: TRemoteconfig - New boolean var IMAP added
[*] 2004-09-15: IM - MUC - User rejoins the room - JID updated
[*] 2004-09-15: Documentation - GroupWare - Data migration updated
[*] 2004-09-15: Documentation - Password policy - Expiration updated
[*] 2004-09-15: IMAP migration tool - further study
[*] 2004-09-15: WebMail API - Password expiration implemented - AuthenticateUser - 5th line contains flag whether the account password expired, ChangeUser resets the datetime if password expiration active
[+] 2004-09-15: Config - Password Policy - Password expiration panel added
[*] 2004-09-14: Feature analysis - Password expiration and IMAP Migration tool
[+] 2004-09-13: Config - GroupWare Data Migration new panel and feature added, Tests performed
[*] 2004-09-13: Config - Remote connection - ODBC Dialog - Create and Drop tables disabled
[*] 2004-09-13: Config - Default Accounts - Remote connection support added
[*] 2004-09-13: Config - Antivirus - Remote Connection Active update file problem fixed
[*] 2004-09-13: Examples - Spam.dat and SpamAdmin.dat updated
[*] 2004-09-13: B&W Lists conditions tested
[+] 2004-09-13: Config - B&W new conditions added
[+] 2004-09-13: B&W Lists - New conditions added: All, Is Spam, Size Is Greater, Size Is Smaller, Examples updated
[*] 2004-09-13: Content Filters - New Header conditions added - All, Size Smaller, Size Greater (For B&W Lists)
[+] 2004-09-13: B&W Lists - New Flag Action - Message Text support added, examples updated, you can create your own email using the system variables and much more
[*] 2004-09-13: B&W Lists - Flag values support system variables (%%)
[+] 2004-09-13: B&W Lists - New Flag Action - Instant Messaging support added, Examples udpated
[*] 2004-09-13: SMTP - GetQueueFile - When a failure while renaming the file occurs special handling added (ETRN SMTP issue)
[*] 2004-09-13: Path.cfg loading - FormatDirectory function added
[*] 2004-09-13: Config - Calendar Path and Spam Path (from path.cfg) handling added
[*] 2004-09-11: WebAdmin Mail edit - AV option (2x) removed one
[*] 2004-09-10: IM - MUC Invite & Decline users to conference support added
[*] 2004-09-10: JWChat - first version of index-digest.html added, tested
[*] 2004-09-10: WCS Module - sha1 - digest login support added
[*] 2004-09-10: Examples updated
[+] 2004-09-09: API - ConvertMailboxMessages function added to COM and API.DLL
[*] 2004-09-09: Mailing List with parameters - List Server DIGEST / NORMAL mode change = Preserves the parameters
[*] 2004-09-09: WebMail API - GetUserProperty - INSTANTMESSAGING support added
[*] 2004-09-09: WebMail API - GetUserProperty - CALENDAR support added
[*] 2004-09-08: Problems, features and other issues analysis
[*] 2004-09-08: Setup - WebMail - installs the Projects dir and deletes the previous dir - Currently JWChat installed
[*] 2004-09-08: Config - Rapidly increased the speed of loading the main GUI, object changes detection disabled and other issues solved
[*] 2004-09-07: JWChat - License compliant solution
[+] 2004-09-07: Config - Services Access - New procesing mode displaying added - The checkbox enabled state indicates the ability to edit the control, the checkbox value state (checked state) indicates whether the service is enabled for the user or not, you can check all users and no matter what processing mode you have set you will see whether the account uses the service or not
[*] 2004-09-07: JWChat - Secure login study and implementation analysis
[*] 2004-09-06: GW - New API Function - MigrateData - Security level set - Only local PIPE can call this function , it is not possible to call it over a TCP/IP connection
[*] 2004-09-06: GW - New API Function - MigrateData implemented - Migrates all DB tables and records from any DSN to any DSN, API documentation updated
[*] 2004-09-05: Jabber client component - added the support to retrive the streamid and supply the password hash (digest)
[*] 2004-09-05: PHP license installed
[*] 2004-09-05: New PHP Extension library - Supports php5
[*] 2004-09-05: Upgrade - AV license checked for demo flag (previous Active Update) and converted
[*] 2004-09-05: License System - Even demo licenses can have longer expiration dates
[*] 2004-09-05: SA - SURBL - host changed to ws.surbl.org
[*] 2004-09-03: XML Functions - Tag names can be separated by CR and LF too
[*] 2004-09-03: MIAS - Whitelisting a spam message - Spamfolder flag reset
[*] 2004-09-03: GW - Special string properties handling added - Trim applied
[*] 2004-09-03: WCS Module development - MUC set support added
[+] 2004-09-03: IM - MUC JEP 0045 complete
[*] 2004-09-03: IM - MUC - Final tests, minor changes
[*] 2004-09-03: IM - MUC - Complete form data added, passwords, persistent, moderated etc., retrieving form data
[*] 2004-09-03: IM - IMServices - Support for custom form data added - Examples updated
[*] 2004-09-03: IM - MUC - Banned users hidden, Banned users applied - cannot login to conferences
[*] 2004-09-03: Webadmin IT lang updated
[*] 2004-09-02: IM - MUC commands implementation - destroy a room, different participant lists (moderator, voice, ban, admin, owner etc.), setting users affiliation and roles finished, kicking and banning users implemented, whole MUC completed
[*] 2004-09-02: IM - MUC rights implemented according to JEP-0045
[*] 2004-09-02: IM - Password room problem fixed
[*] 2004-09-02: IM - GroupChat core - Participants - ObjectCollectionm, Other participant functions rewritten
[*] 2004-09-02: GetLicenseUsers list - CRLF at the end of records
[*] 2004-09-01: Setting files comment system updated - "//" following by space is considered as a comment, "//" following by any other character is part of the settings, "#" full comment character
[+] 2004-09-01: Default.ini - DomainAdminRights - You can set default rights of all domain admins, examples updated - works as a global option
[+] 2004-09-01: Setup - WCS Module installed, webserver.cfg Contains ISAPI link to wcs (only new installed version, not upgrades - need to be edited manually), examples updated
[*] 2004-09-01: SA - SURBL - host changed to multi.surbl.org
[*] 2004-09-01: Config - Account - Forward To must not contain alias or email address of the same account
[*] 2004-09-01: WebAdmin - EN lang - Expire Message - Mark as Undelivered, Reset Message - Send Immediately terminology updated
[*] 2004-09-01: Config - Make primary domain - Checks the administrator email address, must not be empty
[*] 2004-09-01: Config - Account antivirus checkboxes - Only greyed out - not invisible
[*] 2004-09-01: Config - Export accounts - Cancel - messagebox removed
[+] 2004-09-01: IM - JEB-0045 Basic support added
[+] 2004-09-01: WCS Module development - Finished, final version - JWChat support complete
[*] 2004-09-01: WCS Module development - Groupchat support added MUC, JS value CRLF handling added
[*] 2004-09-01: IM - JEB-0045 Basic implementation - Disco support added, Presence MUC X Support added, item Affiliation and Role support added, testing
[*] 2004-09-01: Config - Password policy moved to main Accounts menu
[*] 2004-08-31: Users.exe - Extended - responder, IMAP rules, B&W lists on/off
[+] 2004-08-31: IceWarpCOM - IDP support added, readme.txt updated
[*] 2004-08-31: System - AV License - Active Update included in all AV licenses - Demo flag used as demo
[*] 2004-08-31: Webadmin DK lang updated
[*] 2004-08-31: MGWO - Setup - installs license.txt and releasenotes.txt - MGWO release notes not be part of this releasenotes
[*] 2004-08-31: MGWO - Toolbar - Synchronize All put as a standalone button
[*] 2004-08-31: MGWO - Account removal - Deletes the queue and index files, Uninstall - removes all files from the install dir
[*] 2004-08-31: Manual updated
[*] 2004-08-31: Manual - B&W Filters updated, License tab updated
[*] 2004-08-31: Webadmin FI lang updated
[*] 2004-08-31: WCS Module development - Gateways support added
[*] 2004-08-31: IM Server - Modules - Service discovery implemented
[*] 2004-08-30: IM Server - JEP-030 Service discovery added, :browse and :agents updated, tested
[*] 2004-08-30: Web server engine - a request can contain :// and still not be PROXY request
[*] 2004-08-30: WCS Module development - Jabber JS and JSX output updated
[*] 2004-08-30: MGWO - Name input password char removed
[*] 2004-08-30: WCS Module development - Sessions are reused and properly freed, Polling implemented (Keep connection alive), Mozilla support added, js and jsx output new Object() used
[*] 2004-08-30: IM Modules - ModuleDone - ThreadLock removed
[*] 2004-08-30: WCS Module development - Thread DoneSessions problem solved
[*] 2004-08-26: WCS Module development - Groupchat analysis
[*] 2004-08-26: WCS Module development - Register, Thread problems solved, ISAPI DLL tested, testing
[*] 2004-08-26: WCS Module development - vCard, Roster, Presence, Message, and other functions implemented
[*] 2004-08-24: WCS Module development - First phase - Cache, Requests etc., Expires header added
[*] 2004-08-23: Few web server functions updated
[*] 2004-08-23: WCS Module development - Gateway between IM server and JWChat (Jabber Web Chat), first phase
[+] 2004-08-23: WebServer - New ISAPI handling added, Special virtual path ISAPI module redirection added, for JWChat module, first WCS ISAPI created
[*] 2004-08-22: JabberClient component created - Very simple for the JWChat module, IM server few calls placed into libraries, restructured the code
[+] 2004-08-22: MGWO - Nested folders fully implemented
[*] 2004-08-22: MGWO - Folder renamed catching added, Special handling implementation, Tests performed
[+] 2004-08-22: Config - Checking of new version on the Internet feature added. You can disable it in the Tools - Options main menu, Help - Check For New Version updated
[+] 2004-08-22: Config - B&W Dialog - Support for flags added
[*] 2004-08-22: B&W - Removed None action - The same can be achieved using 1(C): action
[*] 2004-08-22: GW - Backup Export and Import tests performed
[*] 2004-08-21: GW - Backup Export and Import function support for Contact tables added
[*] 2004-08-21: GW - New API function GetServerVersion added, API documentation updated
[*] 2004-08-21: MGWO - Special error response from server hanling added, Incompatibility with old GW servers
[*] 2004-08-20: GW - Nested folders - Move item - Outlook NoteItem.Move problem solved for all objects and outlook versions
[+] 2004-08-20: System - B&W Filters - Flags R (Return result), B (Body condition) new flags added, examples updated, tests finished
[*] 2004-08-19: System - B&W Filters - Flags support implementation, tests
[+] 2004-08-19: System - B&W Filters - Flags support added, examples updated
[+] 2004-08-19: Config - License list double click results in displaying of all active accounts for the selected license
[*] 2004-08-19: GetLicenseUsers - String pointer parameter added - The list of users is appended if requested
[*] 2004-08-18: GW - Nested folders - CreateFolderMap - Checks for renamed folders and updates the folder path
[+] 2004-08-17: GW - Nested folders finished, Testing started
[*] 2004-08-17: GW - Outlook Items Moved processing added - Updates the folder on the GW server, tests performed
[+] 2004-08-16: COM API - Remote Accounts support added - RemoteAccountObject, API documentation updated, examples added
[*] 2004-08-16: GW - Move Item detection - Outlook bug fixed - Move = Copy + Delete, Server change Event item change disabled
[*] 2004-08-15: GW - GetTheFolder - Implemented, Manages the folders structure and folder creation, Testing
[*] 2004-08-15: GW - SynchroFromGW - Folder change detected, moved to the new folder
[*] 2004-08-15: Config - Server Monitor - Considers Service ID for log viewing - GetSessionLogRecord updated
[*] 2004-08-13: GW - SynchroToGW - Folder field specification added
[*] 2004-08-13: GW - olRecursMonthNth - WeekofMonth updated
[*] 2004-08-13: GW - olRecursMonthly - DayOfMonth support added
[*] 2004-08-13: API - Static Routes - Get property problem fixed
[*] 2004-08-13: API - Password policy retrieval changed - Only the password property cannot be retrieved
[*] 2004-08-13: GW - Nested folders implementation, Final analysis - synchroObjects, ItemsMoved, GetTheFolder issues have to be solved
[*] 2004-08-12: GW - Nested folders implementation, First alpha testing
[*] 2004-08-12: GW - Nested folders implementation, GetFolderTable function implemented
[*] 2004-08-12: GW - Nested folders implementation, GetEntryIDObject function implemented - Finds an object in all folders...
[*] 2004-08-12: GW - Nested folders implementation, Folder events and folder processing completed
[*] 2004-08-12: SMTP - Domain alias - Alias for non local domains support added
[*] 2004-08-12: SMTP - Command mail state removed, unused

7.5.2 [2004-08-11]
[*] 2004-08-11: Release date
[*] 2004-08-10: New SA rules applied
[*] 2004-08-10: New spell checker engine, rewritten
[*] 2004-08-09: Domain header/footer manual updated
[+] 2004-08-09: Config - Domain header/footer configuration support added - Miscellaneous tab
[*] 2004-08-09: Yahoo IM Module - New authentication algorithm analysis, implementation, tests new library, Yahoo works once again
[*] 2004-08-08: MIAS - B&W List - Accept (White list) bypasses Challenge Response and IAS spam functions, Remote Accounts support added
[*] 2004-08-08: Firewall - Administrator - Web Admin considered too (applied to both Remote Admin and Web Admin)
[*] 2004-08-08: SMTP - X-Envelope-To SMTP recipient used instead of the final mailbox
[*] 2004-08-08: PHP errors displaying off
[*] 2004-08-07: GW - AR holidays added
[*] 2004-08-06: Webmail PDF Help updated
[*] 2004-08-06: Webmail HTML Help updated
[*] 2004-08-06: Web Server - Unknown method - 400 bad request implemented, Control connection recognition updated
[*] 2004-08-05: Manual updated
[*] 2004-08-05: Manual - MIAS - SpamAssassin - SURBL and SPF part updated
[+] 2004-08-05: Config - MIAS - SpamAssassin - 2 new variables checkboxes added, local.cf editing updated, Missing variables created
[*] 2004-08-05: MIAS - 2 new variables use_spf, use_surbl, implemented
[*] 2004-08-04: GW Nested folders - Second implementation phase - Folder list created
[*] 2004-08-04: GW Nested folders - First implementation phase - Testing, tested properly, ready to implement functions
[*] 2004-08-04: GW Nested folders - First implementation phase - Non direct MAPI calls
[*] 2004-08-03: GW Nested folders - Charts and plans
[*] 2004-08-02: GW Nested folders - analysis and study
[*] 2004-08-01: HTML Filters - HTML and Text parts counters fixed - Attachments ignored
[*] 2004-07-31: SpamAssassin - 2 new Other rules included - SPF and SURBL
[*] 2004-07-29: GW - DistributionList tests peformed - O2000+ Internet mail only problem discovered
[*] 2004-07-28: GW - DistributionList support study and implementation
[*] 2004-07-28: SMTP - Local delivery recipient processing changed completely
[*] 2004-07-27: Calendar - DB - Structure Altered - Added 3 new fields - EvnFolder, ItmFolder, ItmClass, Setup automatically alters the DB, tested
[*] 2004-07-27: Config - Domain Disk Quota (MB) - change to MB units
[*] 2004-07-27: Content Filter - bracket system - support for conditions not starting with brackets but containing brackets added
[*] 2004-07-26: MIAS - Processing Mode - Spam flag - Subject text removed if message spam, tested
[*] 2004-07-26: MIAS - Processing Mode - all recipients checked and if one enabled MIAS applied
[*] 2004-07-24: Config - Exceeded licenses - License text contains an appendix (, !exceednumber)
[*] 2004-07-24: License system - BypassReference implemented and tested
[*] 2004-07-24: WebAdmin BR lang updated
[*] 2004-07-23: CF - Change header - %%Header command vs. previous variables problem fixed
[*] 2004-07-22: DB.INI - InterBase syntax added, DATETIME - TIMESTAMP field
[*] 2004-07-22: GetVersionEx - Platform WinMe, WinXP, Win2003 support added
[*] 2004-07-21: New PHP engine 4.3.8
[+] 2004-07-21: WebAdmin - Every account and domain specific settings contain back to domain link [ Domain ], it is possible to get back to the domain account list from all sub pages
[*] 2004-07-20: Check license users - Global service mode used
[*] 2004-07-19: IMAP - UID Problem fixed (The UID of the Message Changed Unexpectedly. This typically indicates a server bug. Your program may not function properly after this.), EXPUNGE response delegated to all sessions
[*] 2004-07-19: IP Masks and Subnets updated - IP calculator implemented
[+] 2004-07-16: SpamAssassin - SPF functions support added - eval:check_for_spf_pass(), eval:check_for_spf_fail(), eval:check_for_spf_softfail()
[+] 2004-07-16: SPF (Sender Police Framework http://spf.pobox.com) technology finished, macros implemented, testing
[*] 2004-07-16: First working version of SPF ready, testing, all mechanisms implemented, syntax checking
[*] 2004-07-16: SPF Implemenatation, first phase, whole structure and engine finished
[*] 2004-07-15: SPF study
[*] 2004-07-15: Manual updated
[+] 2004-07-15: WebMail - New complete HTML help added /help/
[*] 2004-07-15: Manual - Accounts import/export - Manual updated
[*] 2004-07-15: Manual - Pass Policy - Manual updated
[*] 2004-07-15: API - C_ConfigPath support added
[*] 2004-07-15: DB.INI - Reloaded when settings changed
[*] 2004-07-15: Config - Accounts import/export - Zlib compression algorithm used, tests performed
[*] 2004-07-15: Config - Accounts import - Unknown domain - Domain created, Open dialog enhanced
[*] 2004-07-15: Users command line tool - Export vs. passwords - Passwords not cleared, all dependant on the Password policy
[*] 2004-07-15: API - Pass Policy - Administrator passwords cannot be read or exported implementation
[+] 2004-07-15: Config - Pass Policy - Administrator passwords cannot be read or exported new option added
[*] 2004-07-14: API - C_ServerLicense constant added, Returns the whole server license, setting updated
[+] 2004-07-14: Config - Domain Accounts import feature added - Imports all account properties plus
[+] 2004-07-14: Config - Domain Accounts export feature added - Exports all account properties plus (email, name, type, password which are visible)
[*] 2004-07-14: API - Password Retrieval - Changed processing, buffer clearance NextUser, LoadUser, AuthenticateUser
[+] 2004-07-14: API COM - Account and Domain objects - New property Data export - Pointer to Domain and User structure
[*] 2004-07-13: Manual - Password Policy - Updated
[+] 2004-07-13: Password Policy - Password Retrieval - API implementation added
[+] 2004-07-13: Config - Password Policy - Password Retrieval - Passwords cannot be read or exported new option added
[*] 2004-07-13: Manual - Auto backup - updated
[*] 2004-07-13: Auto archive - Delete after (Days) - Deletes all files in the folder
[+] 2004-07-13: Control - Auto backup - Delete after (Days) new feature implemented, structure changed, dynamic config used, deletes only .MCB files in the folder
[+] 2004-07-13: Config - Auto backup - Delete after (Days) new feature added
[*] 2004-07-12: New license fields - WebmailLicense, EnsimLicense, API implementation added, new constants
[*] 2004-07-12: Calendar - BR Holidays added
[*] 2004-07-12: Manual - List Server - Subscription - Updated
[+] 2004-07-12: SMTP - List Server - Subscription - Owner confirmed subscription implementation added, tests performed
[+] 2004-07-12: Config - List Server - Subscription - New drop down list option added - No subscription, User confirmed subscription, Owner confirmed subscription
[+] 2004-07-12: Config - Domain Info - IP Binding displaying added
[*] 2004-07-11: Webmail - New documentation changes, PDF updated
[+] 2004-07-09: Control - Firewall - Administrator (restriction for admin access) implementation added, manual updated
[+] 2004-07-09: Config - Firewall - Administrator (restriction for admin access) added
[*] 2004-07-08: ODBC - DB.INI location - Check local directory and then installpath from registry
[*] 2004-07-08: Manual - Pass Policy updated
[+] 2004-07-08: Pass Policy - Non Alpha-Numeric characters new option added
[+] 2004-07-08: Challenge Response - Made working for Backup domains (Can be used for gateways now)
[*] 2004-07-08: Antivirus - Exception Violation errors logged
[*] 2004-07-08: SMTP - Notification accounts - splitting problem fixed
[*] 2004-07-08: ODBC - Set domain virtual IP binding - Sets also the offline list
[-] 2004-07-05: ODBC Mode - % character in strings problem fixed (Account adding)
[*] 2004-07-05: Setup - Demo accounts - Path cleared, Archive path cleared
[*] 2004-07-05: Manual - ODBC mailing list part updated
[*] 2004-07-05: Web admin typo fixed
[+] 2004-07-04: MIAS plugin - Re: and Fw: original message details inserted
[+] 2004-07-04: MIAS plugin - Safe confirmation option added
[*] 2004-07-03: IM - Yahoo module - New yahoo attempt to block connections fix applied
[*] 2004-06-27: Config - New domain processing updated
[*] 2004-06-27: Config - Any primary domain must have the admin email filled in
[*] 2004-06-27: Antivirus Notification - Messages contain CRLF . CRLF at the end
[*] 2004-06-27: IMAP - Spam folder support for ACL and MyRights command added
[*] 2004-06-27: ODBC Mailing List - Remove dead email addresses - Tests performed
[+] 2004-06-27: ODBC Mailing List - Remove dead email addresses support added - SQL requires a new statement - DELETE FROM <Table> WHERE <Field> = '%s'
[-] 2004-06-26: License processing mode checking engine - Problem fixed, works now
[-] 2004-06-26: Domains.exe - TDomainConfig size problem solved, works again
[*] 2004-06-26: Config - Calendaring port - Enabled/Disabled dependant on Calendaring Active
[*] 2004-06-26: Change password protocol - Password policy considered
[*] 2004-06-26: SpamAssassin Engine - Spam custom limits changed to 3, 6, 9
[*] 2004-06-23: SpamAssassin Engine - SURBL testing, updated
[+] 2004-06-22: SpamAssassin Engine - SURBL (Spam URI Realtime Blocklist) new technology implemented (http://www.surbl.org), eval:check_spamcop_uri_rbl('be.surbl.org','127.0.0.2')
[*] 2004-06-22: API - COM description added
[*] 2004-06-22: API - New Version constant added - C_Version GetConfigSetting, Returns the server version
[*] 2004-06-21: Library module example file fixed
[*] 2004-06-19: CF - Does not contain list from file - NOT flag problem fixed
[*] 2004-06-19: VMS - New splash logo
[*] 2004-06-17: Manual - Delivery - Close connections exceeding max message size updated
[*] 2004-06-17: Manual - Content Filters - Where Local time meets criteria updated
[+] 2004-06-17: Content Filters - Where Local time meets criteria, new condition implemented, tests performed
[+] 2004-06-17: Config - Content Filters - Where Local time meets criteria, new condition added
[+] 2004-06-17: SMTP - Close connections exceeding max message size new option implemented and tested
[+] 2004-06-17: Config - Delivery tab - Close connections exceeding max message size new option added
[*] 2004-06-17: API - All license constants added
[*] 2004-06-15: License system debugging, sales module extensions
[*] 2004-06-15: POP3 - RA - Recipients vs. IAS problem fixed
[*] 2004-06-15: Config - User services access - IM and GW items enabled/disabled visual problem fixed
[*] 2004-06-15: Users tool - Responder file specification fixed
[+] 2004-06-14: New webmail documentation, completely rewritten and revised
[*] 2004-06-14: New spam assassin rules, rules updated and IAS update, tests
[*] 2004-06-14: Notification accounts - Index specification - appended at the end of the subject
[*] 2004-06-14: Disable Web Admin - Redirecting works even if enabled the option
[*] 2004-06-14: IsLocalRecipients - Counter default 1
[*] 2004-06-14: Typo - Reject if originator's
[*] 2004-06-04: Info.XML - WHATISNEWURL tag added
[*] 2004-06-03: Setup - DB migration work properly
[*] 2004-06-03: DB migration - Table column renaming - new method used
[*] 2004-06-03: SMTP - ProceedNewDay debug function removed
[*] 2004-06-03: Setup - DB migration tests, Connection string checked, error logging added
[*] 2004-06-03: CF - Tarpit sender's IP address - tested
[*] 2004-06-03: Web admin - EN typo fixed
[*] 2004-06-02: Manual updated
[*] 2004-06-02: Manual - Domain expiration section added
[*] 2004-06-02: Manual - Login Policy section added
[*] 2004-06-02: ODBC Mode - Authentication function - U_MailboxPath included in the Select statement, tests performed
[*] 2004-06-02: Login policy - core implemented, tests performed
[*] 2004-06-02: DB.DLL - Settings loaded thru ordinary functions - not passed separately
[+] 2004-06-02: Config - Login Policy new Security section added
[*] 2004-06-02: Forward and Retry paths used as variables
[+] 2004-06-02: Path.cfg - 2 new paths added - Forward and Retry queue directories
[*] 2004-06-01: IM - New MSN module protocol MSNP10 implemented, rebuilt from scratch, tested
[*] 2004-06-01: Domain expiration - Tested properly, minor issues fixed
[*] 2004-06-01: Remote Accounts - IAS - Final recipients used, not the ones from the message's header
[*] 2004-06-01: Expiration notification - Account: email address added, Domain: domain added
[*] 2004-06-01: IAS - IgnoreFilesLarger variable renamed to IgnoreMessagesLarger - forces default values to all upgrade installations
[+] 2004-06-01: WebMail integration engine - new variables RESPONDONLYTOME (bool), RESPONDBETWEEN (str) added
[+] 2004-05-31: Domain Expiration feature - fully implemented, settings + ODBC tested
[*] 2004-05-31: SMTP - Domain Expiration feature - implementation - Delete expired, Domain admin notification, Account login
[*] 2004-05-31: Setup - Domain Expiration - Old DB migration procedures added
[*] 2004-05-31: Domain Expiration - DB ODBC connection implemented
[*] 2004-05-31: Config - Domain Expiration - implemented, API implemented - constants and settings
[*] 2004-05-31: Domain - Few new variables added - Expires: Boolean; ExpiresOn: TDateTime; NotifyExpire: Boolean; NotifyBeforeExpires: Longint; DeleteExpires: Boolean; 
[*] 2004-05-31: Domain - Can have any size, dynamic load added
[+] 2004-05-31: Config - Domain - Expiration section added
[+] 2004-05-31: Config - Use domain expiration support added
[*] 2004-05-30: DB / ODBC - Users table - Few fields renamed to be more accurate and intuitive, Setup automatically migrates the old DB (U_NTPassword => U_AuthMode, U_IMAP => U_AccountType, U_DontShowMessages => U_AVScan, U_NTPasswordValue => U_AuthModeValue, U_DomainAdminIndex => U_IASCustom, U_OnlyLocalDomain => U_ServicesAccess, U_ForceFrom => U_RespondOnlyIfToMe)
[*] 2004-05-29: WebAdmin SC lang added
[*] 2004-05-28: Manual updated
[*] 2004-05-28: Manual - Few obsolete screen shots updated
[*] 2004-05-28: Manual - DNSBL - DNSWL section updated
[*] 2004-05-28: Manual - Remote Account - SSL mode - new screen shot and drop down list updated
[*] 2004-05-28: Manual - CF - Tarpit sender's IP address - Updated
[*] 2004-05-28: Catalogs - Responses: File not found - filename specification added, Item or catalog not found - Item specification added
[*] 2004-05-28: Authentication - Active Directory/Windows NT blank passwords not accepted
[+] 2004-05-27: SMTP - DNSBL - Implemented new DNSWL feature - 1:whitelist.server.org
[*] 2004-05-27: DNSBL - Example file - DNSWL section added
[*] 2004-05-26: WebMail integration engine - new variable IASCUSTOM implemented
[*] 2004-05-26: SpamEngine - Custom user scores implemented, Requires non default Processing mode to be used
[*] 2004-05-26: New user variable - IASCustom, API const added, DB.DLL ODBC connected
[*] 2004-05-26: SpamEngine - 4 new variables - SpamCustomUsers, SpamCustomLow, SpamCustomMedium, SpamCustomHigh
[+] 2004-05-26: SMTP - New Content Filter action - Tarpit sender's IP address - Implementation, tested
[+] 2004-05-26: Config - New Content Filter action - Tarpit sender's IP address
[*] 2004-05-26: Setup - Old empty license - IM and AntiSpam date reset to 0
[*] 2004-05-26: Config - Remote Accounts - SSL Mode - Drop Down List: Detect, Direct, Disable
[*] 2004-05-26: Remote Accounts - SSL Mode - Drop Down List: Detect, Direct, Disable
[+] 2004-05-24: Setup - Changes the structure of the old ODBC connection to the new Domains table structure
[+] 2004-05-24: DB - Create & Drop Tables - Indices separate calls removed
[+] 2004-05-24: DB - SetDomain and GetDomain ODBC Conversion issues addressed
[*] 2004-05-24: DB - SetDomain and GetDomain SMTP Implementation + Tests, ODBC domain time cache added, tested
[*] 2004-05-24: DB - SetDomain and GetDomain functions implemented, Values read and set
[*] 2004-05-24: Config - Date picker design changed
[*] 2004-05-21: ODBC Mode - Domains Table - All domain properties fields added
[*] 2004-05-21: Web Admin HU lang updated
[*] 2004-05-20: Config - User reply only between - Date picker dialog added
[*] 2004-05-20: Config - User account expiration - Date picker dialog added
[*] 2004-05-20: Config - User statistics - New date picker dialog added
[*] 2004-05-20: Catalog - Attachment name 1 char shorted problem fixed
[*] 2004-05-20: Authentication - Forces the mailbox directory creation
[*] 2004-05-19: Setup - ODBC Logging Table altered (new field added)
[+] 2004-05-19: ODBC Logging - Server ID new field added, logging added
[*] 2004-05-19: Logging - Server ID used
[+] 2004-05-19: Path.cfg - Support for Calendar path added
[+] 2004-05-19: Path.cfg - Support for Spam path added
[*] 2004-05-19: Config - Service Settings - Service ID renamed to Server ID (Path.cfg too)
[*] 2004-05-17: Config - Status Help Content ID assigned
[*] 2004-05-17: SMTP Antivirus - Statistics updated with the Deleted attribute

7.4.5 [2004-05-17]
[!] 2004-05-17: Release date
[*] 2004-05-17: Manual updated
[*] 2004-05-17: Antivirus notification - Manual updated
[*] 2004-05-15: Web Admin IT lang updated
[*] 2004-05-14: Config - Server statistics - Volume stats - Int64 variable type used
[*] 2004-05-14: System variables - Commands - Line conversion added
[+] 2004-05-14: Antivirus notification - Properly tested, you can change the whole notification message structure now
[*] 2004-05-14: Antivirus notification - Can contain system variables commands, if commands are present the whole notification message will be created from the template text file, no special texts from the mail server will be used. You can define attachments, use system variables etc.
[*] 2004-05-14: New Avast OEM package 
[*] 2004-05-13: OpenSSL - signature verify certificate extracting study, finished
[*] 2004-05-13: Personalized welcome message - Manual updated
[+] 2004-05-13: Welcome messages - Personalized messages support added - System variables including system commands and functions added, you can use the Sender and Recipient variables as well as date and other variables, properly tested
[*] 2004-05-13: Web Admin - Simplified statistics, HTML EN lang updated
[*] 2004-05-13: Web Admin - HTML - Server Statistics removed from System page and moved to Server Monitor
[*] 2004-05-13: Antivirus Update - Restarting of services removed, AV update problem fixed
[*] 2004-05-13: New Default Content Filter items installed
[*] 2004-05-07: Web Admin - HTML fixes
[*] 2004-05-07: DB - All domain DB settings analysis
[*] 2004-05-07: Antivirus Update - Services being restarted again - temporary solution till the AV engine fix
[*] 2004-05-06: SMTP - BDAT - Client Session uses BDAT only if enabled globally (Protocol Policies)
[*] 2004-05-06: API - Domain settings - Support for D_Calendar, D_IM, D_ChallengeResponse added
[*] 2004-05-06: Config - LicenseMemo Itemindex = 0
[*] 2004-05-05: Challenge Response Webmail - Reject pending message folder deletion added
[+] 2004-05-04: Services - ServerTitle.dat enhanced, multiple server titles can be assigned to each IP address indepedently
[*] 2004-05-03: Config license object - OnChange updates the license info
[*] 2004-05-03: New PHP engine 4.3.6
[*] 2004-05-03: SMTP - CHUNKING disabled by default - Can be enabled via Protocol Policies
[*] 2004-05-01: SASL - DIGEST-MD5 - session string used changed to "md5-sess"
[*] 2004-04-29: SpamAssassin Updates - new custom rules contained in the update now (more than 380kB)
[*] 2004-04-28: Manual updated
[*] 2004-04-28: SMTP - Respond after a period implementation finished, tests, tests finished, manual updated
[*] 2004-04-28: GW and IM - Mode All considered always
[*] 2004-04-28: SMTP - Respond after a period implementation
[+] 2004-04-28: WebAdmin and Config - Respond after a period support added
[*] 2004-04-28: API - New U_RespondPeriod variable added
[*] 2004-04-28: DB.DLL - DB Users U_Respond type changed to INTEGER
[*] 2004-04-26: Control service - License users excess is checked periodically at midnight, an email will be sent to the admin if current users exceed the license users
[*] 2004-04-26: SpellChecker object - Dynamic loaded dictionaries support added (.dat files), fixed dictionary specification, sorting added
[*] 2004-04-26: SpamAssassin - New rules tested live
[*] 2004-04-26: InstantAntiSpam - New spam.dat feature - SpamAssassinNoCustom (Do not use custom rules folder), default False - is be used
[*] 2004-04-26: SpamAssassin - New Rules\Custom folder support added, custom CF files can be placed here
[*] 2004-04-26: Manual - Header/Footer section - some comments added
[*] 2004-04-26: SpamAssassin - New rule sets being tested and studied
[*] 2004-04-23: Config - Exceeded licenses get marked with a warning image in the License List, each license display checks number of users allowed and occupied
[*] 2004-04-23: CheckLicenseUsers - Domain processing mode - Checked only enabled domains...
[*] 2004-04-22: APIConst - C_...BindingIP variable type changed to String
[*] 2004-04-21: New license function implemented - CheckLicenseUsers - Checks mail server number of users vs. license number of users, considers all processing modes and license types
[*] 2004-04-20: Visnetic - Removed DKAV license support
[+] 2004-04-20: SMTP - Protocol Policies greatly enhanced, you are able to enable, alter and disable particular SMTP extensions using the new protocol policy syntax, !CHUNKING, SIZE 10000000 etc.
[*] 2004-04-20: SMTP - Removed SEND, SOML, SAML commands
[*] 2004-04-20: COM API - CheckConfig - Domain Open and Domain New Save added - Checks changed settings and reloads
[*] 2004-04-19: COM API - LongWord (Unsigned Long) changed to Integer (Long) - VB compatibility
[*] 2004-04-19: Manual - Options - users statistics more details and log file output description added
[+] 2004-04-19: MGWOutlook - CHM Manual added, new menu item Help added
[*] 2004-04-17: Avast Engine - setifaceCheckUpdate for needunload flags used, finally does not stop services for updates
[*] 2004-04-17: COM API - Domain Save - Config Saved and Services Notified
[*] 2004-04-16: Summary logs - Cardinal numbers used (Unsigned long)
[*] 2004-04-16: Antivirus Engine - Updating mechanism changed, Services not restarted unless the engine libraries changed, tests performed, new logging added, avast not supporting the fuctions yet
[*] 2004-04-16: MGWOutlook Setup - Wizard enhanced - Added Name item, All objects and server directions added
[*] 2004-04-16: WebMailCOM - Most of the COM objects - Dual interfaces support added (ChallengeResponse, Calendar, SpellChecker, WebMail), IAccounts - Removed all functions, left only the WebMailFunctionCall (for compatibility reasons, not used any more)
[*] 2004-04-15: SSL Certificate IP Binding - [Server] not required any more, the file contains plain record lines
[*] 2004-04-14: MGWO - Help File in the resources
[+] 2004-04-14: Config - subdomains.dat support added, example file added (Subdomain definitions), manual updated
[+] 2004-04-14: New feature - Subdomains.dat file introduced, lets you link subdomains to any existing domains on the system, it does not change the recipient and the domain name is preserved unlike in the redirect.dat file, tests
[*] 2004-04-14: Backup - DB.INI file added, support for single files to backup added, tested
[*] 2004-04-14: DB.INI Comment support added
[*] 2004-04-14: API constant U_ValidityReportDays_InactiveFor split into 2 - U_ValidityReportDays and U_InactiveFor for better understaning, implementation, tested
[*] 2004-04-14: External Anvirius - SMTP Flags - Content Filter virus conditions support added
[+] 2004-04-14: Config - Import WindowsNT Users - Password generated using the password generation algorithm, Name filled if empty, Import dialog Double clicks support added
[*] 2004-04-12: Config - Content Filter XML Index / Selected Import problem fixed
[*] 2004-04-11: Manual - Content Filter texts updated, manual compiled
[*] 2004-04-10: Mailing List - Suppress - Suppresses even errors and failure responses
[*] 2004-04-10: Mailing List - Add Headers - supports %%Include variables for multiple and unlimited headers list, manual updated
[*] 2004-04-10: System Variables - %%Include %% supports system variables inside of the included file
[*] 2004-04-08: SMTP - Challenged messages - Challenge logging record added
[*] 2004-04-08: Setup - Obsolete Avast libraries check removed
[*] 2004-04-08: Antivirus - Active Update (Demo flag) License expiration problem fixed (New licensing issue)
[*] 2004-04-08: IM vs. JAJC - plugin tests finished, file transfer bytestream and push-to-talk, support firewall and server to server communication without server's intervention
[*] 2004-04-08: Content Filter - executables support system variables, "|" character support added, manual updated
[*] 2004-04-07: AV Update vs. Service Watchdog - Watchdog disabled when updating AV
[*] 2004-04-07: AV Update engine - services started twice if not running, some other tweaking added, services stopping updated
[*] 2004-04-07: COM API - New functions added, DomainObject GetAccountIndexByAlias, APIObject GetDomainIndex, AccountObject CanCreateMailbox, Documentation updated
[*] 2004-04-07: License engine - updates and changes, finished, testing
[+] 2004-04-07: IceWarpCOM - License object - ValidFor and CreationDate properties added
[+] 2004-04-07: New licensing system supporting - CreationDate and ValidityFor variables, compatible with the old one
[*] 2004-04-07: Load Balance - Path.cfg LogonUser, LogonPassword options added
[*] 2004-04-06: API - LastErr - results 0 and negative only
[*] 2004-04-06: API - All notification variables added, few APIConst titles changed, U_Comment and U_Name behavoiur changed
[*] 2004-04-05: System structure - License variable (IAS and AV) enlarged to 64 bytes, compatibility preserved
[*] 2004-04-05: SMTP outgoing connections - when using Domain IP binding the connections have the IP address of the sender's domain
[*] 2004-04-05: Added and implemented - IsVirtualDomainIP binding function
[*] 2004-04-05: Manual - IDN description added
[*] 2004-04-05: Domains.exe - DomainValue export fixed
[*] 2004-04-03: Antivirus - Notification Bypass system, email not sent, problem solved
[*] 2004-04-02: IM vs. JAJC - New file transfer plugin added
[*] 2004-04-02: SMTP - No retry queue and bounce back - Could not connect included in the condition
[+] 2004-04-02: Config - System - Restart All Services new button and feature added, restarts all running services, stopped services are not started
[*] 2004-04-02: COM API - Functions returning OleVariant, when error occurs Unassigned (NULL) returned
[*] 2004-04-02: Backup/Restore empty parameters handling added
[+] 2004-04-02: IceWarpCOM - Dual interface support added, documentation updated
[*] 2004-04-02: WebAdmin HU lang support added
[+] 2004-04-02: COM API - Completely rewritten to support the dual interfaces, removed dateproperty functions - use VT_DATE property function instead, documentation updated, full automation object support, both early and late binding supported
[*] 2004-04-01: COM API - Dual interfaces support added
[*] 2004-04-01: Antivirus update report - proper format added
[*] 2004-04-01: WebAdmin IT lang updated
[*] 2004-04-01: COM API - All function results changed to WORD_BOOL (BOOLEAN), tests performed, documentation updated
[*] 2004-04-01: Users - APINextUser problem fixed, APINextUser returns TRUE when there is next user in the list otherwise false, the logic has been changed here
[*] 2004-04-01: COM API - SetProperty GetProperty VARIANT VT_DATE support added
[*] 2004-04-01: IM vs. JAJC - Push-to-talk testing, successful can be used
[*] 2004-04-01: IM Server - All unknown IQ tags with a full user node are forwarded to the connected user
[*] 2004-04-01: User statistics - Users with empty mailbox paths handling added
[-] 2004-03-31: Catalogs - Icewarp data package trim problem fixed

7.4.2 [2004-03-31]
[!] 2004-03-31: Release date
[*] 2004-03-31: Manual - Active Directory, Authentication mode
[!] 2004-03-31: COM API - Multithread safe
[+] 2004-03-31: Windows NT Import - Authentication mode option added
[*] 2004-03-31: Antivirus - Bypass - All recipients used
[*] 2004-03-31: Config - File Edit Notepad Ctrl+Z Undo support added
[*] 2004-03-30: Mailing Lists - Rough comment support added
[+] 2004-03-30: Active Directory - Authentication mode support added, first beta, testing finished
[*] 2004-03-30: GetMailboxUser (Authentication function) NT boolean flag removed (Core, DB.DLL)
[*] 2004-03-30: Web Admin - Labels (English constants) case updated
[+] 2004-03-30: Config & Web Admin - User authentication mode, Spam folder mode updated
[+] 2004-03-30: New feature added - User authentication mode (Standard, NT Domain, Active Directory, Any), Config, API, Web Admin, DB.DLL, API Const and many others, interface implementation, Default.ini, Any password old option removed and used the auth mode instead
[*] 2004-03-30: AV Update logging updated
[*] 2004-03-29: GroupWare - XML email subject titles changed
[*] 2004-03-29: Active Directory study, preparing the implementation
[*] 2004-03-29: WebAdmin PT lang udpated
[*] 2004-03-29: GroupWare Server - Multiple days recurrent events updated, recurrence same day history duplicate checking added, only one record returned per day
[*] 2004-03-29: GroupWare - Interval Events - ORDER BY EvnStartDate, EvnStartTime added
[*] 2004-03-28: Web Server engine - POST FormData parsing algorithm rewritten, fixes CRLF CRLF Boundary problem, faster
[*] 2004-03-28: SMTP - Digest List - List Server WHICH reply fixed
[+] 2004-03-27: COM API - FindInit, FindNext, FindDone - FindDone automatically called when destroying the object or calling another FindInit, FindNext (Returns true if found, false if not found), final COM API changes and tests, new alldomainsaccounts.html example added to the COM directory
[+] 2004-03-26: GroupWare Server - Support for multiple days recurrent events added
[*] 2004-03-26: Web Server Engine - URL%20 displaying script content problem fixed
[+] 2004-03-26: Merak Email Server documentation - Revisions done, COM API chapter added, updated
[*] 2004-03-26: US spell check dictionary used
[+] 2004-03-25: Setup - COM API - Documentation and examples added, API.DLL registered when webmail engine installed
[+] 2004-03-25: COM API - Documentation - Can be found in the API directory - COMAPI.TXT, small example index.html file
[+] 2004-03-25: COM API - General SetProperty GetProperty - User does not need to know the variable type, automatically detected, all functions added to the COM object, testing
[+] 2004-03-25: API - Added a complete COM object to the API.DLL, now it contains the API.DLL function and also a new COM objects MerakCOM.APIObject MerakCOM.DomainObject and MerakCOM.AccountObject
[*] 2004-03-24: Migration tool documentation updates
[*] 2004-03-24: Config files password protection - Administrator restriction added
[*] 2004-03-24: WebMail Engine - ANTIVIRUS, CHALLENGERESPONSE, INSTANTANTISPAM, SPAMFOLDER, SetUserProperty and GetUserProperty support added
[*] 2004-03-24: Antivirus - Clean infected feature - Problem fixed
[+] 2004-03-24: Documentation - System Monitor section added
[*] 2004-03-24: MGWOutlook - New account - Old index and queue files loaded
[*] 2004-03-24: MGWOutlook - New account with new existing PST file, PST file reused and not created a new one
[*] 2004-03-24: Challenge Response Image - The real Width calculated
[*] 2004-03-24: Web Admin IT lang updated
[*] 2004-03-23: ODBC Mailing List - Personalized mailing lists - URLEncode and URLDecode function used instead of XMLEncode XMLDecode (Should be URL encoded not HTML Tag encoded), special characters from DB problems fixed
[*] 2004-03-23: GroupWare - FR holidays added
[*] 2004-03-23: IAS Plugin - B&W Filters - displaying of empty non compliant records fixed, deleting error fixed
[+] 2004-03-23: SMTP - System Monitor - Example strings and translations added, testing
[+] 2004-03-22: SMTP - System Monitor - first phase of implementation, new code structures, CPU utilization monitor routines, finished, tests required
[+] 2004-03-22: WebAdmin - Disk Space monitor renamed to System Monitor, added new dialog and controls: CPU utilization monitor, Memory Space Monitor sections, new language records added, updated
[+] 2004-03-22: Config - Disk Space monitor renamed to System Monitor, added new dialog and controls: CPU utilization monitor, Memory Space Monitor sections
[*] 2004-03-22: Delivery - Max message size 0 = Unlimited, DATA command implementation
[*] 2004-03-22: Numbers unit - Format function used for most of the conversions

7.4.0 [2004-03-22]
[!] 2004-03-22: Release date
[*] 2004-03-22: HTML Help - WindowHandle passed changed to 0, fixes missing focused window problems
[+] 2004-03-21: Domains and Users support for date parameters -#ID#yyyy/mm/dd added, tested, comments added
[*] 2004-03-20: Manual completely revised, missing details added
[*] 2004-03-20: Config - Content Filter - Size greater dialog - New input filter used (Numbers and period)
[+] 2004-03-20: API - New functions GetDateBuffer and GetTimeBuffer added
[*] 2004-03-19: New OpenSSL-0.9.7d engine used 
[*] 2004-03-19: MGWOutlook - Use SSL connection - library can be loaded from the installation directory properly
[*] 2004-03-19: MGWOutlook InstallDir registry key used for libraries and Help file access
[*] 2004-03-19: MGWOutlook registry key (Resources plugin name string used), old registry entry ignored (requires to fill in the details again)
[*] 2004-03-19: MGWOutlook debugging on Windows 9x, problem found and fixed (COM objects vs. bitmap resources caused w9x to hang)
[*] 2004-03-19: SMTP - Confirmed subscription list server - Subscription ID support added, Add from confirmation file (DIGEST support added)
[*] 2004-03-19: SMTP old string functions converted to StrTrimIndex
[*] 2004-03-19: SMTP - Old digest files .DGT support removed, use member rights instead
[*] 2004-03-18: SMTP - Help command, bugs@icewarp.com email address removed
[*] 2004-03-18: Config - Content Filter control item Title limit set to 64 characters
[+] 2004-03-18: MGWOutlook - New account options - Synchronize these directions - Synchronize to server, Synchronize from server implemented and tested
[+] 2004-03-18: MGWOutlook - New PST creation - The folder is named with the account's name
[*] 2004-03-18: MGWOutlook - Creation of new account does not trigger the synchronization when closed the dialog anymore
[+] 2004-03-18: Library module documentation - A complete description of the modules can be found in the example file librarymodule.txt
[*] 2004-03-18: Manual revisions finished
[*] 2004-03-18: Challenge Response - MIAS Bypass support added
[*] 2004-03-17: Setup - IAS WebMail engine installed (not HTML files)
[*] 2004-03-17: Manual editing, Revised IM, System, Professional, Options, GroupWare, Content Filter
[*] 2004-03-17: Remote accounts - Challenge response - Message not delivered when challenged, problem fixed
[*] 2004-03-17: Manual editing, Finished all accounts revision
[*] 2004-03-16: MGWOutlook w9x debugging
[*] 2004-03-16: LDAP Synchronization - Applied only if LDAP is enabled
[*] 2004-03-16: Manual editing, finished up to Mailing List accounts
[*] 2004-03-16: Config - Import Windows NT Users accessible directly from the Menu - Accounts section auto select
[*] 2004-03-16: Manual editing, adding missing information
[*] 2004-03-16: Config - Domain account defaults - reflects the enabled flag immediately after changed the status from the main menu
[*] 2004-03-16: Manual editing
[+] 2004-03-16: Mailing List - ODBC - SQL Query can contain a full filename which contains the complete SQL statement, allows SQL statements larger than 255 characters
[*] 2004-03-16: WebAdmin - Logs opening - Save as file dialog forced, IE ignores the Content Type text/plain and ignores the extension of the file being download, it tries to detech the content of the file however incorrectly (IM Logs vs. XML inside problem)
[*] 2004-03-16: Config - Service Settings - Renamed option to Do not queue or bounce messages
[*] 2004-03-15: Processing Mode all work the same, no exceptions
[*] 2004-03-15: Antivirus - User account Forward To/Remote Address no longer overrides the AV services access option, non existing users - AVScan = False, the same applies for all Processing Modes
[-] 2004-03-15: Avast Engine - Removed MAPI_PACKERS flag - multi threaded access hang problem (Outlook cause), fixed
[*] 2004-03-15: Config - Account object selection - keeps selection when focus set to other object, HideSelection false
[+] 2004-03-15: MIAS - SpamMaxText new option added, limits the text size for the SpamAssassin engine, default 32kB, faster processing of large email messages
[*] 2004-03-15: MIAS - IgnoreFilesLarger spam.dat option - default set to 96kB
[*] 2004-03-15: FilterDBString support for unlimited strings added, allows the GroupWare server to use unlimited length of fields, you can use MEMO or other field types if needed now
[*] 2004-03-15: Context sensitive manual for MIAS added
[*] 2004-03-15: Context sensitive manual for Content Filters added
[*] 2004-03-15: New HTML manual structure created, manual compacted
[*] 2004-03-14: CheckMX function - Renamed to (Reject if originator's domain has no MX or A) changed, changed back to A and MX records, a sender must have either an A record or MX record
[*] 2004-03-14: IM - IMServices.dat Type=private disables browsing of the service, Browse=private also disables browsing of the service, IMServices.dat examples updated
[*] 2004-03-13: POP3 - Remote Accounts - Other changes, all tested
[*] 2004-03-13: POP3 - Remote Accounts - processing changed, reach object has an Active flag. It will not be processed until the flag is set to off. One object cannot be used multiple times simultaneously
[+] 2004-03-12: MIAS HTML = Text filter completely changed, LD (String similarity) function added, uses a percentage to verify that HTML = Text, lower false positives
[+] 2004-03-12: System variables - new system variable %%FormatDateTime Format%% added, tested, variables examples updated
[*] 2004-03-12: VMS - Password protected files support added (KAV_NON_SCANNED)
[+] 2004-03-12: GroupWare - AU holidays addded
[+] 2004-03-11: Antivirus - Update failure checking and reporting by email to the admin added, check your logs and Internet connectivity
[*] 2004-03-11: Strings conversion - Antivirus update 2 new strings support added, examples added
[*] 2004-03-11: Control service - All inner engine email messages converted to SendMsgProc function, SendMsgProc SMTPConnection pointer passed
[+] 2004-03-11: Antivirus - Updating result logging added (Error/Done)
[+] 2004-03-11: IM Server - Network XML parsing completely changed, faster and less sensitive, Trim functions removed (GetTag), => <presence/> support added
[*] 2004-03-10: Config - Content Filters - Size conditions - size operators displayed (<>)
[*] 2004-03-10: Config - Content Filters - (Read Only) Label added
[*] 2004-03-10: WebAdmin DK language added
[*] 2004-03-10: MIME Multiple header parsing functions updated, no triming performed, spaces required, Add and remove header functions updated to reflect the new system, 100% compliant
[*] 2004-03-10: IMAP SSL vs. Multiple IP address binding problem fixed
[*] 2004-03-10: Mailing List - Personalized variables - national characters UTF decoding removed
[+] 2004-03-09: Config - Multiple Account Selection support & Edit feature added, tests performed, any number of accounts (all types) can be selected with the Control and Shift keys
[+] 2004-03-09: Config - Multiple Domain Selection support & Edit feature added, tests performed
[+] 2004-03-09: Config - Delete Dialog - All and Cancel buttons added, tests performed
[+] 2004-03-09: Config - Accounts/Domains Multiselection support for deletion added, tests performed
[*] 2004-03-09: Challenge Response - Message Received - Uses the primary account email address not the RCPT TO, tested
[*] 2004-03-09: Challenge Response - Auto Add - Uses the primary account email address not the MAIL FROM, tested
[*] 2004-03-09: DB Engine - MySQLSyntax DATETIME YYYY-MM-DD format uses always no matter of the local datetime format settings
[*] 2004-03-08: SpamEngine - Update - Spam License expiration checking used instead of AV license expiration
[+] 2004-03-08: Content Filter - Displaying item flags, Readonly: "(R)", ID: "[0xAB]"
[+] 2004-03-08: Content Filter - Unique ID support added, Import vs. rewrite handling added (Rewrite: Yes, No, Cancel dialog)
[+] 2004-03-08: Content Filter - Readonly implementation added
[+] 2004-03-08: Config - Content Filter - Content ID (Unique ID) and ReadOnly attributes added, Export/Import support added
[+] 2004-03-08: Spam.dat - Challenge Response Image Font and Size support added, you can specify your own Font and Font Size now
[+] 2004-03-07: Help System - converted to HTML Help (for W95 and NT system update is required)
[*] 2004-03-07: Content Filter - Label changed
[+] 2004-03-07: Content Filter - AV Scanned implementation support added, tested
[+] 2004-03-07: AV Engine - Result and scanning system rebuilt, new status results and flags returned, support for password protected file result added
[+] 2004-03-07: Config - Content Filters - Where Scanned by Antivirus new dialog with conditions added (Contains a virus, contains a password protected file, contains no virus)
[+] 2004-03-07: Reject if originator's domain is local and not authorized - Bypass system implementation added
[+] 2004-03-07: Config - Reject if originator's domain is local and not authorized - Bypass system added
[*] 2004-03-07: Manual updated
[*] 2004-03-06: IDN officially supported
[*] 2004-03-06: GetLocalUser - IDN Support added, tested with www.idnnow.com, results successful
[*] 2004-03-06: AV - PASSWORDPROTECTED detecting order changed, VirusInfo struct memzero added
[*] 2004-03-06: RBL vs. Sender email bypass tested and works fine
[*] 2004-03-05: CheckMX function (Reject if originator's domain has no MX record) changed, requires the DNS to return more than 0 records, a positive response with 0 records is considered as no MX record
[*] 2004-03-05: MIAS - HTML = Text condition - HTML Parsed from the BODY text only, fixes some false positives
[*] 2004-03-05: IDN - ACE string Punycode - Labels support added, instead of decoding and encoding the whole domain name
[*] 2004-03-05: DNS BL examples list updated
[+] 2004-03-04: AV engine - Reject password protected files new option implemented and tested
[+] 2004-03-03: Config - AV dialog - Reject password protected files new option added
[*] 2004-03-03: CF - AND operator - when FALSE conditions stopped processing, OR and TRUE already present
[*] 2004-03-03: SpamHits - Inner SMTP structs - Signed DWord, Negative scores problem fixed
[+] 2004-03-03: Antivirus new option - Delete infected messages added, tested
[+] 2004-03-03: Config - Antivirus dialog redesigned
[*] 2004-03-03: System variables - enhanced processing
[+] 2004-03-03: New system variables added: Sender_Email, From_Email, To_Email, Recipient_Email, examples updated
[*] 2004-03-03: MGWOutlook - Shared Accounts - GroupAccess vs. Private objects - Items removed from the list, To display shared - Objects must be Busy or Public, Sharing tested
[*] 2004-03-02: Delivery - Max message size 0 = Unlimited
[*] 2004-03-02: WebAdmin - IT lang updated
[*] 2004-03-01: SMTP - ListServ Empty WL or BL problem fixed, changed list server command parsing
[*] 2004-03-01: App strings XML filepath - Relative path support added (Merak\Lang\)
[*] 2004-03-01: New Avast OEM Package
[*] 2004-02-29: Calendar - NZ holidays added
[*] 2004-02-29: MGWOutlook - Multithreaded processing disabled (Problems witht the MAPI originating thread in O2003), Outlook 2003 external object access approved and tested
[+] 2004-02-29: MGWOutlook - Direct Extended MAPI Acccess added, the fastest solution, IMAPITable, IMAPIFolder, IMsgStore
[*] 2004-02-28: WebAdmin - Domain Admin and Self User restrictions added, fileedit indices created, sets used
[*] 2004-02-28: Tarpitting - Automatic Relaying from IPs bypass added
[*] 2004-02-28: MGWOutlook - Setup installs mgoutlook.reg file
[*] 2004-02-28: MGWOutlook - Extended MAPI studies - Direct access to Outlook's DB plan
[*] 2004-02-27: MGWOutlook - Extended MAPI studies - Direct access to Outlook's DB plan
[*] 2004-02-27: WebAdmin CS lang updated
[*] 2004-02-27: CF - Sender/Recipient radio buttons problem fixed
[!] 2004-02-27: GroupWare - MySQL implementation - Requires MySQL v 4.1 and higher
[*] 2004-02-26: CF - BCC processing changed - Uses inner recipients structs instead
[*] 2004-02-26: MGWOutlook - Multithread vs. multiple accounts vs. Events problem fixed
[+] 2004-02-25: MGWOutlook - Play sound when finish synchronization new option added, tested
[+] 2004-02-25: ChallengeResponse - Spam.dat: SpamChallengeSendOnce setting added and implementation added
[*] 2004-02-25: ChallengeResponse - MultiRecipient problem vs. Send Challenge Response email to sender for each user fixed
[*] 2004-02-25: GroupWare - Recurrence - Every n week problem fixed
[*] 2004-02-25: MGWOutlook - GW -> Outlook - Recurence item order changed
[!] 2004-02-25: SpamChallenge GetWordImage - Uses font Arial and size 22, make sure the font is installed, Wider 268x48 px
[*] 2004-02-25: CF - SpamHits condition unites fixed
[*] 2004-02-24: Bypass Examples - Include file example added
[+] 2004-02-24: MGWOutlook - Dynamic Arrays - allocation enhanced, faster solution
[+] 2004-02-24: MGWOutlook - TQueueFile object - Direct object fields access - completely rebuilt object
[+] 2004-02-24: MGWOutlook - TQueueFile object - Object collection used instead of strings, should speed up things a bit
[+] 2004-02-24: MIAS - Bayesian - SpamBayesianIgnoreMissing default ON - Increases spam detection
[+] 2004-02-24: Notification accounts - System variables support added
[*] 2004-02-24: FilterMailboxPath - international characters allowed
[+] 2004-02-23: MGWOutlook - first multithreaded mode introduced
[+] 2004-02-23: SMTP ListServer - BL and WL command support added, user black & white list management via list server accounts, tested, see listserv HELP command response for more info
[*] 2004-02-23: ListServer - HELP response support for BL and WL commands added
[+] 2004-02-23: Config - ListServ 2 new commands BL (BlackList), WL (WhiteList) added, WebAdmin support added, user black & white list management via list server accounts
[+] 2004-02-23: IM - Email transport gateway
[*] 2004-02-23: MailUnit - SMTPConnection struct part of the thread, changed the function interface
[*] 2004-02-23: Domain Disk Quota - Uses recursive sub folders 
[*] 2004-02-23: Hide IP Address from Received header, HELO server added
[-] 2004-02-22: Content Filter - SpamAssassin score condition problem fixed
[*] 2004-02-21: Config - User Shared Folders - enabled no matter if the account is IMAP, it is a global feature
[+] 2004-02-21: Config - User deletion - DeleteOwner implemented, tested
[+] 2004-02-21: GW Server - DeleteGroup - Contact tables deletion added, DeleteOwner and holidays support added, DeleteOwner core function implemented added
[*] 2004-02-21: GW Server - DeleteGroup - EventUser records deletion added
[+] 2004-02-21: IM Server - jabber:iq:agents support added (Obsolete feature), Works with most of the Jabber clients now (Smartphone, Pocket PC and others)
[*] 2004-02-21: WebAdmin - Queue - Expire messages new support added
[*] 2004-02-21: SMTP Engine - Message queue expiration support added (Index equal ExpireCount const 0x81)
[+] 2004-02-21: GroupWare - Notification From & Sender - System variables added (Only Sender and Recipient ones)
[*] 2004-02-20: MIAS Spam Result - ORed to the IsSpam variable - Fixes the AntiSpam (Sender/Recipient) Mark As Spam filters problem
[+] 2004-02-20: Bypass System - Multiple recipients support added
[*] 2004-02-20: GroupWare Address Book + Instant Anti Spam + Challenge Response integration added Global and Private mode - depending on the CR User DB mode
[+] 2004-02-20: Setup - Added a check for the latest version on the Internet and asks to download it
[*] 2004-02-20: Function GetProductsXMLInfo implemented (Reads XML from icewarp.com or info.xml: Product url, date & version)
[*] 2004-02-20: Config - MIAS - Challenge Response Bayesian & SpamAssassin enabled only if the specific engines enabled
[*] 2004-02-20: Config - License Tab - MIAS Expiration - Shows upgrade expiration
[+] 2004-02-20: Challenge API Function - GetWordImage added
[-] 2004-02-20: Config - AntiSpamEdit Form - Contains List from file problem fixed
[*] 2004-02-19: PipeClientFunction calls updated, only 1 function
[+] 2004-02-19: GroupWare Address Book + Instant Anti Spam + Challenge Response integration added - Senders in the GroupWare AddressBook are automatically white listed, new spam.dat option default: True, tested
[*] 2004-02-19: MGWOutlook - Users on high security systems (from the Users group) can install MGOutlook themselves now, requires a previous COM registration by the Administrator
[*] 2004-02-19: Default.ini - ServicesAccessAV added
[*] 2004-02-18: MGWOutlook - Synchronize From/To Server fixed
[*] 2004-02-18: WebAdmin IT Lang updated
[*] 2004-02-18: MIAS - CR vs. IAS Mode swapped
[+] 2004-02-17: MIAS - Challenge Response - Other CR DB actions (record types) support added - A_Reject, A_Delete, A_Spam, A_Accept
[*] 2004-02-17: MIAS - Challenge Response - SpamEngine Finish function moved and changed interface, POP3 Remote Accounts updated
[+] 2004-02-16: MGWOutlook - Use plain text passwords new option implemented and added
[+] 2004-02-16: MGWOutlook - Use SSL connection new option implemented and added
[+] 2004-02-16: MGWOutlook - Setup - SSL libraries added
[+] 2004-02-16: MIAS - Bayesian - New experimental option added SpamBayesianIgnoreMissing (words from message not in the DB will be ignored)
[+] 2004-02-16: MIAS - CR - Auto Add - Pending messages automatically authorized
[*] 2004-02-16: WebAdmin - Mailing lists - Allow subscribers input text added
[*] 2004-02-16: WebAdmin - Mailing lists - Personalized mailing list checkbox added
[+] 2004-02-16: Standard version - ODBC Mailing list support added
[*] 2004-02-16: Config - MIAS - CR Dialog - URL automatically prefilled when empty
[*] 2004-02-16: Config - AntiSpam filter renamed to Black & White list, webadmin updated
[*] 2004-02-16: MIAS - SpamAssassin - Rule Name enlarged to 32 bytes, MESSAGEID Trim added, RegEx Multiline /m (CRLF) problem
[*] 2004-02-16: Config - MIAS "Send Challenge Response email to sender for each user" option used instead of "Separate challenge response data records for each user"
[*] 2004-02-15: Config - Content Filter XML Import Decoding support added
[*] 2004-02-15: Config - Test DSN and Test Connection (ODBC) not enabled for remote connections
[+] 2004-02-12: Config - Remote Connection - Direct SSL support, double security applied (CAST256 + SSL)
[+] 2004-02-12: MGWOutlook - More submenu added - Synchronize To Server, Synchronize From Server actions added
[+] 2004-02-12: WebMail API - INSTANTANTISPAM GetUserProperty new variable added
[*] 2004-02-11: MGWOutlook - Account removal confirmation dialog added
[*] 2004-02-10: DE Holidays added
[+] 2004-02-10: IDNA (ACE String and Punycode) support added, Domain Setting - Enable IDNA support, first beta International Domain Names
[+] 2004-02-09: MGWOutlook - New account property tab sheet Other added, Synchronize these objects: Tasks, Notes, Contacts, Events items added, tested
[*] 2004-02-09: Setup - WebMail engine - installed for Instant Anti Spam too but with not HTML dir, PHP engine installed when needed
[+] 2004-02-08: Punycode algorithm (IDNA) RFC3492 implemented and tested, not used in Merak yet
[*] 2004-02-05: WebMail API - AuthenticateUser - Returns NT Password flag
[*] 2004-02-05: Config - Delete Account - Focus vs display wrong item problem fixed
[*] 2004-02-05: %%SpamReason%% added to the examples file
[*] 2004-02-04: AV Control Proxy Problem fixed VPS_VR_AUTOCLEANUP used
[!] 2004-02-04: NT Password - When used with secure authentication methods, the real password is required in the Password field of the account
[*] 2004-02-04: Outgoing_Bind problems fixed - GetLocalServer function added
[+] 2004-02-03: WebAdmin & Config - IM & Calendaring access items added
[+] 2004-02-03: Processing Mode - GroupWare and Instant Messaging server added, CheckAccount, GetAccessMode, tested
[+] 2004-02-03: MGWOutlook - Setup - Integrate with default folders checkbox added
[*] 2004-02-03: Proxy - AV Only if active AVInit
[*] 2004-02-03: Config - Proxy Server - Typo fixed 
[*] 2004-02-03: External AV - Norton menu item removed, not supported
[+] 2004-02-03: MGWOutlook - Account Path new option added, it is possible to specify the account data path so the PST and other data can be shared if required
[+] 2004-02-03: User Send Limit - Extended to Longint (4 Octets), Web Admin, API, DB, Config and core, tested
[*] 2004-02-03: UserSendLimit function created and implemented
[*] 2004-02-03: Default Values - Pointer ^ used
[+] 2004-02-02: MIAS Plugin - Attachment - Remove Item Popupmenu added
[+] 2004-02-01: MIAS Plugin - Attachment - Save All new feature added
[*] 2004-02-01: SMTP - Hide Received IP address, [()] removed and left blank
[*] 2004-01-31: WebAdmin - Domain admins cannot edit or delete administrator accounts
[*] 2004-01-31: Config - Service settings typo fixed
[*] 2004-01-30: MGWOutlook - Outlook did not exit properly - AvancedTimer problem fixed, timer got working, D7 transition problem
[*] 2004-01-30: MGWOutlook - Removed synchro upon Exit, caused Outlook 2003 to crash
[*] 2004-01-30: Remote Accounts - UIDL File - Name + RandomID added
[*] 2004-01-30: Bayesian - Default stop list "fw;re" added
[*] 2004-01-30: ConvertHTMLToText - UTF Decoding removed, caused problems with higher characters, fixes HTML body MIAS filtering
[*] 2004-01-30: Config - Digital Cert - typo fixed

7.2.0 [2004-01-29]
[!] 2004-01-29: Release date
[*] 2004-01-29: SpamAssassin - GetScore - Uses all 4 Score modes properly
[+] 2004-01-29: SpamAssassin - RBL engine added, properly tested, disabled by default, select only needed DNSBL servers, the other set Score to 0
[*] 2004-01-29: SpamAssassin - Reads DNS options, RBL
[*] 2004-01-28: Manual updated
[*] 2004-01-28: New Latest Avast engine
[*] 2004-01-28: Setup - Checks AV Last Update, if old forces new AV engine installation
[*] 2004-01-28: MIAS Plugin - TitleImage background problem fixed
[*] 2004-01-28: Config - Label controls converted to the same format First word upper case other lower case
[*] 2004-01-28: IM - Thread: Access Denied (5) (Suspend, Resume handled)
[*] 2004-01-28: IM - ICQModule protocol enhanced and works again
[*] 2004-01-28: IT Lang updated
[+] 2004-01-27: SpamAssassin Engine - White List & Black List support added
[*] 2004-01-27: Antivirus - Notification bypass problem fixed
[*] 2004-01-27: Config - RemoteConnection - UpdateServices disconnection problem fixed
[*] 2004-01-27: SpamAssassin - Rules with score 0 not processed
[+] 2004-01-27: Default RFC822 Fix Content Filter Installed 
[*] 2004-01-26: New Programming Language Version 7, tests performed
[*] 2004-01-26: MGWOutlook - Progress Window - Item/Total label added, support for queues added
[*] 2004-01-26: UpdateConfig - Calendar service added too
[*] 2004-01-26: MGWOutlook - Multiple concurrent synchronization preserved, finished testing
[+] 2004-01-26: MGWOutlook - Progress Window - Communication state Led added
[*] 2004-01-26: MGWOutlook - Connection checking added
[*] 2004-01-26: MGWOutlook - Queue Process, Server Process flushing added
[+] 2004-01-26: CF - New condition - Where Scanned by Antivirus added
[*] 2004-01-26: AntivirusEngine - AV Mode - AV not applied if disabled for accounts/domains
[+] 2004-01-26: ListServer - Suppress Subscription Replies new option added, WebAdmin, Config
[*] 2004-01-25: Challenge Response - Multiple Recipients MessageReceived function SeparateUsers DB finished
[*] 2004-01-25: MGWOutlook - Final changes and tests
[*] 2004-01-25: MGWOutlook - OnOutlookClose Synchronize support added, OnExplorerClose used
[*] 2004-01-24: MGWOutlook - BEEP Client protocol reconnect removed, TCP/IP synchronization disconnection handling added
[+] 2004-01-24: MGWOutlook - Synchronization Progress Bar support added, Option controls added
[+] 2004-01-24: GroupWare, MGWOutlook - Tasks Recurrence support added
[*] 2004-01-24: VMS - Calendar Pro Version - GroupWare 6 User Free License removed (Only VMS)
[+] 2004-01-24: Challenge Response - Multiple Recipients MessageReceived function support added
[+] 2004-01-24: MGWoutlook - Properties - Account Name new edit control added
[*] 2004-01-22: GetConfigFilePath, GetUserMailboxPath, {IncludeFiles Bypass and Groups} function - UNC support added
[*] 2004-01-22: Delete Mail domain - Tarpitting - Unknown support added (The same as for Reject Mail domains)
[*] 2004-01-22: MIAS Settings loaded after the main settings
[-] 2004-01-21: Remote Account - To Parsing (,) problem removed
[*] 2004-01-21: CH Holidays added

7.1.6 [2004-01-19]
[!] 2004-01-19: Release Date
[*] 2004-01-19: WebMail API - Login function returns the plain password
[*] 2004-01-19: Calendaring Server - LoginUser API function - Challenge string and SASL support added
[*] 2004-01-19: MIAS Plugin - Code tweaks to get rid of the JAJC (WXP and W2K3) exception violation
[-] 2004-01-19: Mailing List - Change Header function - appending .tmp removed, new file name used instead, reached the filename limit and did not send any more emails
[*] 2004-01-18: New GetAuthMethod function added (MD5, CRAM-MD5, SHA1), Both WebMail API and Calendar SASL supported
[+] 2004-01-18: WebMail API - SASL authentication added (MD5, CRAM-MD5, SHA1 mechanisms), 2 new parameters added (Method and Challengestring)
[*] 2004-01-18: MIAS - SpamHTMLEqual HTML Filter default ON
[*] 2004-01-18: MGWOutlook - Event Synchronization - Recurrence - olRecursMonthNth NMonth support added
[+] 2004-01-18: DNS Query Library - TXT query result support added, DNS Query Tool updated, TXT record cache support added
[+] 2004-01-16: Bypass files - include file support added, you can create a global bypass file by linking all files to one bypass file, examples file updated
[+] 2004-01-15: Calendar server - PT Holidays Added
[+] 2004-01-15: MGWOutlook - Menu Help added when there is a gw.hlp file in the installation dir
[+] 2004-01-15: MGWOutlook - SASL login support to Calendaring server added, first tries if Authentication functions are supported if not uses the old LoginUser function
[+] 2004-01-15: Calendaring server - 2 new function (SASL authentication support) added. AuthenticateChallenge and Authenticate, documentation updated
[+] 2004-01-15: MGWOutlook - New option - Synchronize Upon Application Start and Exit, implemented
[*] 2004-01-15: Domain Type - Delete Mail - Deletes only for the unknown users, the message for the known users in the session will be delivered
[+] 2004-01-14: IM - Yahoo IM Module, new YMSG11 version support added, new authentication mechanism support added
[-] 2004-01-09: Domain IP Binding - Cache problem fixed, undefined domain 
[*] 2004-01-09: WebMailCOM - WebMailFunctionCall COM object function added 

7.1.4 [2004-01-09]
[!] 2004-01-09: Release Date
[*] 2004-01-08: MIAS - Challenge Response - HTML Files updated, Email Address Status added - Address Already Authorized, Address Black Listed, templates updated
[+] 2004-01-08: DB.DLL - Challenge Response - Separate challenge response data records for each user support added, DBGetChallengeFolder added
[+] 2004-01-08: Config - MIAS - Challenge Response - Separate challenge response data records for each user new button added
[*] 2004-01-08: MIAS - Challenge Response - Challenge request email sent upon each message receival (even though it was already sent before)
[*] 2004-01-07: Spam Assassin - DateInPast/DateInFuture fixed
[*] 2004-01-07: Control - ChallengeResponsePath - String returned instead of a number
[*] 2004-01-07: Config - Bayes Buttons - Reflect the Bayes enabled status
[*] 2004-01-07: WebAdmin - ODBC Mode - SaveUsers - Cache Reset added
[+] 2004-01-07: Bayesian Engine - Compact DB support added (Removes words older than 6 monhts, words before and after (a..z), long words not links)
[+] 2004-01-07: Config - MIAS - Bayesian Tab - Compact DB new button added
[*] 2004-01-07: Config - MIAS - Bayesian Tab - Index Now & Queue File buttons moved to Bayesian tab, Settings File moved to HTML & Other tab
[*] 2004-01-07: IM - Yahoo Module - Changed YMSG server from scs.yahoo.com to scs.msg.yahoo.com, caused inability to communicate with people
[*] 2004-01-07: IM - MIAS - \x00 problem in Subject,To,From fixed
[+] 2004-01-07: Calendar - UK Holidays added
[*] 2004-01-06: Control - WebMailAPI ChallengeResponseDelete Folder parameter support added (Deletes waiting folder)
[*] 2004-01-06: Control - WebMailAPI New ChallengeResponsePath(Folder) function added
[*] 2004-01-06: Control - WebMailAPI New GetUserProperty option - CHALLENGERESPONSE added
[*] 2004-01-06: DB.DLL - ChallengeGetList - Flags - No 'AND' and No '()'
[*] 2004-01-06: SMTP - ChallengeConvertDB new DB.DLL function added
[*] 2004-01-06: Setup - DB Conversion routines added (ChallengeResponse - 2 new fields added and 1 deleted, Calendar - 1 new table added)
[*] 2004-01-06: New License Agreement
[*] 2004-01-05: MIAS - Default IAS bypass for local non user accounts (all executables, mailing lists etc. will not be scanned for spam)
[*] 2004-01-05: WebMailAPIFunction - DBEncryptPassword added
[+] 2004-01-04: Calendar - IT Italian Holidays 2003-2005 added
[+] 2004-01-04: Spam Assassin - ok_locales support added (all, en, ja, ko, ru, zh, th)
[*] 2004-01-04: Spam Assassin - Default values without any .cf files support added
[*] 2004-01-04: All MIME Functions - MaxMIMEHeaderLines and MaxMIMEHeaderSize considered
[+] 2004-01-04: Spam Assassin - check_for_to_in_subject added, :raw support added, subject_all_caps added, check_illegal_chars
[*] 2004-01-04: MGWOutlook - Properties dialog - Close button added, Sizable attribute removed
[*] 2004-01-04: Holidays - Easter added
[*] 2004-01-04: Config - User defaults used only for User accounts
[*] 2004-01-03: Spam Assassin - Report folding fixed
[+] 2004-01-03: Spam Assassin - Toothpick m{ support added
[+] 2004-01-03: Spam Assassin - eval:check_for_shifted_date support added, htmltagexists, htmlmessage, checkformimehtml, checkformimehtmlonly
[*] 2004-01-02: Manual Updated
[*] 2004-01-02: IMAP Eudora - EXPUNGE high speed problem fixed
[*] 2004-01-02: Config - Open Log Directory fixed
[+] 2004-01-02: WebMail - Challenge Response B&W list feature added (every user can manage their own list)
[*] 2004-01-02: Config - Main Window Control Label Hot Keys removed (collision reasons), only Menu hot keys used
[*] 2003-12-31: SpamAssassin - SpamAssassinMarked flag read from the spam.dat file
[*] 2003-12-31: SpamAssassin - Removing of old X-Spam headers added
[+] 2003-12-31: Config - MIAS - New option - Disable Bayesian filters spam marking
[*] 2003-12-31: SpamAssassin - Cannot reset the Spam flag to false, it can only set it to true
[+] 2003-12-30: System Variables - %%SpamReason%% option added
[*] 2003-12-30: Spam Reason - Core implemented, POP3 Remote Accounts SpamAssassin Hits support added
[*] 2003-12-30: IMAP - ACL Delete flag controls the IMAP DELETE Folder command
[+] 2003-12-30: MGWOutlook - Toolbar Menu - Properties item dialog added, New dialog added, Docking used
[+] 2003-12-30: Challenge Response - new option apply if spamassassin score is between
[*] 2003-12-30: Content Filter - SpamAssassin and Bayesian labels updated
[*] 2003-12-30: Config - MIAS design and labels udpated
[*] 2003-12-30: Challenge Response - From - system variables support added
[*] 2003-12-30: Static Filter order changed, applied after MIAS
[*] 2003-12-29: Setup - Added close button - CloseQuery implemented
[*] 2003-12-29: MIAS - SpamAssassin .cf Loading - Only loaded if changed
[+] 2003-12-29: WebMail API Functions - Challenge Response support added, Functions tested
[+] 2003-12-29: DB.DLL - DBChallengeResponse AddEmail, DeleteEmail, GetList (User functions added)
[+] 2003-12-29: Calendaring WatchDog support added, Config, WebAdmin
[+] 2003-12-28: MIAS - ChallengeResponse - ODBC Settings Added, New Challenge Response DB added to Setup, still compatible with the old one, new field added, SndGroup filled with the owner of the record
[*] 2003-12-28: DB.DLL - DBChallengeResponse multi instance support added
[*] 2003-12-28: DB.DLL - DBChallenge Create/Drop functions added
[+] 2003-12-28: API - APIConst - Comments and types description added, readme.txt updated, APIUnit comments added
[+] 2003-12-27: MGWOutlook - Setup - New design added, Logo added
[+] 2003-12-27: Setup - New design added, Logo added
[+] 2003-12-27: Config - GroupWare - Explore Holidays button added
[*] 2003-12-27: MIAS - Challenge Response - Variables test completed
[+] 2003-12-27: MIAS - SpamAssassin - Full reporting features added (report_safe)
[*] 2003-12-27: MIAS - SpamAssassin - Rule description support added, report template support added, _PREVIEW_, _SUMMARY_, _CONTACTADDRESS_ added
[*] 2003-12-26: IT Lang updated
[+] 2003-12-26: Config - MIAS SpamAssassin settings Dialog finished and tested
[*] 2003-12-26: Setup - Installs SpamAssassin Rules, local.cf preserved other overwritten
[+] 2003-12-26: MIAS - SpamAssassin - Reporting finished and tested, trusted_networks support added, fold_headers support added
[*] 2003-12-26: ODBC - U_Alias empty, CPU problem fixed, incorrect external data handling...
[*] 2003-12-25: MIAS - SpamAssassin - Reporting and other options added (clear_headers, add_header, remove_header, report functions), Reporting core implemented
[+] 2003-12-25: New Content Filter - Where Spam hits is value added (SpamAssassin Hits)
[*] 2003-12-25: System Variables - new variable %%SpamHits%% added
[*] 2003-12-25: MIAS - SpamAssassin - Integration with the MIAS Bayesian module added, Spam.dat (SpamAssassinEnabled, SpamAssassinMarked, SpamAssassinRulesPath) new options added
[+] 2003-12-25: MIAS - SpamAssassin - First version and implementation, Config MIAS dialog updated
[*] 2003-12-25: MIAS - Challenge Response - DB Indexing updated - Duplicity allowed..., Users should update their DBs...
[*] 2003-12-25: MIAS - Challenge Response - Email URL can be updated with the system variables, for each domain different URL possible
[+] 2003-12-24: New RegEx engine adde (Perl 5 compatible), Setup installs regex.dll
[*] 2003-12-24: MIAS - SpamAssassin new RegEx engine (Perl 5 compatible), ultra fast
[+] 2003-12-23: MIAS - IceWarp SpamAssassin like solution development (Compatible with SA .cf files but IceWarp's engine), ultra fast
[+] 2003-12-23: MIAS - Challenge Response - System Variables support added
[*] 2003-12-22: MIAS - Indexing Folders - Only .tmp and .imap files indexed and deleted
[*] 2003-12-22: Calendar - Holidays - ShortDescription added to the Interval List API Function result
[*] 2003-12-21: Challenge Response - Auto Add Outgoing - Multiple recipients support added (all will be added)
[*] 2003-12-20: Calendar - Holidays - Interval API function returns also the HolDate field
[*] 2003-12-20: MGWOutlook - Add Items - completely changed, no more events required, multiple item actions > 16 possible now, fixed MS Outlook bug
[*] 2003-12-20: MGWOutlook - Default - Old Items Radio button removed, automatic behavior
[*] 2003-12-20: MGWOutlook - Change - ID Synchronized (Only one synchronization to Server)
[*] 2003-12-19: Calendar - Reminder/Notification - Email Deletion fixed
[*] 2003-12-19: MIAS - SpamAssassin Analysis & Study
[*] 2003-12-19: Setup - PHP DLL Redirection control.exe.local added, Other PHP Conflict Solution
[*] 2003-12-18: MGWOutlook - Full Control Calendaring Attribute support added
[*] 2003-12-18: Setup - Overwrites previous Calendar Doc and holiday directories
[+] 2003-12-18: Calendar - Holidays Support - US & CZ 2003 + 2005 Holiday Data Added (Calendar\Holidays Directory), Anybody can create their own
[+] 2003-12-18: Calendar - Holidays Support Added, 4 New Functions: GetHolidays, GetIntervalHolidays, AddHoliday, DeleteHolidays, All Tested, API Documentation Updated
[!] 2003-12-18: Calendar - Calendar.xml - EventHoliday new table & indices added, Run Create Tables to create the missing table
[*] 2003-12-18: Calendar - Calendar Server - Title updated - Config Communication problem fixed "Calendaring Server"
[*] 2003-12-18: ODBC - WebMail API & WebAdmin - Cache updated when setting user properties
[*] 2003-12-17: Relay if originator's domain is local - Old option renamed
[*] 2003-12-17: Calendar - Calendar.XML - Non recurrent events - EvnEndDate with EvnEndTime = -1 to considered to be part of the event
[+] 2003-12-17: Calendar - EventUser - Friend - Full Control support added
[*] 2003-12-17: ODBC Mode - Insert Users - Selective Fields Used, Fixes a position problem
[*] 2003-12-16: MGWOutlook - Constants stored in resources
[*] 2003-12-16: GW License - Trial unlimited
[+] 2003-12-15: WebAdmin - User Services Access Added, Fixes Services Access Defaults
[+] 2003-12-15: WebAdmin - Challenge Response Services Access Added
[*] 2003-12-14: Config - ReleaseNotes, Readme, ABNF - Read only mode added
[*] 2003-12-14: Defaults - ServicesAccess Calendar & ChallengeResponse added, Other Domain defaults added
[*] 2003-12-14: Config - Account Defaults - Auto Save added
[*] 2003-12-14: CF SendMessage - From, To - System Variables support added
[*] 2003-12-14: UserExists - Domain Alias considered
[+] 2003-12-14: IM Server - New merak:iq:im XMLNS (remoteip, localip) type added - local and remote ip queries for the connection added
[*] 2003-12-14: New OpenSSL-0.9.7c engine used 
[*] 2003-12-13: POP3 & SMTP - Command parsing changed
[*] 2003-12-13: Calendar - Logging - Password clearing added
[*] 2003-12-11: WebServerEngine - POST handling - Handling unwanted data (CRLF) added

7.0.1 [2003-12-11]
[!] 2003-12-11: Release Date
[*] 2003-12-09: MIAS - Auto Indexing forced to switch off, Config removed - Auto indexing controls - Bad control from users - edit settings file directly
[+] 2003-12-09: Challenge Response - New option - Apply for message not marked as spam added
[*] 2003-12-09: New Latest Avast engine
[*] 2003-12-09: GroupWare - Label Public Views, Default Anonymous Group, Anonymous ON
[*] 2003-12-09: SMTP - Use Next MX records... option, time out issue solved
[+] 2003-12-07: Service Settings - Enable SSL/TLS option added, Services feature implemented
[*] 2003-12-07: PHP - Old imap.dll used for WNT compatibility problems
[*] 2003-12-07: Manual updated
[+] 2003-12-06: MGOutlook - Synchronize Old Folder Objects feature added
[+] 2003-12-06: AntiSpam Filters - New Condition SMTP AUTH added, examples updated
[*] 2003-12-06: IMAP Rules - Recursive directory procedure updated
[*] 2003-12-06: Login With Email Address - Secondary cache login - domain problem fixed
[*] 2003-12-05: MGOutlook - O2G - Empty certificate not cleared on purpose (Outlook MAPI Bug Handling)
[*] 2003-12-05: IWCOutlook Renamed To MGOutlook - Merak GroupWare
[*] 2003-12-05: SpamQueuePath - Comments considered, delimiter checked
[+] 2003-12-05: Korean Lang added
[*] 2003-12-04: MIAS Plugin - LF vs. CRLF URL Link problem fixed
[*] 2003-12-04: AV - Selected Users Mode - AV checked always if (ForwardTo <> '') Or (Remote Address <> '' And RemoteAddress)
[*] 2003-12-04: All ODBC Multithreaded options turned off by default, turn on only if you are 100% certain your ODBC drivers support it, most of them do not
[*] 2003-12-04: ValidateEmail - () Comment parameter fix added
[*] 2003-12-04: PipeClient - PIPE_BUSY error taken care of, no more PIPE problems
[+] 2003-12-04: CF - Append To Text - Supports "hhnnssyyyymmdd..." FormatDateTime variables, also supports %% system variables
[+] 2003-12-04: Calendar Logging added, Web Admin etc, Config
[+] 2003-12-03: WebMail - new version ready, plenty of new features (S/MIME, Extended Contacts and many more)
[*] 2003-12-03: IM Modules - Yahoo, AOL - Login response timeout decreased, processing enhanced
[+] 2003-12-02: S/MIME implementation, certificates, testing
[+] 2003-12-02: IWCOutlook - Outlook Certificate maintenance, PEM & DER conversion etc., Outlook bug - Cannot import certificates (Export works fine)
[+] 2003-12-02: Calendaring - SetContactCertificate & GetContactCertificate new API functions added, API Documentation updated
[+] 2003-12-02: Calendaring - ContactCertificate table, index added
[*] 2003-12-01: Calendaring - Dynamic Binary values - Common function created, XML file updated
[*] 2003-12-01: Setup - WebMail - secur32.dll installed if not present on the system, webmail folder SSL DLLs copied once more, openssl.dll installed
[*] 2003-11-30: S/MIME Analysis & study, creation of user certificates with OpenSSL (pkcs7, p12, ...)
[+] 2003-11-30: SMTP - Tarpitting Relay new option implemented
[+] 2003-11-30: Config - Tarpitting Relay new option added
[*] 2003-11-29: Calendaring - UniqueIDs - always 12 characters
[*] 2003-11-29: Calendaring - Professional version includes 6 users by default
[+] 2003-11-29: IceWarpPHP - icewarp_webmailfunctioncall added - instead of the COM object, WebMail files updated and used the new command
[+] 2003-11-28: IWCOutlook - Setup - Tutorial - auto setup added
[+] 2003-11-28: Calendar - Contact function added - GetContactDetailList added
[*] 2003-11-28: IWCOutlook - Minute rounding problem fixed
[+] 2003-11-28: Calendar - Reminders - IM, Email, IM & Email
[*] 2003-11-28: License - Date Stamp Removed - License Too Long ....
[*] 2003-11-28: WebAdmin - IT Lang updated
[*] 2003-11-28: Documentation updated
[!] 2003-11-27: IWCOutlook - MS Outlook Limitation (All versions) - Multiple item actions (> 16) do not trigger Outlook events, Outlook bug
[+] 2003-11-27: IWCOutlook Installer added - EXE
[*] 2003-11-27: Setup - Upgrade - negative upgrade days fixed
[+] 2003-11-27: IWCOutlook - Default Values added, Integrate With Default Folders New Option Added, AutoStart function added
[*] 2003-11-27: Calendaring - Drop Indices added
[+] 2003-11-27: Config - ODBC - Added ODBC Form dialog instead, Create/Drop Tables automatically calles Index functions, Backup Connection option added, tested
[+] 2003-11-27: ODBC - Backup DSN support added - directly in the core object - DB.DLL
[*] 2003-11-27: Config - Domain Services Access - Domain Change applied
[+] 2003-11-26: IWCOutlook - Office XP and Office 2003 tested & approved
[*] 2003-11-26: POP3 - Remote Accounts - Address () Comments removed (including spaces)
[+] 2003-11-26: Responder - Reply between dates (yyyy/mm/dd-yyyy/mm/dd) new option added, WebAdmin and others
[*] 2003-11-26: Challenge Response - DB - Indices added
[*] 2003-11-26: Calendaring - DB - Indices added for all tables and joins - SQL and installed Access DB
[*] 2003-11-26: IMAP - Full support for multiple literals added
[*] 2003-11-26: Calendaring - Auto Create user - Default Working Hours & Sharing mode added
[*] 2003-11-26: WebAdmin - Full User Spam Folder support added
[*] 2003-11-25: Web Server Engine - PHP - ISAPI Mode used by default - DisableISAPI option renamed, wmi.ini Loads icewarpphp.dll & mbstring.dll
[*] 2003-11-25: Setup - installs icewarpphp.dll & mbstring.dll
[+] 2003-11-25: IceWarpPHP - PHP Extension created - called instead of COM objects (ChallengeResponse & Calendaring Functions)
[*] 2003-11-25: MIAS - Dialog - some control checkboxes problems fixed (ChallengePerc, AutoArchive)
[*] 2003-11-25: Setup - PowerPack checkbox removed - Use Select Components instead, No AV vs. Webmail problem fixed
[+] 2003-11-25: IWCOutlook - Office 2000 and Office 2002 approved
[+] 2003-11-24: IWCOutlook - Testing, Completed
[+] 2003-11-24: IWCOutlook - Complete contact Calendaring synchronization - Emails, Phones, URLs everything
[+] 2003-11-24: IWCOutlook - First contact Calendaring synchronization - Basic fields only
[+] 2003-11-24: IWCOutlook - Calendaring connection & API maintenance added, creation, deletion, changes core implemented
[!] 2003-11-24: Calendaring - For those who use already the first calendaring DB you can simply create the new tables by clicking Create Tables in the GUI. The missing will be created.
[*] 2003-11-24: Calendaring - Contact API functions tested, ready for use
[+] 2003-11-24: AV - Notification bypass feature added
[+] 2003-11-24: Config - Notification bypass feature added
[+] 2003-11-24: MIAS - Auto Learn - Auto Archive checkbox added to the Dialog
[+] 2003-11-23: Calendaring - API Functions for contact management added, created list, API Documentation updated, All functions implemented, SQL statements done
[*] 2003-11-23: Setup - Calendaring - Contact tables added
[+] 2003-11-23: Calendaring - Calendar.XML Create & Drop Table SQL statements for contacts added
[+] 2003-11-23: MIAS - Plugin - Mail Client option added
[+] 2003-11-23: About Dialog added, Modal Forms problem fixed
[+] 2003-11-23: IWCOutlook - Schedule, Thread Safe & Window Handle implemented, Options Non Modal, ID Synchro Checking, Object Private Share Type synchronized
[*] 2003-11-22: Calendaring - Contact DB structure analysis & modelling
[*] 2003-11-22: Calendaring - GetEventInfo - Checks EvnShareType and if not owner and private clears the result
[*] 2003-11-22: IWCOutlook - Item Share Type processing added, Busy processing added, Could not Login/Connect messagebox added, Password encoding added
[+] 2003-11-21: IWCOutlook - Options Dialog, Debugging, Testing, First working version, Ready For Calendar Contact Synchronization
[*] 2003-11-21: IWCOutlook - DeleteItems processing queue finished, Synchronization Outlook To Calendar Added
[*] 2003-11-20: IWCOutlook - Server Calendar Objects basic synchronization updated tested
[*] 2003-11-20: Spam Challenge Default 30-90%
[*] 2003-11-20: IWCOutlook - Server Calendar Objects basic synchronization implemented
[*] 2003-11-20: Calendar - AddEvent - Evn_EditCounter = Filled with 0
[*] 2003-11-20: IWCOutlook - Structure development
[+] 2003-11-19: IWCOutlook - Tools Dialog Added, Store Processing Added, Account Settings Implemented
[+] 2003-11-19: Calendaring - External Calendar Views - Issues fixed, Sharing complete
[*] 2003-11-18: IWCOutlook - Calendaring MAPI Addin analysis and research started
[+] 2003-11-18: Calendaring - New API Function added - GetGroupAccessRights, API Documentation updated
[+] 2003-11-18: Config - Domain Services Access added
[+] 2003-11-18: Config - User Services Access - AV Checkbox updated, Options disabled according to the Service Mode
[+] 2003-11-18: Calendaring - Event Changed - Evn_EditCounter=Evn_EditCounter+1
[*] 2003-11-18: MIAS - Genuine Auto Index 30% changed
[*] 2003-11-18: Setup - Component List - Page added
[*] 2003-11-18: Backup - sub dir routines .. problem fixed
[*] 2003-11-17: Calendaring - Group Sharing - Friends considered
[+] 2003-11-14: Setup - Possibility to select components/services to be installed added
[*] 2003-11-14: IMAP - Delete Folder - Deletes all files always
[+] 2003-11-13: Calendaring - ODBC Multithreaded option usage added, can run serialized now
[!] 2003-11-13: ODBC Multithreaded - Should be turned off for all ODBC functions (Calendaring, Challenge Response, ODBC Memory Mode)... MS ODBC is not multithreaded and might cause system to fail
[*] 2003-11-13: ODBC Multithreaded - Option boolean logics changed - Worked vice versa
[+] 2003-11-13: MIAS - Dialog - Spam Challenge Response - Percentage interval checkbox added
[*] 2003-11-12: Old Domains v3 loading fixed
[+] 2003-11-11: System - Domain Globals - Enable Domain Literals implementation finished - Bound and Unbound Domain IP Addresses, both modes supported, DB.dll updated
[+] 2003-11-11: Config - Domain Globals - Enable Domain Literals new option added
[+] 2003-11-11: Licensing System updated - Date Stamp added, 100% compatible with old versions
[*] 2003-11-11: Manual updated - MIAS, Calendaring and others
[+] 2003-11-10: Config - Domain Properites - Domain Account Defaults button and feature added
[+] 2003-11-10: System - Domain Default.ini support added, each domain can have a different default.ini file
[+] 2003-11-10: Server Monitor - Session History - System logs added - Service startups, stops, etc.
[+] 2003-11-09: DSN - Original-Envelope-Id support added
[+] 2003-11-09: WebAdmin - Outgoing Queue - Expire Messages feature added
[*] 2003-11-09: Config - License - Upgrades are displayed in the license list instead
[*] 2003-11-09: FI Lang updated
[*] 2003-11-09: Calendaring - Task Reminders - Status Done checked before processing a reminder, Setup always overwrites Calendar.xml
[*] 2003-11-08: MIAS - HTML Filters - #00 Problem fixed
[*] 2003-11-07: WebAdmin - System - IMAP SSL added 
[+] 2003-11-07: MIAS - HTML Filters - Can be disabled completely by unchecking all of the checkboxes
[+] 2003-11-07: Calendaring - Tasks Can have a reminder - Server processing updated
[+] 2003-11-06: Spam Challenge - Confirmation URL - Generation added
[+] 2003-11-06: Notification Accounts - Multiple Emails - Index added into subject (Eg. 1/3...)
[+] 2003-11-06: CF - Add To File - Added new checkbox - Always create a new file
[+] 2003-11-06: System Variables - new variable %%BODY_HTML%% added
[*] 2003-11-06: MIAS - License - Calendar license problem fixed
[*] 2003-11-05: Calendar - Delete Event - Deletes EventNote records too
[+] 2003-11-05: New PHP engine 4.3.4
[+] 2003-11-05: Web Server Engine - ALL_HTTP Full support added
[+] 2003-11-05: SMTP - redirect.dat New redirection flags added - Allow redirection regardless filters, examples updated
[*] 2003-11-04: Language synchronization routines updated
[+] 2003-11-04: Full IPv6 support added - New Service Settings option - Enable IPv6 Protocol, use with care, binding to IPv6 requires scope-id - %n (Interface ID)
[*] 2003-11-04: IM - Session inactivity timeout ignored (caused session to be disconnected when too low)
[+] 2003-11-03: New PHP engine 4.3.3
[+] 2003-11-03: CF - New Condition SMTP AUTH added
[*] 2003-11-03: AutoArchive - Delete - Outgoing Messages processed too
[*] 2003-11-03: SMTP - Reject if originator's domain is local and not authorized - considers also POP Before SMTP
[*] 2003-11-03: WebAdmin - Admin_Default_Language=pt problem fixed
[*] 2003-11-02: MIAS - HTML Filters - Text = Html small adjusting (single characters....)
[+] 2003-11-02: MIAS - Challenge Response - Black & White List - Auto add can be used without the Challenge Response system, can be used independently, Recipients passed to DB
[*] 2003-11-02: Web Server Engine - Windows - dot at the end of file FileExists problem solved
[*] 2003-11-01: DNSBL - TXT Feature tested
[*] 2003-11-01: Setup - DSN - Calendar & SpamChallenge testing, tested
[*] 2003-10-30: SMTP - No Retry Queue vs. RCPT TO error loop problem fixed
[*] 2003-10-29: Remote Accounts - MIAS - Spam Probability & Spam Flag passed to SMTP Structures
[+] 2003-10-29: DNSQuery Tool - Support for AAAA IPv6 and PTR IPv6 records added
[+] 2003-10-29: DNSQuery - AAAA IPv6 query support added, IPv6 Conversion Functions, Reverse PTR routines added, AAAA Cache added
[*] 2003-10-27: Config - Spam Challenge Response checkbox & MIAS checkbox visible only if MIAS and/or Spam Challenge Response enabled
[+] 2003-10-27: Config - Spam Challenge Response - Processing Mode User & Domain checkboxes added, Challenge Image Transparent Grid added
[+] 2003-10-27: Setup - Installs Challenge DSN and MDB, Copies Challenge HTML Files, Challenge Response ready
[+] 2003-10-25: MIAS - Spam Challenge Response finished, tested, html templates, Expired records delete folder & record
[+] 2003-10-25: MIAS - Spam Challenge Response COM objects created, html code written, first testing
[+] 2003-10-25: MIAS - Spam Challenge Response Config Dialog & Options added
[+] 2003-10-25: MIAS - Spam Challenge Response implementation, analysis and routines work started, DB implementation
[*] 2003-10-24: MIAS Plugin - HideSelection set off
[*] 2003-10-24: Config - Security Tab - Security options redesigned
[+] 2003-10-24: MIAS Plugin - New option - Mail - Send message with attachments as XML
[*] 2003-10-24: Tutorial updated
[+] 2003-10-24: CF - New condition - Where spam probability is percentage added, Config Dialog, System
[*] 2003-10-24: MIAS - HTML Filters - Auto Indexing enabled
[+] 2003-10-23: MIAS - New Option - Content of text/html and plain/text must be approximately the same, Dialog updated, Examples updated
[+] 2003-10-23: MIAS Dialog Redesigned, Added few new options
[+] 2003-10-22: System - New Anti Spam option - Reject if originator's domain is local and not authorized, Config updated, WebAdmin updated
[+] 2003-10-22: MIAS - Plugin - Options Dialog - Restructured, Reply To option & feature added
[+] 2003-10-22: Users.exe - Password policy checking new option added
[+] 2003-10-22: API - New function CheckPasswordPolicy added
[+] 2003-10-22: Password Policy Dialog enhanced, added new option, placed under Config - Accounts - Options Menu, Pass Policy processing updated - gives warning and you can still use the password
[+] 2003-10-22: System Optimalizations - Large Number Of Domains - Faster Processing - Str Handling - MailServerDomain, LocalDomainCache also added
[*] 2003-10-21: SMTP - Catalogs - GetFilePath used - DIR command fix...
[+] 2003-10-21: Config - MIAS - SpamHTMLNoText new option added, EmbeddedImages removed
[*] 2003-10-20: Calendar - Owner Structure - DayStart DayEnd added
[+] 2003-10-20: Config - MIAS - Spam File Settings - Examples added
[+] 2003-10-20: Config - MIAS - New Options - dialog controls added
[+] 2003-10-20: MIAS - New HTML Filter Options Added - SpamHTMLPartsOnly, SpamHTMLExternalURL, SpamHTMLEmbeddedImage, SpamHTMLScript, SpamHTMLOtherFilters
[*] 2003-10-20: Config - Calendar ODBC - SaveMailConfig forced (DSN Passed to the Calendar server)
[+] 2003-10-20: WebAdmin - Finnish language added
[+] 2003-10-18: Setup - Calendar - Automatically Creates DSN for usage, default DSN - will work immediately after setup finishes, CalendarServer
[+] 2003-10-18: DNSBL - Extended DNSBL Mode added - TXT DNS query - SMTP Response, Examples updated
[+] 2003-10-18: DNSBL Comment can contain SMTP response - if first 3 chars contain numbers the comment is considered to be the whole SMTP response
[+] 2003-10-18: MIAS - Trial mode can also download updates
[*] 2003-10-18: NULL Account does not disable login anymore - use the user state to disable login
[*] 2003-10-18: MIAS Plugin - Settings Change Immediate Registry Save applied
[*] 2003-10-16: Config - LDAP Synchronization - Forces the Apply button
[+] 2003-10-16: Control WebMail PIPEs API - ANTISPAM user property maintenance added
[*] 2003-10-16: RBL renamed to DNSBL
[*] 2003-10-16: Calendar - GetGroupAccess - Check if not already accessed added
[*] 2003-10-16: Control WebMail PIPEs API - Default Users used
[*] 2003-10-15: Backup - Do not include license - issue solved
[*] 2003-10-15: Web Admin - File Edit - Example Description added
[*] 2003-10-15: Web Admin - File Edit - TEXTAREA enlarged
[*] 2003-10-15: Filtering - URL - Always decoded now
[+] 2003-10-15: System Variables - %%AttachmentNames%% added - All attachment names of the message
[*] 2003-10-15: Web Server Engine - Use_ISAPI=2 feature removed
[+] 2003-10-14: Config - Complete localization possible
[+] 2003-10-14: Config - Translation Methods and Objects created and tested, Info.XML 2 New filename tags added for language translation - SAVEAPPLICATIONSTRINGS and LOADAPPLICATIONSTRINGS
[*] 2003-10-14: Setup - WebMail PDF Manual - Start Menu Link added
[+] 2003-10-14: Calendaring Licensing added, Web Admin, Config, Sales Module.... etc.
[*] 2003-10-14: Setup - Unknown License and Expired - Requires Upgrade
[+] 2003-10-14: Calendaring - IntervalEventList - JOIN To EventReminder Added (OUTER JOIN & INNER JOIN), RMN_ID can be used in the OtherSelect parameter
[+] 2003-10-14: MIAS - Records filtering added - Random spam words solution - Spam File Settings (Format: (DaysOlder","GenuineEqual","SpamEqual))
[*] 2003-10-13: Setup - WebMail Added PDF Manual
[*] 2003-10-13: WebServer Engine - ISAPI - PHP Memory leak work around used - ISAPI Reload feature added, ISAPI can be used now
[*] 2003-10-12: WebAdmin - Spam Admin and Spam Folder user options added
[*] 2003-10-11: Users.exe Export/List/Group Change enhanced - APIUsersInit, NextUser, DoneUsers used
[+] 2003-10-11: Calendaring - Reminders & Daily Notifications - Contain Event Type, Reminder Issues Solved
[*] 2003-10-10: Config - Other Options - Convert option changed name - % Or / To @
[+] 2003-10-10: Calendaring - BEEP Protocol Client Routines implemented and tested, SSL support, API, Calendar Tool changed to use TCP/IP
[+] 2003-10-09: Calendaring - BEEP Protocol implemented - TCP/IP Wrapper for the API added (application/icewarp-calendar), BEEP TLS/SSL Support added, Config - Ports added, WebAdmin updated, tested
[+] 2003-10-08: Calendaring - UserLoggedOn API Function added, GetEventDetailList new function added, SQL statements, Web Calendar tuning
[*] 2003-10-07: Calendaring - Auto Create on Login - fills the Group Email addresses, CallSQLArray - DBDoneConnection used
[+] 2003-10-07: Calendaring - GrpDailyEventsEmail implementation added (Order: DailyEmail, OwnerEmail), GrpReminderEmail implementation added (Order: Action Value, Reminder Email, Owner Email)
[*] 2003-10-07: Setup - Calendaring added
[*] 2003-10-07: Server Backup - Calendar Data backup added
[*] 2003-10-06: Calendaring - 2 new Group fields added - GrpDailyEventsEmail, GrpReminderEmail
[+] 2003-10-06: Calendaring - Group Data Export/Import features and API added, DeleteGroupEvents command added and API added, All functions properly tested
[+] 2003-10-06: Calendaring - Short API Documentation added
[+] 2003-10-06: Mailing List - List File supports wildcards for POST rights, Examples updated
[+] 2003-10-06: Calendaring - Recurrence Event - RcrDayOfWeekNumber contains bits for each day of week
[*] 2003-10-04: Calendaring - Interval List Query MainTable Alias added
[*] 2003-10-04: Calendaring - Delete Event - Recurrence Deletion problem fixed
[*] 2003-10-03: Calendaring - Login - ODBC Error - Does not log on, EndTime And StartTime allows -1 for unidentified time details, DateTime Encodings made all safe
[*] 2003-10-02: User Statistics Wrong Order 2 Last Fields fixed
[+] 2003-10-02: Calendaring - New API Commands For - Unlimited Length Of Note Text, Set And Get added
[+] 2003-10-02: Calendaring - New Table EventNote added
[*] 2003-10-02: Pipe - Calendar & WebMail Special Long Message Processing added, Changed Command Values
[*] 2003-10-02: Config - MIAS Dialog - Word Stop List renamed to Word Ignore List
[*] 2003-10-02: Calendar - Reminder Units - Large numbers considered, Recurrence Interval Event list enhanced
[*] 2003-10-02: Calendaring - Routines enhancements
[*] 2003-10-02: SMTP - Extract Attachments To - System Variables considered
[*] 2003-10-02: WebAdmin - Stats - Domain Rights considered

6.2.1 [2003-10-01]
[*] 2003-10-01: SMTP - Redirect - Relay Server With RCPT TO Parameters problem fixed
[+] 2003-10-01: WebMailCOM - All account manipulation done via PIPEs - Control Svc, no more API usage, faster and safer, WebMail Merak Integration requires Control service to be running
[+] 2003-09-30: MIAS Expiration Checking and email sending added
[+] 2003-09-29: Config Calendaring - All Visible Options added - (AutoCreate, AnonymousAccess, Calendar Notification Sender & From)
[+] 2003-09-29: Config - Calendaring Section options and controls added, ODBC Settings, File Settings
[+] 2003-09-29: Config - Accounts - User - Services Access - Calendaring checkbox added, integrated
[+] 2003-09-29: Config - System - Services Calendaring added, Web Admin - System Services Calendaring support added
[+] 2003-09-29: Config - New Calendaring Section added
[+] 2003-09-29: Config - Help Menu - Added Item - Enter License Data
[*] 2003-09-29: New OpenSSL-0.9.7b engine used 
[*] 2003-09-29: IM Yahoo & AOL ReadMessage function updated
[+] 2003-09-29: IM Yahoo Protocol - New Support YMSG11 added, new authentication scheme, previous protocol expires
[+] 2003-09-28: SMTP - Mailing Lists - New Option Add Headers support added, System variables support added
[+] 2003-09-28: Config, WebAdmin - Mailing Lists - New Option Add Headers added (Memo/TextArea)
[*] 2003-09-28: MIAS - Spam Mode - CheckBayesianMode updated, Spam Mode Checked even before calculating actual spam probability
[*] 2003-09-28: Config - Domain - Delete Message - Domain Type disable updated
[+] 2003-09-28: Calendaring - Reminder server support - Action dependent (Delete/Add/Edit Event, Recurrence, Reminder), Email And IM Support added, Anonymous login editing banned, Other Access Rights issues solved
[+] 2003-09-28: Calendaring - Reminder server support added
[+] 2003-09-27: Content Filters - Message Actions - Message Type (Email, IM, Email & IM Added), You can easily send IM message from within Content Filters and Notification accounts now
[+] 2003-09-27: Services - Notification - Instant Messaging Notification option added
[+] 2003-09-27: Config - Notification - Instant Messaging Notification option added, API Updated, ODBC Mode, WebAdmin
[+] 2003-09-27: Control Svc - Auto Archive - Delete Messages Older Than (Days) new option added
[+] 2003-09-27: Config - Auto Archive - Delete Messages Older Than (Days) new option added
[*] 2003-09-27: Domains.exe - StrToInt changed to StrToNum / no more violations
[*] 2003-09-27: Users.exe - StrToInt changed to StrToNum / no more violations
[+] 2003-09-26: Calendaring - Server DailyEvents Reporting by email (at midnight) feature added (Groups with DailyEvents, GetAllTodayEvents For Each Group, If Records Parse And Send Email), event sorting added
[*] 2003-09-25: System - Time Functions ":" replaced with real ":" not the system separator
[+] 2003-09-25: Calendaring - API Function - GetAllIntervalEvents added - Recurrent And Non-Recurrent Events
[*] 2003-09-25: Calendaring - DateTime types removed and used Int - Julian Date, Time = Int - Minutes from midnight
[+] 2003-09-25: Calendaring - API Functions comments and short description added
[+] 2003-09-24: System - User Statistics - Contains Number of messages in the mailbox and size of the mailbox
[+] 2003-09-24: Calendaring - Server Side Calendaring Finished
[*] 2003-09-24: Calendaring - PHP New Include Added, PIPE Server & WebMailCOM Testing Finished
[*] 2003-09-24: Calendaring - API Finished, PIPE Server Finished, Mapped all functions, WebMailCOM Object Calendar COM Object Created - Mapped and tested all functions - PHP Routines finished
[*] 2003-09-24: Calendaring - All Delete Functions Implemented, All Update And Add Functions Implemented, Function Testing Begun, All Functions Properly Tested
[*] 2003-09-23: Calendaring - Login, Logout, AccessGroupSessionID, System Functions implemented, GetGroupList, GetEventList, GetRecurrenceEventList, GetReminderList, All Get/List Functions Finished
[*] 2003-09-23: Spam Update - // Comment problem - Spam settings file comments removed
[*] 2003-09-23: Calendaring - Login Functions, Session And GroupSession functions implementation, Core Finished
[*] 2003-09-22: Calendaring - XML Processing, DB Functions Tested, Parameter Parsing, Output Result Creation, Calendar.dat & Calendar.xml processing, Core Functions created
[*] 2003-09-21: Calendaring - XML Defined, DB Functions Finished
[*] 2003-09-21: SMTP - List Server - Normal/Digest Change Response changed - Strings File updated
[*] 2003-09-20: Calendaring - Project Started, DBs Finished, Created Calendar Service And Server... Function Definition
[*] 2003-09-20: Config - List Server - AntiSpam folder problem fixed
[*] 2003-09-19: Config - Logout/Reboot Exits Config automatically
[*] 2003-09-19: Config - MIAS - Auto Learning hidden
[*] 2003-09-19: Config - AV - Integrated - Mode - AV Checking Visible functions updated
[*] 2003-09-19: Config - Firewall - Controls order updated
[*] 2003-09-18: SMTP - Outlook - Header/Footer IO Error 6 Multipart/Alternative problem fixed
[*] 2003-09-17: Config - User - RemoteAddress - Mailbox is not disabled
[+] 2003-09-17: SMTP - Domain Settings - Unknown Users - Delete Mail support added
[+] 2003-09-17: Config - Domain Settings - Unknown Users - Delete Mail option radio added, Web Admin updated....
[*] 2003-09-17: Calendaring - DB Modelling
[*] 2003-09-16: Calendaring - Studies & Analysis
[*] 2003-09-13: Config - FileOpen Dialog - Change Flag reset updated
[*] 2003-09-13: SMTP - TransID Function updated
[*] 2003-09-12: Setup - StayOnTop Disabled
[*] 2003-09-11: Setup - Uninstall - setup.exe is not deleted - safety reasons
[+] 2003-09-11: Config - ABNF Formal Syntax Specification Menu item added
[+] 2003-09-11: Config - WebMail Release Notes Menu item added
[*] 2003-09-11: Config - Find Dailog - Selection Focus - HideSelection = False problem fixed
[*] 2003-09-11: MIAS - Mode Dialog Help ID updated
[*] 2003-09-11: Domain Admin - Same password accounts vs. view mailbox problem fixed
[*] 2003-09-11: HELO - Response Error - Connection loop problem fixed
[*] 2003-09-10: Old License v3 Support removed once for all
[+] 2003-09-10: ODBC - Mailing List - 2nd Query Result Field required for list member flags. The field should be the number which corresponds to the list file flags syntax.
[*] 2003-09-10: License - Expiration Greater than 365 = 0, Hacking disabled
[+] 2003-09-10: IMAP - Integration Spam Folder added - GetMailboxPathString, LIST and LSUB commands, properly tested
[+] 2003-09-09: MIAS Config - Integrate Spam Folders With IMAP Accounts, new option added, default ON
[*] 2003-09-09: MIAS Config - Smart Learning - moved to Other options
[*] 2003-09-09: MIAS - Other Than All Messages Mode - Does not change the subject for spam messages if disabled
[+] 2003-09-09: Antivirus - Miscellaneous - Apply Antivirus as the last filter in order, new option added (SMTP & POP3)
[+] 2003-09-09: WebAdmin - French language added
[+] 2003-09-08: WebAdmin - Static Route support added

6.1.0 [2003-09-07]
[*] 2003-09-07: WebAdmin - Self Config - AutoResponder security problem fixed - autoresp.html removed - used fileedit instead, GetLocalUser.... status checked
[*] 2003-09-07: Manual Updated
[+] 2003-09-07: All Examples syntax converted to ABNF, Examples\formalsyntax.dat added (ABNF RFC 2234)
[*] 2003-09-07: Web Admin - Spam bypass - proper path used
[*] 2003-09-07: New Avast Engine used
[*] 2003-09-05: JAJC - SMTP Message Compose - MIME-Version: 1.0 used
[+] 2003-09-04: Redirect - Flags support added - Local user checking added, Examples updated
[+] 2003-09-04: Config - TCP/IP Tunnel renamed to TCP/IP (SSL) Tunnel
[+] 2003-09-04: TCP/IP Tunnel - SSL support added - SSL Server & SSL Client, Examples updated, SSL Tunnel
[*] 2003-09-04: Backup Domains - Empty To - Require a proper IP Helper DLL - Compatibility fixed
[+] 2003-09-04: Setup - Upgrade - Leaves the services completely in their previous state (Does not remove and install them)
[*] 2003-09-04: IM - Gateways Loaded/Displayed only if IM LicenseUsers = 0
[+] 2003-09-03: Package contains releasenotes_webmail.txt
[+] 2003-09-03: Config - Other options dialog - System Path Settings option added, Examples added
[+] 2003-09-03: Path.cfg - 4th line - LocalServiceID support added -> LocalServiceID + ConfigServiceID, processing of Path.cfg enhanced
[!] 2003-09-03: NT Password - Can be only used with plain text authentications - all other require the knowledge of the password which is not given away by Windows
[+] 2003-09-02: WebAdmin - Domain - Disable All Users & AntiSpam Options support added
[+] 2003-09-02: API - Domain Instant Anti Spam added
[+] 2003-09-02: Config - MIAS - Processing mode option added - Same as AV Mode, Domain Tab - Instant Anti Spam checkbox added
[*] 2003-09-02: Config - AV Processing Mode - design changed
[*] 2003-09-02: Config - License List Click - Changes the selected license
[*] 2003-09-02: Filters - Examples updated
[*] 2003-09-02: IM - Gateways Time,LastTime,Version support added
[+] 2003-09-02: License System - ExpiresAfter - support added... AdjustDateVariable
[+] 2003-09-02: License System - Enlarged - Added 3 more bytes, new section
[*] 2003-09-01: DownloadURLFile - Redirect support added
[*] 2003-09-01: Attachment Parsing - Dot at the beginning of the line removed
[*] 2003-09-01: Config - Remote Connection - FreeIndex - Relative Paths used... everywhere
[*] 2003-09-01: RBL - Checks also the number of results - not only the Result Code
[+] 2003-09-01: Tarpitting - Block IP Addresses.... uses the bypass file
[*] 2003-08-31: MIAS - DB Saving - Updates the version and date automatically
[*] 2003-08-30: IM - SendEmail - Message Post to SMTP added
[+] 2003-08-30: MSN IM - New MSNP8 Support added - Previous protocol expires
[+] 2003-08-30: DownloadURL - Routine - SSL Support added https://
[*] 2003-08-29: ISAPI/CGI - SERVER_NAME contains the IP back again - virtual IP binding - hostname problem
[+] 2003-08-29: IM - XMPP Version 1.0 Support added - STARTTLS support added - Both Server & Client - TLS/SSL Support for Jabber protocol, Enhanced Server-To-Server Communication
[*] 2003-08-28: MIAS - AntiSpam Service Access - Used when delivering the message locally - HandleUser
[*] 2003-08-28: MIAS - Delete Spam Folder - 0 = Disabled
[+] 2003-08-28: License Date checking added - Date Shifting banned - immediate expiration
[+] 2003-08-28: WebAdmin - IM Logs list added, Options - IM Logging added
[+] 2003-08-28: IM - Modules - Message Archiving added
[+] 2003-08-27: IM - Jabber public servers - DialBack protocol testing and services full support added, any jabber server out there can communicate with Merak IM and vice versa
[*] 2003-08-27: Multiple Boundary - ThreadLock processing changed
[+] 2003-08-27: IM - DialBack support added, tested
[+] 2003-08-27: Config - Ports - IM Server Communication port new option added, WebAdmin updated, IM Listens on that port
[+] 2003-08-27: Header/Footer Supports 2 parameter filenames separated with semi-colon, 1 for HTML and 1 for Text messages, you can easily specify header/footer for html and text messages separately
[*] 2003-08-27: ODBC - ATRN GetUsers vs. GetUsersReal problem fixed
[*] 2003-08-27: ODBC - Conversion To FileSystem flag problem fixed
[*] 2003-08-27: ODBC Logging - Connection string and MessageBox handle problems fixed, New DBGetConnection string added
[*] 2003-08-27: DB.INI Updated to MySQLSyntax
[*] 2003-08-27: ODBC - WebAdmin Domain Statistics mailbox path filled
[+] 2003-08-27: New variable added %%VirusDBDate%%
[+] 2003-08-26: WebEngine - WebServer.cfg - Redirect - Complete redirect support added - HTTP, HTTPS, Relative Paths, Redirect to other servers, * support added
[+] 2003-08-26: Default INI - TSpamFolderMode mode added
[*] 2003-08-26: IMAP vs. MIAS Spam Folder - .imap extension used
[+] 2003-08-25: HTML Header/Footer support added - Header or footer file must contain the .html or .htm extensions to for the HTML support and the files have to contain the complete HTML code
[*] 2003-08-25: AV - Report - Message was sent to report field added
[*] 2003-08-25: IM - IM Plugin - Body Attachment issue solved
[+] 2003-08-25: Config Service Settings - Do not use Retry Queue option added - No message will be bounced back or placed under the retry queue ever
[+] 2003-08-25: Config Service Settings - Dialog updated - New Tab Special added
[+] 2003-08-25: SMTP - Close connections for RBL sessions - new option added, Web Admin updated
[*] 2003-08-25: Old License v3 - vs. License Key - 60 day expiration problem fixed
[+] 2003-08-24: IM - Roster - X Tags support added - JAJC - Comment, Icon Set etc.
[*] 2003-08-24: Tutorial - new JAJC .103 login dialog screen shots added
[*] 2003-08-24: Remote Server Watchdog - Online message - current time used
[*] 2003-08-24: Lang title Italian updated

6.0.7 [2003-08-22]
[+] 2003-08-22: API - Disable Login To This Domain - new option added
[*] 2003-08-22: Manual updated
[+] 2003-08-21: Config, System - Disable Login To This Domain - new option added - Part of Domain Limits - Disables all users to login
[*] 2003-08-20: SMTP - Domain Mailbox Size Option - problem fixed
[*] 2003-08-20: SMTP - Warning Quota - Self user message - double warning problem fixed
[+] 2003-08-20: SMTP - Tarpitting - Block IP Address That Establish A Number Of Connections In 1 Minute - new option added - uses the Tarpitting settings - SMTP Server supported only
[*] 2003-08-20: ThreadLock(tlFile) - IOResult issues updated
[*] 2003-08-19: ISAPI - cbAvailable - File upload / Real size reported, SERVER_NAME - Host reflected, ContentType and others updated
[*] 2003-08-19: WebEngine - SetCurrentDir - removed....
[*] 2003-08-18: Override - Message Limits - both directions support added, SIZE and RCPT TO handling added
[+] 2003-08-18: Remote Server Watchdog - URL Change Notification feature added - Type a full URL into the Server / URL field... it will periodically check the link for changes and if changed it will notify you by email
[*] 2003-08-18: System - DownloadURL - Method & Headers support added
[*] 2003-08-18: WebAdmin - WebServer.cfg special settings loading fixed - DefaultLang, DefaultLayout & others
[*] 2003-08-18: Manual updated
[+] 2003-08-18: WebAdmin - Italien language added
[*] 2003-08-17: MIAS - SpamUpdateURL can be set in the Spam Settings File
[*] 2003-08-16: SMTP - Override Global - Overrides only if Domain or User limit set
[*] 2003-08-16: ISAPI - cbAvailable, CONTENT_TYPE - Filled properly
[+] 2003-08-15: New WebMail Features - See webmail release notes
[*] 2003-08-15: Time Server - Terminate call added
[*] 2003-08-15: WebControl - Variable File comment added
[*] 2003-08-15: ISAPI - cbBytesTotal - Filled properly
[*] 2003-08-14: ISAPI - lpszPathInfo - Filled properly, HTTP_USER_AGENT & HTTPS server variables support added
[*] 2003-08-14: SMTP - RBL vs. SMTP AUTH - AUTHentication bypasses RBL
[+] 2003-08-14: NT Password - Username support added - You can specify a different username in the NT Domain field as a second parameter with a semi-colon: eg. SERVER;USERNAME
[*] 2003-08-13: ISAPI - HSE_STATUS_PENDING & DONE_WITH_SESSION support added, HSE_REQ_MAP_URL_TO_PATH support added, Events used
[+] 2003-08-13: Config & SMTP, WebAdmin - Dedupe Email Messages new option added - Multiple forwards within the same session to the same email address or similar same address Deliveries will result in one message only
[+] 2003-08-13: SMTP - Override Global Limits new option added - Domain or user limits override (if set) the global limits and create an exception in the system
[+] 2003-08-13: Config - Global Domain Options - Override Global Limits new option added
[*] 2003-08-13: APIConst - User Type indices added
[*] 2003-08-12: Config - Remote Connection - Cancel and following connections problem fixed
[*] 2003-08-12: RCPT TO - Always deliver externally processed, Relaying issue changed
[+] 2003-08-12: API - DeleteDirs switch added - Deletes directories when user/domain deleted
[*] 2003-08-12: MIAS - Plugin Visnetic Branding
[+] 2003-08-12: Redirect Messages Feature - New variables support added (you can make relay redirections now), examples updated
[+] 2003-08-12: IM - Message Archiving new option added, ..\Logs\IM directory
[+] 2003-08-12: Config - IM New Section - Message Archiving added - 2 new options
[+] 2003-08-11: ODBC - New Processing Mode - LIKE statement not used any more, new table Aliases created, only new Tables created will use this mode
[+] 2003-08-10: New Service Settings option - Always Deliver All Messages Externally added
[+] 2003-08-10: WebAdmin - Russian language added
[*] 2003-08-10: MIAS Plugin - Comma email separator for mail composing support added
[+] 2003-08-08: API - New functions to manipulate date and time variables added 
[*] 2003-08-07: AntiSpam Filter Logging added - Not activated
[*] 2003-08-06: Config - XML Variables %% support added, %%referencekey%%
[*] 2003-08-06: 60 day expiration, services stop working
[*] 2003-08-06: Old License Merak v3 support will be disabled after 2003-09-11
[+] 2003-08-05: IM - MIAS Plugin - Atomic Clock sync added
[*] 2003-08-05: Mailing Lists - IsSpam Flag transferred to the mailing list message, Static Route - the same behaviour
[+] 2003-08-05: MIAS - Custom DB Changes support added - Users can use automatic updates and make indexing and DB changes themselves now, Custom DB indexing is preserved with updates - Spam.db.usr
[*] 2003-08-05: CF - Export/Import - Mark Spam and Mark Genuine support added
[+] 2003-08-05: CF - Mark as Spam/Genuine - new action added (allows reset of spam messages)
[+] 2003-08-05: MIAS - Spam Engine - Outgoing Rules options added - Ignore & Reject, updated the core
[*] 2003-08-04: Config - Spam Engine - Outgoing Rules options added
[*] 2003-08-04: Config - Service Settings - Dialog Restructured
[+] 2003-08-04: IM - MIAS Plugin - New option - Do not use Modal mode for the main window added
[+] 2003-08-04: SMTP - Use next MX records for connections with empty or false results option added
[+] 2003-08-04: Config & Control - Daytime Server support added
[*] 2003-08-03: SMTP - RSET - Resets the AUTH state too
[*] 2003-08-03: Web Admin - Login Index Lang Table Size updated
[*] 2003-08-03: Config - MIAS - Spam Update Days problem fixed
[*] 2003-08-01: IM - Complete IM Gateways support - AOL, MSN, Yahoo, ICQ
[*] 2003-08-01: IM - Gateways disconnect handling updated
[+] 2003-08-01: Setup - Yahoo & MSN Gateways added
[+] 2003-08-01: IM - Yahoo Module Examples added
[+] 2003-08-01: IM - Yahoo Gateway Testing, Thread Routines Finished, Tests Finished, Features: Send & Receive IM Messages, Send & Receive Presence, Receive vCard, Login, Logoff
[*] 2003-08-01: IM - Yahoo Routines & Gateway Development
[*] 2003-08-01: Mailing List - Personalized Mailing List problem fixed
[*] 2003-07-31: Setup - Finish button disabled during the processing
[*] 2003-07-31: Config - Certificate generation problem fixed
[*] 2003-07-31: IM - Gateways - Roster/Contact Removal - Calls the module removecontact function (AOL & MSN)
[+] 2003-07-31: IM - MSN Module Gateway - Setup Added

6.0.5 [2003-07-30]
[+] 2003-07-30: IM - MSN Module Examples added
[*] 2003-07-30: IM - MSN Gateway Testing, Thread Routines Finished, Tests Finished, Features: Send & Receive IM Messages, Send & Receive Presence, Receive vCard, Login, Logoff
[*] 2003-07-29: WebAdmin - HTML Label Sizes for different translations updated - All HTML pages
[*] 2003-07-29: IM - Module Gateways - Protocol Error Handling added - Error Message Sent
[*] 2003-07-29: IM - MSN Routines & Gateway Development
[*] 2003-07-29: Manual Updated
[*] 2003-07-29: SMTP - ListThread - Mailing List - ODBC Local Messages processing enhnaced
[+] 2003-07-27: IM - AOL Module Added to the setup
[+] 2003-07-27: IM - AOL Gateway Examples, Testing, Tests Finished, Features: Send & Receive IM Messages, Send & Receive Presence, Receive vCard, Login, Logoff
[*] 2003-07-27: IM - AOL Gateway Development
[*] 2003-07-27: AOL Protocol Routines Development
[+] 2003-07-27: AntiSpam Filter Routines - Cached Record suppoprt added - IM Services Access Rights
[*] 2003-07-27: Header&Footer - HTML Messages - Added HTML,BODY tags
[+] 2003-07-27: IM - Services - Access field & feature added - Defines rights for services
[*] 2003-07-26: MIAS - JAJC - Plugin - JAJC .103 fixed the Kernell Access Violation
[*] 2003-07-24: IM - Gateway Module Library - Prepared for multiple IM gateways
[*] 2003-07-24: New Avast OEM Package
[+] 2003-07-23: Spam Queue - MIAS - Feature for IMAP and other folder indexing added
[+] 2003-07-23: Config - Spam Queue File - Instant AntiSpam dialog and feature added
[*] 2003-07-23: API - SpamIndexNow - Email can be NULL or empty in that case the spam queue will be indexed immediately
[+] 2003-07-23: WebAdmin - Default value for Layout and Language index.html page used
[+] 2003-07-23: WebAdmin - Default value for Layout and Language added - webserver.cfg (See Examples file)
[+] 2003-07-23: MIAS - IM Plugin - User Folders - Create, Rename, Delete actions added
[+] 2003-07-22: MIAS - IM Plugin - User Folders Support added - Move, Delete, Message Actions...
[*] 2003-07-22: Default Empty Mode - Professional Mode
[+] 2003-07-22: WebAdmin - MIAS Enabled & Bypass features added
[+] 2003-07-22: MIAS - IM Plugin - Email URL displaying link added, Rigth click menu - Copy URL and Open URL functions added
[+] 2003-07-22: Web Admin - Translations to Spanish added
[*] 2003-07-22: ODBC - U_OnlyLocalDomain field changed to Integer - ServicesAccess problem fix
[*] 2003-07-22: Mailbox label changed to Username
[*] 2003-07-21: IM - Spam Indexing - Preserves Modification File DateTime
[+] 2003-07-21: Web Admin - Translations to German and Portugese added
[+] 2003-07-20: Protocol Policy - New option AUTHUserToMailFrom added
[*] 2003-07-20: IM - MIAS Mailboxes FormatDirectory path added
[*] 2003-07-18: MIAS - Auto Midnight Indexing Procedures added - For other than Index Now features
[*] 2003-07-17: Config - New Static Route - Shortcut Changed
[+] 2003-07-16: POP3 - Remote Accounts - MIAS Support added
[*] 2003-07-16: IMAP - Multipart/Report problem fixed
[*] 2003-07-16: AV Schedule - AV Updates Every problem fixed

6.0.3 [2003-07-15]
[*] 2003-07-15: MIAS - Manual enhanced
[+] 2003-07-15: Config - Use Multi Threaded ODBC option added
[+] 2003-07-15: Config - AV - Every Hour update support added, Radio added
[*] 2003-07-15: Setup - Old Registry removal after the installation only
[*] 2003-07-14: IM - Client Error Sent To Client Processed
[*] 2003-07-14: MIAS Plugin - JAJC On WinXP - Access Violation workaround found
[*] 2003-07-14: MIAS - Default On
[+] 2003-07-14: API - Indexing function added
[*] 2003-07-12: System - Domain Admin - Index file Processing enhanced
[*] 2003-07-12: Config - Server Monitor - View Session problem fixed
[*] 2003-07-12: Config - Spam Engine - Update button enabled regardless the Active option
[*] 2003-07-12: ODBC - Removed debug message boxes

6.0.2 [2003-07-10]
[*] 2003-07-10: Release preparations
[+] 2003-07-10: IAS - (AntiSpam) Manual added
[*] 2003-07-08: Setup - Preserves the service start type
[*] 2003-07-08: Config - AV - Dialog - Removed License Info - Users & License Type
[+] 2003-07-08: System - AntiSpam - Logging Added
[+] 2003-07-08: System - AntiSpam - Update Engine added, XML, ZLIB etc., Tested Properly, Update Expiration
[+] 2003-07-08: Config - AntiSpam - Update Tab added, Settings And All
[*] 2003-07-08: Config - AV - Send Message - Uses SMTP Config Port
[*] 2003-07-04: Backup - Spam Dir - Not recursively done
[*] 2003-07-04: Config - Remote Connection - IM Stop/Start problem fixed
[*] 2003-07-04: IM Plugin - Compose mail - dot dot issue fixed
[*] 2003-07-04: GetMessageBody Text dot dot problem fixed
[+] 2003-07-03: Bayesian DB Versioning added
[+] 2003-07-03: Config, IM & System - AntiSpam - Add Text To Subject option added
[+] 2003-07-03: System & Config - rDNS, MX bypass features added
[*] 2003-07-03: IM Plugin - Attachment - Index used instead of name
[+] 2003-07-03: API - Reload Services function added - Restarts All Services and preservers the statistics
[+] 2003-07-03: Config - Session Monitor - Kill Session feature added
[+] 2003-07-03: Config - /forceconnect parameter added
[*] 2003-07-03: VMS - AV License problem fixed
[*] 2003-06-30: ODBC - Use Spam Folder problem fixed
[*] 2003-06-28: IM - ODBC Login any password problem fixed
[*] 2003-06-26: IM Anti Spam - GetBodyText line problem fixed
[*] 2003-06-25: Anti Spam - Charset with = problem fixed
[*] 2003-06-25: Web Admin - Domain Admins cannot edit the user mailbox path
[+] 2003-06-25: Domains.exe - Support for -# added just like for Users.exe
[*] 2003-06-23: IM - ICQ Plugin Does not report any errors to the IM server
[*] 2003-06-23: Web Admin - Self Config - IMAP Rules access problem fixed
[*] 2003-06-23: Bayesian Spam defaults - Spam Folder = true, Delete Spam After 3 days
[+] 2003-06-23: Setup - Initial Spam DB added, copied only if not present
[*] 2003-06-23: New Avast Package used
[*] 2003-06-20: IM - Server To Server - Subscription Problem FROM fixed
[+] 2003-06-20: System Statistics - Spam Counting added
[*] 2003-06-20: IPv6 Binding - Multiple Bind problem fixed
[*] 2003-06-20: POP3 - AUTH cancel -ERR string added
[*] 2003-06-19: Base64 Routines - Used Base64Long everywhere
[+] 2003-06-19: New WebMail options - see webmail releasenotes.txt
[*] 2003-06-18: SMTP Header From Conversion - Empty Mail From remains empty
[+] 2003-06-18: IM AntiSpam - To & Cc Histroy added
[+] 2003-06-18: IM AntiSpam - Refresh Interval Added
[+] 2003-06-18: Remote Accounts - Use Direct SSL feature added
[*] 2003-06-18: Config - Spam Engine - Bayesian Filters in Title
[*] 2003-06-17: Licensing system updated
[*] 2003-06-17: Licensing - v2-v4 support removed (Cannot be entered but can remain until expired)
[+] 2003-06-17: Remote Server WatchDog - Result RegEx Support added, Send String support added
[+] 2003-06-16: Config - Message String Translation dialog added
[+] 2003-06-16: Messages Strings Translation feature added (You can translate all of the systems mail message strings)
[*] 2003-06-16: Strings - Restructured
[*] 2003-06-16: API - Add/Save User - Password Policy - Returns error when failed
[*] 2003-06-16: WebAdmin Field length extended to 0x30
[*] 2003-06-14: IM AntiSpam plugin - Component boundaries checking added
[*] 2003-06-14: Setup - Hour Glass Cursor added
[*] 2003-06-14: IMAP - BODYSTRUCTURE RFC822 Problem fixed, BODY boundaries parts complete support
[+] 2003-06-13: TCP/IP Tunnel Feature added (Control Service)
[+] 2003-06-13: Config - Professional - TCP/IP Tunnel feature added
[+] 2003-06-13: Mailing Lists - New Pesonalized Mailing Lists mode added - Without any personalized list variables you can use the system variables like this: {{%%To%%}} and for every member the variables will be parsed separately.
[+] 2003-06-13: Static Filters - Support for Delete Message And Mark As Spam added (Result Codes: 0 - OK, 1 - Reject, 2 - Delete, 3 - Spam)
[*] 2003-06-13: XML - Encoding speed enhanced
[*] 2003-06-12: ODBC - ETRN Queue password problem fixed
[+] 2003-06-12: IM Anti Spam - Attachment Sending support added, IM Engine support updated
[+] 2003-06-12: IM Anti Spam - Attachment Receiving support added
[+] 2003-06-12: New option - Enable Change Password Protocol
[*] 2003-06-12: GetFilePath - UNC support added
[+] 2003-06-11: Server IPv6 Support added
[+] 2003-06-11: System - Outgoing Bind option added
[+] 2003-06-11: Config - Service Settings - New Bind Button Added
[*] 2003-06-11: Account Cache - Reenabled 
[+] 2003-06-11: ODBC - GetLocalUser - short seconds short account cache implemented
[*] 2003-06-11: SMTP - CheckNewDay - ODBC Functions speed enhanced
[*] 2003-06-11: WebMailCOM - Path.cfg support added
[+] 2003-06-11: SMTP - ActiveUpdate Logged to SMTP logs, Uses PIPEs instead of FindWindow and PostMessage, Forward duplicity problem fixed
[*] 2003-06-10: IM - XML &#nnn; entity problem fixed
[+] 2003-06-10: IM Anti Spam - Tools - Options added - Max Message Peek Size option added
[*] 2003-06-10: Server Monitor - History Settings - Moved to History Tab
[+] 2003-06-10: IM Anti Spam - Forward & Forward Text features added, Black & White Disabled if users anti spam disabled
[*] 2003-06-10: API - Path.cfg support added
[*] 2003-06-10: System - InstallPath Variable introduced - ODBC Mode, Bayesian Filters, Backup
[+] 2003-06-09: IM Anti Spam - Compose, Reply, Forward simple email functions added
[*] 2003-06-09: System - Outgoing connections - Local address bind support added (internally only)
[*] 2003-06-09: IM Anti Spam - New Icon and few changes made
[*] 2003-06-08: IM - Message Peek - Tab Replaced With Space
[+] 2003-06-08: Config - Do not include license numbers in backups - New option added
[*] 2003-06-08: Remote Account - Received header processing enhanced (@ checking added)
[*] 2003-06-08: SMTP - [] Balance checked
[+] 2003-06-08: Config - Spam Engine ToolBar Button Added
[+] 2003-06-06: WebAdmin - Multi Language & Multi Layout Web Admin
[*] 2003-06-06: WebAdmin - Engine - Skins And Language selective support added, load faster variable loading added
[*] 2003-06-06: IM - AntiSpam Plugin
[*] 2003-06-06: AutoResponder vs Reply-To problem fixed
[*] 2003-06-06: WebAdmin - Languages
[*] 2003-06-06: WebAdmin - Skins
[*] 2003-06-06: WebAdmin - Engine
[*] 2003-06-06: IM - Anti Spam
[*] 2003-06-06: Minor changes
[*] 2003-06-04: SMTP - Spam Engine - Auto Index other Spam issues fixed
[*] 2003-06-04: Web Admin - Domain Admin No mailbox viewing problem fixed
[*] 2003-06-04: IM - Protocol - UTF8 Support added, UTF8 Algorithms faster
[*] 2003-06-04: IM - Instant Anti Spam Plugin (JAJC) core and features finished, testing performed
[*] 2003-06-03: IM - SpamEngine protocol support finished
[*] 2003-06-03: SpamEngine - Spam Filters - Mark As Spam action added, Allow clears the Spam flag
[*] 2003-06-03: IM - Few account speed optimalizations added
[*] 2003-06-03: Config License User Limit problem fixed
[*] 2003-06-02: SMTP - Received header added ASMTP (SSL)
[*] 2003-06-02: Setup - SpamEngine Demo License Date reset for new versions
[+] 2003-06-01: IM - Merak Instant AntiSpam protocol and engine support added - The whole engine can be controlled via IM
[+] 2003-05-31: New Spam Engine option - Mark Messages With Missing Charsets And Characters Higher Than 0x7F As Spam
[*] 2003-05-31: Config - Spam Folder Mode added
[*] 2003-05-29: Web Engine - Variables can be assigned to each other

5.9.4 [2003-05-29]
[+] 2003-05-29: New Manual - structures changed, new screen shots of the new interace, etc.
[+] 2003-05-29: Config - Spam Engine - Forbidden Charset and Mark Forbidden Charset Messages as Spam options added
[*] 2003-05-29: Web Admin - Domain Admin No mailbox viewing problem fixed
[*] 2003-05-28: Bayesian - Charset ignore feature used - Only URLs are used
[+] 2003-05-28: Content Filter - Condition - Where Message charset matches option added
[+] 2003-05-28: Content Filter - Action - Mark As Spam added
[*] 2003-05-28: IM - ICQ - Module - Service - ReRegister - Allows you to login again
[*] 2003-05-28: Domain Name - allowed DNS characters checking added (Config, API, WebAdmin, SMTP)
[*] 2003-05-28: Config - Spam Admin - Mailboxes to maintain option added
[*] 2003-05-28: Bayesian - "http://..." URL Anywhere (FRAMESET, Links etc) inside tags considered to be a token
[*] 2003-05-28: Config - Ports - LDAP and IM moved to System Ports
[+] 2003-05-27: WebAdmin Engine - Commands can use variables
[*] 2003-05-27: ODBC - Virtual IP Binding made working
[*] 2003-05-27: New - Setup Look added
[*] 2003-05-27: User - Mail pickup (POP3, IMAP, WebMail) ~spam folder older messages checked and deleted
[*] 2003-05-27: User - Spam Folder used for Spam messages when enabled
[*] 2003-05-27: Bayesian - Binary encoded cross line indexing enhanced
[*] 2003-05-26: Bayesian - ' considered to be a token separator
[+] 2003-05-26: ODBC - Password encryption - option added
[+] 2003-05-26: Config - Sections - Expand All Panels added
[+] 2003-05-26: User - New options - Services Access - Instant Anti Spam added, Spam Administrator added, No Spam Folder added, API, ODBC, Web Admin
[+] 2003-05-25: Config - Instant Anti Spam Settings support added
[+] 2003-05-25: Config - Instant Anti Spam License support added (Config, WebAdmin)
[+] 2003-05-25: Config - Instant Anti Spam Dialog and control added
[*] 2003-05-25: ODBC - Search strings - () round brackets support added
[*] 2003-05-25: Static Filters - Item identification syntax [] changed - Examples
[+] 2003-05-23: Spam DB Auto Indexing feature including Message Balancing, Day Limits, Message Limits, Day DB Updating added
[+] 2003-05-23: New Anti Spam engine and methods added
[*] 2003-05-23: Content Filter - Empty File IO 103 error fixed
[*] 2003-05-23: AV - Latest Avast OEM Package added
[*] 2003-05-22: License System - TimeStamp added
[*] 2003-05-22: Bayesian Filtering - Token dot handling added
[*] 2003-05-22: IM - Logout - Last Handle reset to 0, Global SendIMServerMessage function
[+] 2003-05-21: Bayesian Filtering - Final algorithm changes made and tested
[*] 2003-05-21: IMAP - LIST "" *% shared folders issue fixed
[*] 2003-05-21: Setup - Progress Bar added, Progress window removed
[*] 2003-05-21: Config - Remote connection - License Expiration problem fixed (Size of config fixed)
[-] 2003-05-21: SSL Memory Leaks (Session Cache Disabled) Fixed
[*] 2003-05-20: New SSL 0.9.7b engine added, found memory leaks, removed again, waiting for the next release
[*] 2003-05-20: Config - Multiple instances check fixed
[+] 2003-05-18: WebAdmin Engine - Load command introduced (Loads variables from a file = for future multilingual support)
[+] 2003-05-18: WebAdmin Engine - Variables support added
[+] 2003-05-17: Executables - Can be called with LogonUser & CreateProcessAsUser using the "|" character and following "user;domain;pass" in the executable path
[*] 2003-05-17: NT Domain User - Invalid pointer problem fixed
[*] 2003-05-16: Tutorial - Instant Messaging section added
[*] 2003-05-16: Tutorial Updated to reflect the new interface, style changed
[+] 2003-05-16: Domain Defaults added, API function added, Domains.exe, Web Admin
[*] 2003-05-16: Mailing List - Set Recipient To To: default option used
[*] 2003-05-16: Config - Users - Admin, Domain Admin, Self icon colors slightly changed
[*] 2003-05-16: Config - Final list view icons added
[*] 2003-05-15: Config - Final tool bar icons added
[*] 2003-05-15: Config - SSL Certificate Assignment moved to Menu - removed from Other Options
[*] 2003-05-15: Config - Account Defaults moved to Menu - removed from Other Options
[+] 2003-05-15: Mailing List - ODBC - Remove dead addresses - file created deadaddresses.rem
[+] 2003-05-15: Remote Administration - Only a few data for user list is received now, faster processing
[+] 2003-05-15: IM Professional Mode Support for modules added - Other IM Versions Modules disabled
[+] 2003-05-15: Setup - IM ICQ Module Installed
[*] 2003-05-15: Web Admin - Domain Admin Copies Support added again
[*] 2003-05-15: Server Statistics - Server Connections - SSL Connections counting added
[+] 2003-05-14: Config - IMAP/POP3 Account Type change - Conversion of old messages to the new account type feature added, checking for messages added
[*] 2003-05-13: New Licensing System Added - Old Licenses Supported But Cannot Be Entered As A New License
[+] 2003-05-13: ODBC Password encryption added - BlowFish Block cipher
[+] 2003-05-13: Config - Permanent Session Monitor option added
[*] 2003-05-13: Config - Volume Stats updated
[*] 2003-05-12: Config - Volume Stats - Queues support added, Remote administration added
[*] 2003-05-12: IM - Last Presence file contains the Event handle, Message handler for SetEvent added
[+] 2003-05-12: AV - Logging - From, To items added
[+] 2003-05-12: Config - Volume Statistics feature added - Global/Domain/User, Menu items updated, Buttons added 
[*] 2003-05-11: IM - Watchdog support added
[*] 2003-05-11: Config - New Led Icons added
[*] 2003-05-10: Config - Anti Spam - Cancel - Temporary file deleted
[*] 2003-05-10: Config - New icons added
[*] 2003-05-10: IM - Virtual IP Binding Login problem fixed
[+] 2003-05-09: Config - Require Authentication to access the settings new option added
[+] 2003-05-09: Content Filter - String condition - Contains Strings From File feature added
[+] 2003-05-09: Groups - Support for complete file include in groups added
[*] 2003-05-08: Config - Server Monitor - Docked to main window
[*] 2003-05-08: IMAP - EXAMINE state - COPY allowed if copied to another mailbox
[*] 2003-05-08: Config - Content Filter - Adding new item with Ctrl Holding inserts the item to the top (Same as in antispam filters)
[*] 2003-05-08: Config - Spam Scroll issue solved
[*] 2003-05-08: Config - New Icons added
[*] 2003-05-08: Config - File View/Edit Find - Scroll Position Updated
[+] 2003-05-07: Config - New Find feature added, menu, Appendix added, Domain added, Dialog added
[+] 2003-05-07: Groups support for AntiSpam added
[+] 2003-05-07: Groups support for Firewall added - Possibility to create unlimited firewall
[+] 2003-05-07: Groups support for multiple aliases added - Possibility to create unlimited aliases with masks
[+] 2003-05-07: Groups Feature introduced, Groups within groups, IPs, Email and Domain masks
[*] 2003-05-07: Config - Accounts Menu - Options added - Domain Description - Auto Save and Reload applied
[*] 2003-05-07: ODBC - Oracle - ESCAPE syntax support added
[*] 2003-05-06: Config - Server Monitor - Dynamic Panels Support added, IM support added
[+] 2003-05-06: Catalogs - Packages - File Name specification support added
[*] 2003-05-06: Config - Domain Admin accounts - Domain File Examples added
[+] 2003-05-06: Config - Statistics - Memory info removed, IM Stats added, Messages stats added
[+] 2003-05-06: Config - Server Monitor - Available to all Merak versions
[*] 2003-05-06: IM - Server File Transfer - Accept Socket Timeout added
[-] 2003-05-06: Config - ODBC - Serveral DSNs vs Test Connection problem fixed
[*] 2003-05-05: IMAP - Eudora multiple UIDs in the FETCH command problem fixed
[-] 2003-05-05: IMAP - SharedFolders LIST Subfolders problem fixed
[+] 2003-05-03: AV - Enhanced MIME parsing added - Handles MIME corrupted or forged emails
[-] 2003-05-02: Control.exe CGI/ISAPI Memory leak fixed
[*] 2003-05-02: ODBC - User List (Config And WebAdmin) - Retrieves only the Alias and Name - faster processing, lower CPU usage, handles listing of 1000 accounts easily
[*] 2003-05-02: Config - Account Create/Save, ODBC Conversion: ODBC Errors properly handled
[*] 2003-05-01: Config - Node accounts "<>" removed so you can type in the email address and it will be automatically selected in the list
[*] 2003-05-01: Config - Safe Confirmation moved to Tools menu
[+] 2003-04-30: IM - Server File Transfer feature support added - Possible to use file transfers over firewalls and LANs
[+] 2003-04-29: Config - Restore Defaults feature added
[*] 2003-04-29: Config - Several DynPanels - Active control moved to main section from windows
[*] 2003-04-29: Config - Ctrl+Tab moves to the next tab, Ctrl+Shift+Tab
[*] 2003-04-29: Config - Control Focus added
[*] 2003-04-29: Config - Collapse/Expand Plus/Minus images added
[*] 2003-04-29: Config - IM - Start Stop support added
[*] 2003-04-28: Config - Remote Config - Caption [Host] displaying added
[*] 2003-04-28: Config - Default collapsed panels set
[*] 2003-04-28: Config - Maximized window preferred
[*] 2003-04-28: Config - New Outlook like style added
[*] 2003-04-28: Config - Collapsable Panels used instead of TPanels
[*] 2003-04-28: Config - Accounts Popup Menu removed - User AccountsItem from mainmenu
[*] 2003-04-28: Config - Connect/Disconnect moved to File menu, System tab - Removed
[*] 2003-04-28: Config - Tools Menu added - Backup, Restore, Certificate, License Export items moved
[*] 2003-04-28: Config - Backup Form - Remote connection support added

5.8.6 [2003-05-01]
[*] 2003-04-30: Config - DynPanels - Expand State Saved To Registry
[*] 2003-04-29: IMAP - Shared Folders LIST command masks support added
[*] 2003-04-29: IM - Account registration - Defaults used
[*] 2003-04-29: RBL Server list updated
[*] 2003-04-29: Web Server Engine - Max CGI Processed option implemented - webserver.cfg
[*] 2003-04-29: WebAdmin - Remote Accounts - Dedupe option used
[-] 2003-04-29: IM - Register new account - Enable/Disable option used
[+] 2003-04-29: ServiceID - Function and feature added (Clustering)
[*] 2003-04-27: IMAP - ACL - Support for local mailboxes and ACL added (GETACL, LISTRIGHTS, MYRIGHTS...)
[*] 2003-04-26: SMTP - Protocol Relay - @host:email issue fixed
[*] 2003-04-24: New PHP Engine 4.3.1 added
[*] 2003-04-24: WebSrv Engine - CGI - CONTENT_LENGTH item removed

5.8.5 [2003-04-23]
[*] 2003-04-23: ODBC - MySQL And MSSQL LIKE "_" problem fixed
[*] 2003-04-23: DB.INI extended - Several DB Types added (MS SQL, My SQL), Examples added, Cache possible to disable by "0"
[+] 2003-04-22: SMTP & System - Warn User When Mailbox Size Exceeds The Mailbox Size Limit in percentage (%) new option added (Uses both the global and user mailbox options)
[+] 2003-04-22: Config - Domain Global Options - Warn User When Mailbox Size Exceeds The Mailbox Size Limit in percentage (%) new option added
[*] 2003-04-22: Users Tool - Support for Defaults if enabled added (Add and Import)
[*] 2003-04-22: Default.INI - Added all usable User properties, changed few names, examples and description added
[*] 2003-04-22: WebMail COM Object - Support for Defaults if enabled added
[*] 2003-04-22: API - SetUserDefaults Function added (Uses Default.ini)
[*] 2003-04-22: Content Filters - Actions - Forward To and Copy To - Email address field can contain system variables %%variable%%
[*] 2003-04-21: Config - Mailing List - SQL Query - Memo
[+] 2003-04-20: Config - Other Options - Certificate creation dialog and feature added
[+] 2003-04-20: Self Signed Certificate creation algorithm added
[*] 2003-04-19: IMAP - Fetch - Octet position and Octet length specification exceeding problem fixed
[*] 2003-04-19: IM - Send Message to domain only - sends to the adminstrator of the domain
[*] 2003-04-19: IM - Last IQ - Running time added
[*] 2003-04-19: ICQ Module - Last, Version and Time IQ support added
[*] 2003-04-19: IM - S2S - Offline Last Time support added
[*] 2003-04-19: Mailing List - Personalized Examples added
[*] 2003-04-18: Mailing List - ODBC - SQL Query can contain "," now
[+] 2003-04-18: Mailing List - Perzonalized Mailing List support added - Can Be Read From OBDC Or Text File. You can send messages with body variables {{variable}} and they will be replaced by the mailing list member variable
[*] 2003-04-18: Config - List ODBC - Test in not ODBC mode problem fixed
[*] 2003-04-18: WebMail - Large number of users - made faster processing
[+] 2003-04-18: WebMail - New HotMail Skin added
[*] 2003-04-18: ODBC Mode - Vastly improved - Multi threaded support added
[*] 2003-04-18: ODBC Mode - Vastly improved - Connection failure - automatic reconnection added
[*] 2003-04-18: IM Demo Expiration - If Version Installed Different and Empty, Expiration Is Reset
[*] 2003-04-18: WebMail - MIME Parsing "" problem fixed
[-] 2003-04-18: Config - Delete User - ReIndex problem fixed
[*] 2003-04-18: SMTP - Delete Account When Expired - Deletes the user mail folder too
[*] 2003-04-18: WebMail Login - Updates Last Login, Login With Email sets Login Stats
[*] 2003-04-18: IMAP - Login - Last Login Stats set
[*] 2003-04-16: Config - User - User Type And User State updated
[*] 2003-04-16: DB INI example fixed
[*] 2003-04-16: IM - ICQ Module complete testing and changes finished
[*] 2003-04-16: IM - Module Gateways - Final testing and changes finished
[*] 2003-04-15: SMTP - DSN Text updated
[*] 2003-04-15: SMTP - DSN Forward problem fixed
[+] 2003-04-15: IM - ICQ Module - Finished
[+] 2003-04-13: IM - ICQ Module - Development Started
[+] 2003-04-13: IM - Core - Module Support Added - Full API, CallBack functions - Possibility of any IM extensions/modules/transports
[*] 2003-04-13: IM - Server To Server Communication - Changed Completely, Logging - Static Connections, Faster
[-] 2003-04-12: Config - IM - Ports saving problem fixed

5.8.4 [2003-04-11]
[+] 2003-04-11: Config - IM - Services label changed
[+] 2003-04-11: IM - Service name spaces support added
[*] 2003-04-10: SMTP - Sender IP must resolve (rDNS) response changed
[+] 2003-04-10: Config - File Edit/View State and Splitter Height remembered
[+] 2003-04-09: Config - Web Server Engine Settings button and example added to Other Options
[+] 2003-04-09: Control - Web Server Engine: Virtual-Hosts: Default Virtual added (*=<path>), Host for web admin specification added (Host without the equal sign)

5.8.3 [2003-04-08]
[+] 2003-04-08: IM - Server 2 Server Browsing support added
[+] 2003-04-08: SMTP - ListServer Review/Recipients - Other than list file mailing list sources support added
[+] 2003-04-08: SMTP - Enable LF.LF message ending option added
[-] 2003-04-07: SMTP - Incorrect DNS only if really incorrect

5.8.2 [2003-04-07]
[+] 2003-04-07: LDAP - Shared Address Book - Bypass file support added
[+] 2003-04-07: LDAP - Shared Address Book - Complete Account Synchronization feature added
[-] 2003-04-07: IMAP - CHARSET SEARCH problem fixed
[+] 2003-04-07: SMTP - 8BITMIME support added
[+] 2003-04-07: IM - Avatar support added - Each user can have an image now
[*] 2003-04-07: IM - S2S Communication enhanced
[+] 2003-04-06: IM - Conferencing - Subject set to incoming users
[+] 2003-04-06: IM - Browse support added
[*] 2003-04-05: IM - Remote Config - Updates processed
[*] 2003-04-05: IM - Antivirus Update - Service not restarted
[+] 2003-04-05: IM - Services conferences new attributes added
[+] 2003-04-05: IM - Browse response support added
[*] 2003-04-05: IM - GetRoster - From JID fixed
[*] 2003-04-05: IM - Some thread issues solved, XML parsing StrReplace used instead
[+] 2003-04-04: IM - Service Domains - Logging and some other properties added
[*] 2003-04-04: IM - Service Domains file structure changed
[+] 2003-04-04: Expires If Inactive For (Days) option added - Config, Web Admin, function
[*] 2003-04-04: IM - New option Active added
[*] 2003-04-04: VMS - IM Disabled
[*] 2003-04-04: Power Pack Setup - PDF Removed (It is in the official manual)
[-] 2003-04-04: SMTP - ETRN - Could not connect - Stays in the ETRN queue
[*] 2003-04-03: Config - User - Services Access - SMTP, POP3/IMAP, Instant Messaging and Web Mail rights feature added
[*] 2003-04-03: Config - User - Responder and Special tabs swapped
[*] 2003-04-03: Config - DomainPanel.Visible control problem changed
[+] 2003-04-03: IM - Error handlers and logging added
[+] 2003-04-03: CF - New action Fix RFC822 Message Violation added
[-] 2003-04-03: IMAP Eudora - StrReplace 0x00 problem fixed
[+] 2003-04-03: Full LDAP Integration support added - Shared Address Book feature added (Domain support, Registry support)
[-] 2003-04-02: SMTP - Anti Spam R (Recipient checking problem fixed)
[+] 2003-04-02: New webmail with new functions added, HTML Compose Area, Full IMAP support, Charset specification, Sort directions and storing etc.
[-] 2003-04-01: Merak.CPL Fixed once for all
[+] 2003-04-01: IM - Redirect Unknown Domain To Primary Domain (For those whow specify hosts as domains)
[-] 2003-03-31: IMAP - IMAP4rev1 put back
[+] 2003-03-31: IM - Demo license support added
[*] 2003-03-31: IMAP - String literal full support for all commands added

5.7.3 [2003-03-29]
[*] 2003-03-29: IM - Roster - Subscribed Type without the item in roster subscription processed anyway
[*] 2003-03-29: IM - Conference - Support for ordinary messages added
[*] 2003-03-28: IM - Roster - Support for conference items added
[*] 2003-03-28: IM - XML TAG Decoding performed only when suitable
[*] 2003-03-28: IM - PRESENCE PROBE Resource issue solved
[*] 2003-03-27: IM - Socket close - SocketThread gracefully terminated
[*] 2003-03-27: IM - Few thread changes made
[*] 2003-03-27: IM - Complete Logging added
[*] 2003-03-24: IM - SendXMLToTrustedServer Thread used
[*] 2003-03-24: Catalogs - Package for extension .IDP, minor changes made
[*] 2003-03-24: Catalogs - MAILTO command added (SENDTO)
[*] 2003-03-24: IM - Trusted Hosts - SSL Default port support added
[*] 2003-03-24: Example changes performed
[*] 2003-03-24: Default Example HostName - mail.merakdemo.com
[*] 2003-03-22: Control - Task Schedule - App problem fixed
[*] 2003-03-21: Setup - License Expiration cleared to 0
[*] 2003-03-21: Setup - Config - Path set statically
[*] 2003-03-21: Catalog - Folder terminology, enhancement
[*] 2003-03-21: Disable SMTP AUTH - Deny SMTP AUTH
[*] 2003-03-21: IM - Roster vs. Resource problem fixed
[*] 2003-03-20: Setup - Silent mode added
[*] 2003-03-20: IM - Server 2 Server Comm - Trusted Hosts - Plain domain specification problem fixed
[*] 2003-03-20: IMAP - STRING LITERAL direct support added
[*] 2003-03-20: IMAP - FETCH - HEADER FIELDS Pos problem fixed
[*] 2003-03-20: IM - Nodes renamed to Domains
[+] 2003-03-19: System - TaskSchedule - Email Sending support added
[+] 2003-03-19: System - CF - Extract all attachments to directory with IceWarp Data Package support added
[+] 2003-03-19: Config - CF - Extract all attachments to directory with IceWarp Data Package support added
[+] 2003-03-19: Catalog - IceWarp Data Package support added
[*] 2003-03-19: IM - Roster problem fixed
[*] 2003-03-19: IM - Chat with offline user support added
[*] 2003-03-19: IM - License user limiting added
[*] 2003-03-18: IM - Add Roster - Change subscribe problem fixed
[+] 2003-03-18: Config - Delete Account - Directory - Path displayed
[+] 2003-03-18: Config - Remote Admin - Host history list added
[*] 2003-03-18: Config - ODBC Conversion Domain IP Preserved
[+] 2003-03-18: Auto Archive - Sequential FormatDateTime feature added when specified in quotes "yyyymmddhhnnss"
[*] 2003-03-18: Disable AUTH - Logically banned to use AUTH
[*] 2003-03-18: Web Admin - Domain Edit - Domain Admin cannot edit antivirus
[*] 2003-03-18: Config - ODBC - DB.INI Editing added
[*] 2003-03-18: System - Content Filters - System Variable Processing added
[*] 2003-03-18: System - Variables - Allows you to use "%%Item%%" As String via "%%\Item%%"
[*] 2003-03-18: System - Comments Char processing enhanced. For value "//" use "///" and for "#" use "##"
[*] 2003-03-18: SMTP - Client AUTH - @ Inside username problem fixed
[*] 2003-03-18: Control - VMS - Virus Expiration not checked
[*] 2003-03-18: Config - Inst. Tab Msg position changed
[*] 2003-03-18: System - DEFAULT.INI Spaces problem fixed
[*] 2003-03-18: System - DB.INI Spaces problem fixed
[*] 2003-03-18: System - StrReplace - Loop problem fixed
[*] 2003-03-14: IM - IsRoomNode - IMServices Example file content updated
[*] 2003-03-14: IM - IsRoomNode - Empty Node Checking Added - Fixes a small empty file problem
[*] 2003-03-13: System - IsLocalDomain - Cache Support Added
[*] 2003-03-08: Setup - Services - NoAction - Restart
[*] 2003-03-08: IM - Service Stopping - Sync Thread problem vs. Freed Socket fixed
[*] 2003-03-06: Header/Footer algorithm - considers MIME encoding and encodes the altered MIME parts the right way
[*] 2003-03-06: New OpenSSL-0.9.6i engine used - some vulnerabilities fixed
[*] 2003-03-05: Config - Delete Directory - When the path to be deleted is suspicious the directory will not be deleted. Such path is one or less directories specified.
[*] 2003-03-05: Config - Monitor Graph - Hour/Minute/Day Saved Interval Used
[*] 2003-03-05: Web Admin - HTML - digest list file edit removed - Only the list file with attributes should be used
[*] 2003-03-05: SaveUsers Function - Empty Alias - Does not save the account
[-] 2003-03-05: Migration Could not connect problem fixed (Empty account creation)
[*] 2003-03-05: bl.spamcop.net removed from exampes
[*] 2003-03-04: Control AV - Update FreeMem processed
[*] 2003-03-04: System - IM Service - Stats support added, WebAdmin - IM Stats added
[*] 2003-03-04: Setup - demo domain - merakdemo.com used - Tutorial, Account Details, Domain etc.
[*] 2003-03-04: Config - Help ID - Backup Dialog added
[*] 2003-02-18: System - MIME parsing (RFC822 Violation) - double quotes problem fixed
[*] 2003-02-18: Config - Instant Messaging Help ID added
[+] 2003-02-11: Config - User - Comment area added
[+] 2003-02-11: Config - Show Splash Screen At Startup option added
[+] 2003-02-11: Config IM Controls Added - Service Settings Thread Cache, IM Tab Ports, Other Options - Auto Start and Systray, Options Logging
[+] 2003-02-10: Backup - Sequential backup, FormatDateTime feature added when specified in quotes "yyyymmddhhnnss"
[+] 2003-02-10: AV - Attachment Quarantine and Directory Quarantine support added
[+] 2003-02-10: IM - Multiple aliases and different mailbox login problems fixed - always logging in with email address (username@node)
[+] 2003-02-10: IM - Untrusted/Anonymous Server To Server Comm feature added
[+] 2003-02-09: Merak Instant Messaging Server Introduced and added - alpha
[*] 2003-02-07: Content Filter Item - Richedit cut until &80 = 0
[*] 2003-02-07: User Statistics - Local Unknown Users - Data Set For Unknown Account
[*] 2003-02-07: Migration Details = User '' Then Cancel Migration
[+] 2003-02-05: Control HTTP Engine - PUT support added (must be enabled in the webserver.cfg file)
[*] 2003-02-02: Proxy - Parent proxy support for SSL added
[*] 2003-02-02: Proxy HTTP/1.1 requests for different URLs in 1 session problem fixed
[*] 2003-02-01: Setup - Demo Accounts - Validity set to 30 days after the installation
[*] 2003-01-31: IMAP - Mailboxes starting with ~ are ignored
[+] 2003-01-31: Proxy HTTP/1.1 support added
[-] 2003-01-31: IMAP - folder vulnerability fixed
[-] 2003-01-26: Number/MB send limit user option fixed vs. Global one
[*] 2003-01-26: Config - Context Sensitive Help
[*] 2003-01-26: VMS - Help used

5.5.7 [2003-01-21]
[*] 2003-01-21: Anti Spam - New item while holding Ctrl inserts the new item at the current position - not added at the end
[*] 2003-01-21: Content Filter - New condition while holding Ctrl inserts the new condition at the current position - not added at the end
[-] 2003-01-20: Web Srv - URL hostname "+" problem fixed
[*] 2003-01-19: Config - New help Topics and Indices used, Help Topics - HELP_FINDER used

5.5.6 [2003-01-19]
[*] 2003-01-19: Web Admin - Domain Admins can setup only Standard and Self Configurable user types
[*] 2003-01-19: Config - Auto Start - moved to Other Options
[*] 2003-01-19: Setup - Copy Error - Displays the filename
[*] 2003-01-19: Config - Other Options - SSL - IP Address Certificates button and example added
[*] 2003-01-18: System - ATRN - Message Sending - protocol error: goes on with other sending implementation added
[*] 2003-01-18: System - Backup Domain forwarding - Case preserved for recipients
[*] 2003-01-17: System - Ports, IPs and Hostnames functions used, ready for IPv6
[+] 2003-01-16: Web Admin - Use Domain IP Shielding option added for security reasons 
[+] 2003-01-16: API - Use Domain IP Shielding option added for security reasons 
[+] 2003-01-16: Config - Use Domain IP Shielding option added for security reasons, switched off by default
[*] 2003-01-16: Control - Proxy Gateway (CONNECT) and LDAP SSL Tunnel - SELECT for 2 sockets used
[*] 2003-01-16: Config - New Help Index system created
[-] 2003-01-15: SMTP - ATRN Queue with multiple messages - dequeue problem fixed
[*] 2003-01-15: SMTP - Multiple List Owners support added
[*] 2003-01-15: Config - Server diagnostics - Empty primary domain address checking added
[*] 2003-01-15: DB - Oracle - Create tables - DATE type used instead of DATETIME
[*] 2003-01-14: Setup - Help link problem fixed

5.5.5 [2003-01-14]
[+] 2003-01-14: DIGEST-MD5 AUTHentication scheme support for all services added
[*] 2003-01-14: SMTP Bounce Back response error problem fixed
[-] 2003-01-13: Content Filter - RFC822 Checking - CR at the end of the buffer problem fixed
[*] 2003-01-13: NTLM Disabled by default - needs to be enabled via Protocol Policy
[*] 2003-01-13: Domains exe - Domain buffer size - 898 900 packed record used
[*] 2003-01-12: API & Config - No caching performed
[+] 2003-01-12: Cache Support for GetMailboxUser function added (LOGIN function)
[+] 2003-01-12: Config - Professional Memory Mode - Memory Mode Cache option added
[*] 2003-01-12: Professional Memory Mode - Memory Mode Cache feature added
[*] 2003-01-12: Professional Memory Mode - Processing changed
[+] 2003-01-12: Web Admin - Few missing features added
[*] 2003-01-11: Domain IP Binding - IP Address data struct changed - ready for IPv6
[*] 2003-01-11: POP Before SMTP - Data file changed, IP in text form - ready for IPv6
[-] 2003-01-11: Config - Schedule - Opposite direction schedule problem fixed

5.5.4 [2003-01-10]
[+] 2003-01-10: Protocol Policy option added - Enables you to specify supported AUTH schemes
[*] 2003-01-10: Config - Domain and Other Help changed made
[*] 2003-01-09: System - Domain User MB Limit and Number Limit options implemented
[*] 2003-01-09: System - Domain User Max Mailbox option implemented - If user option set, overrides the domain option
[*] 2003-01-09: System - Domain Disk Quota - Domain option used first if 0 then file option used
[*] 2003-01-09: Config - Welcome Messages and Domain Disk Quota moved from Other to new Domain tab - Global Domain Options
[+] 2003-01-09: Config & Web Admin - New options - Use Domain User Limits, User Mailbox, User Number, User MB, User Message added
[+] 2003-01-09: API - New options - Use Domain User Limits, User Mailbox, User Number, User MB, User Message added
[*] 2003-01-09: New options - Use Domain User Limits, User Mailbox, User Number, User MB, User Message added
[*] 2003-01-09: IsLocalDomain - If @ and : then no domain parsing - Fixes SMTP Local Domain RFC821 Relaying problem
[*] 2003-01-09: Config - UpdateLocalVariables function called for changes on non Main Data
[*] 2003-01-09: Config - Remote Save Config updates the Whole Control service - not only the data
[*] 2003-01-09: IMAP - FETCH command dynamic parameters used - fixes some multi Data commands
[-] 2003-01-09: Config - Remote Task Schedule Save - overwrites incorrect file - fixed

5.5.3 [2003-01-08]
[+] 2003-01-08: Config - Server Diagnostics Feature added
[+] 2003-01-08: Config - Content Sensitive Help added
[*] 2003-01-07: Schedule System - Every x minutes high values support added
[+] 2003-01-07: Web Admin - A new Template Engine added - supports, commands, language constants etc., not compatible with old HTML
[*] 2003-01-07: Config - Help implementation procedures - finalization
[*] 2003-01-07: ILDS short file name size method used
[*] 2003-01-07: ILDS append data problem fixed
[+] 2003-01-07: Quota options considered for ETRN/ATRN accounts
[*] 2003-01-06: Config - New Content Filter icon
[+] 2003-01-06: Config - Help implementation procedures
[+] 2003-01-06: New HLP Manual
[+] 2003-01-04: Remote Configuration - Compression (Zlib) support added
[+] 2003-01-04: Setup files and Backup files - New structure ILDS - ZLib compression support added
[*] 2003-01-04: SMTP - Client Session - Response Error - Proper closing session added
[*] 2003-01-04: SMTP - Client Session - Authentication - Session goes on even if the remote server does not support AUTH
[*] 2003-01-04: Config - Account tabs preserved unless creating a new account
[-] 2003-01-03: System - Convert quoted problem fixed
[-] 2003-01-02: Config - Account Anti Spam - Directory creation problem fixed 
[+] 2002-12-31: Professional - Task Schedule - New feature added, manual updated
[+] 2002-12-31: Config - Other Options - Server Title option added, example added, manual updated
[+] 2002-12-31: System Variables - %%SpamProbability%% %%SpamPercentage%% added for Content Filters - Spam filter
[+] 2002-12-30: Content Filters - Logical NOT for conditions support added
[*] 2002-12-30: Config - Content Filters - Logical NOT Export/Import support added
[*] 2002-12-28: Login With Email address - Domain checking added
[*] 2002-12-28: Variable System - %%RFC822_Date%% added
[*] 2002-12-28: Config - HELO/EHLO Greeting filter examples added
[+] 2002-12-27: System - New Icewarp Spam probability algorithm support added
[+] 2002-12-27: Remote Accounts - Support for Remote IP Address added
[+] 2002-12-26: Statistics - Anonymous PIPE support on Win9x added - Sessions and Statistics
[+] 2002-12-24: API - Remote Account support added
[*] 2002-12-24: API - VB - As Any parameter type changed to As Byte - Compatibility with VB .NET
[*] 2002-12-21: MyEncodeDate Method removed - Tarpitting, POP Before SMTP
[-] 2002-12-21: Tarpitting - Period >= 1440 problem fixed
[-] 2002-12-20: Atomic Clock Sync - TimeZone variable reset - correct time zone considered
[*] 2002-12-19: Config - Rules - Remote Connection - Support added, new command
[*] 2002-12-19: Config - Rules - All Folders Including Shared will display subfolders
[*] 2002-12-19: NTLM - NT hash support added, UNICode support added
[*] 2002-12-19: Authentication - Whole system authentication restructuralized and changed, full support for AUTH * cancel added
[*] 2002-12-19: Web Admin - User IMAP Rules editing added
[-] 2002-12-19: Config - Tarpitting - Cross Session and Close Session controls swapped
[-] 2002-12-19: Mailing List - Access rights - case sensitivity problem fixed
[+] 2002-12-18: Authentication System - NTLM support added for SMTP,POP3,IMAP
[*] 2002-12-18: Config - Examples - Responder and Antivirus 1 file - variables.dat
[+] 2002-12-18: Variable System - %%EXEC%% param added, $$EXEC$$ command added
[+] 2002-12-18: CF - Sender/Recipient condition - added Radio buttons - Ignore, Account Exists, Account Does Not Exist
[+] 2002-12-17: Proxy Log - The Extended Common Log Format support added, updated manual
[*] 2002-12-17: Config GUI - System Statistics - White background - Gray color

5.4.4 [2002-12-15]
[*] 2002-12-15: Static Route - All filter item added, manual updated, DB updated
[+] 2002-12-15: CF - Action - SMTP Response Message support added
[*] 2002-12-15: CF - Condition - RFC822 Message Violation - Manual updated
[+] 2002-12-15: CF - New Condition - RFC822 Message Violation added (The same as LFFilter, selectable) - Super fast processing
[*] 2002-12-15: CF String Processing - PosString works with long strings now
[*] 2002-12-15: CF Processing - Static Routes - No filter present = True state
[*] 2002-12-14: CF Processing - Bracket system processing enhnanced
[*] 2002-12-14: CF Processing - If Or Operator and state True and no brackets then stop processing
[+] 2002-12-14: Variable System - %%BODY%% variable added - Now you can easily insert the whole MessageContent, Body, Header into any created message (Responder, Send Message)
[*] 2002-12-14: DB - Users - Added missing XEnvelopeTo user variable
[*] 2002-12-14: API - Added missing user variables - XEnvelopeTo, ReplyFrom, RespondOnlyIfToMe

5.4.3 [2002-12-13]
[*] 2002-12-13: Config CF - Scrolling and cursor saving position processing enhanced
[-] 2002-12-13: Proxy Antivirus - Avast_Done problem fixed, some more testing performed
[*] 2002-12-13: Proxy Antivirus - AV Logging Added
[*] 2002-12-13: Control Service - Remote report of antivirus presence fixed
[*] 2002-12-13: Config Proxy - AV Enable/Disable depends on the presence of the integrated av
[*] 2002-12-13: Config CF - Freeindex - Cleared only when the Action File is missing
[*] 2002-12-13: Config - Auto Archive dialog - Enable/Disable control support added
[*] 2002-12-13: CF - Bracket System - Export/Import support added
[*] 2002-12-13: Config - CF - Bracket System support added, manual updated
[*] 2002-12-13: CF Engine - Bracket System added ((A OR B) AND C)
[*] 2002-12-13: CF Engine - When no filter exists - Default is False
[*] 2002-12-13: WebAdmin - Pragma: no-cache header added
[*] 2002-12-13: System variables - Added support for %%Message-ID%% %%MessageFile%%
[*] 2002-12-13: Executables - Use the same system variables, no more special variables
[*] 2002-12-13: CF - Add text to a file - Action taken before any CF changes done
[-] 2002-12-13: WebAdmin, Config GUI - User Anti Spam filters for accounts with multiple aliases problem fixed

5.4.2 [2002-12-12]
[-] 2002-12-12: Anti Spam System - User anti spam system - Trash problem fixed
[*] 2002-12-12: Proxy Server - Antivirus - Bypass support added
[*] 2002-12-12: Control Service - Updating system - special handling for Proxy av added
[*] 2002-12-12: Control Service - Initializes the Antivirus Plugin too
[+] 2002-12-12: Proxy Server - Antivirus support added - Bypass Types, Large File Mode, Memory Mode
[+] 2002-12-12: CF - New Action - Add text to a file added - Lets you append anything to any text file (Sender, IP Address, Subject - anything using the %% variables)
[*] 2002-12-12: CF & Spam Filters - Multiple Filter Collision - Rejection most important, bypasses Deletion

5.4.1 [2002-12-10]
[*] 2002-12-10: SSL - New support for chained (intermediate) certificates added - copy the chained cert into the PEM file at the end
[*] 2002-12-09: Users Tool - Allows you to change and list parameters for more users at once using the -u* and -u*@* parameters
[*] 2002-12-09: SMTP - SMTP AUTH + POP Before SMTP - Bypasses: RBL, rDNS, MX Checking
[*] 2002-12-09: Setup - Run Antivirus Update Now - Checkbox added
[*] 2002-12-09: Variable System - %%Copy, %%Delete items added
[*] 2002-12-09: Merak Backup - Includes the power pack webmail config too
[*] 2002-12-09: IMAP - Summary logging added
[*] 2002-12-08: Mailing Lists - Set To Sender/Value processing enhanced
[*] 2002-12-08: Setup - Upgrading Demo Version does not reset directories paths
[*] 2002-12-08: Web Admin - Self Config - Password encoding added ****
[+] 2002-12-07: Config GUI - Mailing List - List File auto fill when clicked added
[+] 2002-12-07: Proxy Server - Delete Logs feature added, manual updated
[+] 2002-12-07: Proxy Server - Day Logging method added
[+] 2002-12-07: System - Filters - Parse XML checkbox - Entities support added, manual updated
[+] 2002-12-06: Proxy Server - Authentication feature added
[*] 2002-12-06: Proxy Server - HTML Titles changed
[*] 2002-12-06: Config GUI - HostName syntax checking added
[*] 2002-12-05: System - GetConditionBoolean - Function enhanced - supports ">","<","=",">=","<=" (Statistics Filters)
[-] 2002-12-05: SMTP - Summary Log - Multiple Recipient info problem fixed
[+] 2002-12-05: Content Filter/Anti Spam Filter/IMAP Rules - HTML Spam - Parse XML option added
[*] 2002-12-05: Proxy Server Dialog - Filter File Browsing and Specification removed, manual updated
[*] 2002-12-05: Mailing List - Minute batches Manual updated
[*] 2002-12-05: Mailing List - Minute batches API, DB, Web Admin updated
[+] 2002-12-05: Mailing List - Minute batches feature added - Lets you limit number of sent messages out per minute
[-] 2002-12-05: Mailing List - Set Recipient To To: - Name fixed
[*] 2002-12-04: Users/Domains Tools - Do not require the -CFG param if not in Merak dir
[*] 2002-12-04: Users Tool - GetUserStat from API used
[+] 2002-12-04: API - GetUserStat function added
[*] 2002-12-02: POP3 - Remote Accounts - Whole UIDL processing changed, faster for large amount of messages
[+] 2002-12-02: Config - Server Monitor - History Filter - Value - RegEx support added ("^")
[*] 2002-12-01: POP3 - Remote Accounts - UIDL processing enhanced
[*] 2002-12-01: POP3 - Remote Accounts - QUIT issued on all errors
[*] 2002-12-01: POP3 - Remote Accounts - single UIDL used instead of one for each message
[*] 2002-12-01: POP3 - Summary Logs - Before the Disconnected log
[*] 2002-11-30: Config - Server State enhanced, Statistics enhanced - Control added, Made all gray
[*] 2002-11-30: Proxy Server - Destination hostname filter added (even for the Tunnel filter)
[*] 2002-11-29: Service Names - full names changed
[*] 2002-11-29: Proxy Server - Filters - Filter Cache added
[*] 2002-11-29: Proxy Server - Filters - Enhanced, Logging added
[*] 2002-11-28: Tarpitting - Manual updated
[+] 2002-11-28: Tarpitting - Close Connection option and feature added
[+] 2002-11-28: Tarpitting - Cross Session option and feature added
[*] 2002-11-28: Config - Auto Archive moved to Options
[*] 2002-11-28: Proxy Server - Filters - RegEx for URLs added
[*] 2002-11-28: Proxy Server - Filters - Support for Default values (0, 1), super for explicit override values added (0:, 1:)
[*] 2002-11-28: Proxy Server - Logging enhanced - CONNECT logging added, Received and Sent items added
[+] 2002-11-28: Proxy Server - Dial Up and Dial On Demand - Dials and Disconnects the connection automatically when needed
[*] 2002-11-28: Setup and Config default values updated
[*] 2002-11-28: Antivirus - API and web admin updated
[*] 2002-11-28: Antivirus - External Filters - Checkbox added, Global Enable AV option removed, made more logical, manual updated
[-] 2002-11-28: Control Panel - Applet - Icon fixed, registry path fixed
[+] 2002-11-27: Antispam Filters - Added support for rDNS (PTR) condition
[+] 2002-11-27: Content Filters - Added support for rDNS (PTR) condition
[*] 2002-11-27: Config - Content Filters - Link Description if longer than maximum space added for unicode strings
[*] 2002-11-27: Config - New Catalog = Ctrl + T (Ctrl + C collision)
[*] 2002-11-27: Server Monitor - POP3 Remote Accounts - Value filled with the Remote Account name
[*] 2002-11-27: Content Filters - Message Body condition checks only the non attachment message parts
[*] 2002-11-27: Handle Local Unknown Std Domain no user - bad mail address considered
[-] 2002-11-27: System - GetRecipient function fixed - RBL vs. RBLBypass problem fixed
[-] 2002-11-27: Config - OtherOptionsDialog - Policy and Domain Disk Quota file correction made
[-] 2002-11-27: Config - ServiceSettings - DNS Timeout and Session Inactivity fields swapped and fixed
[*] 2002-11-20: Antivirus - All Packers used - fixes the Packer problem
[-] 2002-11-20: Config - Antivirus - Mode - Visible controls right after the dialog closure
[*] 2002-11-20: Remote Server Watchdog - Processing enhanced
[*] 2002-11-20: Config - Domain IP Binding - Moved to Miscellaneoous
[-] 2002-11-20: AV Logging - Size fixed
[*] 2002-11-19: System - Active Update - any local account
[*] 2002-11-19: Config - New dialog Other Options added, manual updated
[*] 2002-11-19: Config - New dialog Proxy Server Settings added, manual updated
[*] 2002-11-19: Config - Domain Tab sheets changed and reorganized, manual updated
[*] 2002-11-19: System - Headers/Footers support system Variables
[*] 2002-11-19: DB Mailing List  - Test SQL Query button added, manual updated
[*] 2002-11-19: DB Mailing List  - ThreadLock added
[*] 2002-11-18: DB Logging - ThreadLock added
[*] 2002-11-18: Config - Other Connection - Spin buttons value override changed
[+] 2002-11-18: Mailing List - Remove Dead Addresses new option added, manual updated, API, DB
[+] 2002-11-18: Remote account - Stop parsing if Received: yeilds a local address option added, manual updated, config updated
[+] 2002-11-18: Domain IP Shielding feature added (For Relaying from and domains)
[*] 2002-11-18: Relaying from - uses the real MAIL FROM domain instead of the PTR record, still you should use IPs instead
[+] 2002-11-18: Mailing List - new option Notify Owner added
[*] 2002-11-18: Mailing List - new option - Notify - DB, API, Manual updated
[*] 2002-11-18: Tutorial updated
[*] 2002-11-18: List server - Join changed
[*] 2002-11-18: List server - new commands DIGEST and NORMAL added
[*] 2002-11-18: New setup - Forces total Antivirus reinstall
[*] 2002-11-18: Example files - more examples added
[*] 2002-11-18: Daytime protocol - Control Server timezone problem fixed
[*] 2002-11-17: Web Mail - Support for gzip compression added - for low bandwidth connections
[*] 2002-11-17: Web Mail - PHP - Zlib support added
[*] 2002-11-17: Control Web Server engine - Support for HTTP_ACCEPT_ENCODING added, CGI Binary used always
[*] 2002-11-17: WebAdmin - Mailing Lists reorganized to match the Config GUI
[*] 2002-11-17: Mailing Lists - Tested properly
[+] 2002-11-17: Manual - Basic RegEx Tutorial added
[*] 2002-11-16: Mailing Lists - Manual updated, Tutorial and screen shots
[*] 2002-11-16: List Servers - Manual updated
[*] 2002-11-16: Mailing Lists - Digest system changed, old digest file still supported, new system - each user can have a digest flag and subscribe
[+] 2002-11-16: List Servers - enhanced to support the new flag system
[+] 2002-11-16: Mailing Lists - Members system changed - Each user in the mailing list can have now flags: READ,POST,DIGEST, the whole engine changed
[+] 2002-11-16: Config - Leave File and Allow Subscribers new controls added
[+] 2002-11-16: Config - New ODBC connection controls added
[*] 2002-11-16: Config - Completely reorganized mailing list accounts
[+] 2002-11-16: RBL - Bypass uses email addresses too now not only IPs, the same as other bypass files
[*] 2002-11-16: Tarpitting - Bypass uses email addresses too now not only IPs, the same as other bypass files
[+] 2002-11-16: System - Catalogs - SENDTO command added, API, DB, Mannual updated
[*] 2002-11-16: Config - Some cosmetic issues solved
[*] 2002-11-16: Manual - Clean Infected Messages If Possible description added
[*] 2002-11-16: Config - AV fixed Miscellaneous spelling
[*] 2002-11-16: AV Led - Considers global AV option too
[+] 2002-11-15: Web Admin - Domains and Users - Delete the directory function added, just like the Config GUI
[*] 2002-11-15: SMTP Unknown Users - Forward To Unknown Users system enhnaced 
[*] 2002-11-15: New File Replacing routines added - Waits for the file to be freed till a timeout
[*] 2002-11-15: Config - Dialog OK - Saves the whole setting automatically when needed
[+] 2002-11-15: Server Remote Watchdog - Notify when server is reachable again added, Default labels added
[+] 2002-11-14: IMAP Rules Config GUI added, manual updated
[*] 2002-11-14: IMAP Rules - Shared Folders support added
[+] 2002-11-14: IMAP Rules added - You can route an IMAP message via SMTP to any folder (even shared) based on criteria Anti Spam Filter like
[*] 2002-11-14: IMAP - Direct SMTP Delivery To Shared Folders support added
[*] 2002-11-14: Direct SMTP Delivery "!" Flag added
[*] 2002-11-14: POP3 - Uses GetUserMailboxPath
[*] 2002-11-14: Remote Server Watchdog multiple emails when report to items support added
[*] 2002-11-14: SetACL - Remove - Deletes the whole record if empty
[+] 2002-11-13: ACL (Access Control List) GUI support, Manual updated
[+] 2002-11-13: Shared Folders full GUI support, Manual updated
[*] 2002-11-13: SMTP IMAP Delivery - Uses the ACL POST rights
[*] 2002-11-13: SMTP IMAP Delivery - If the mailbox directory does not exist it will not be delivered unless the mailbox is INBOX
[*] 2002-11-13: Remote Server monitor enhanced - Email address for each record, Unreachable for each record
[*] 2002-11-13: Executables - Config, API, DB and manual updated
[*] 2002-11-13: Executables - Support for Passwords
[*] 2002-11-13: Executables - Support for DLLs added
[*] 2002-11-13: System - GetSessionLogs - function enhanced - supports Client Sessions - DNS and other parts
[-] 2002-11-13: CF vs. Static Route/Notification filters problem fixed
[*] 2002-11-12: Common Include files reorganized
[*] 2002-11-12: DNS Query Tool - uses the Smart Cache method, updated listbox actions
[*] 2002-11-12: Config - DNS Query Smart Cache checkbox added, manual updated
[+] 2002-11-12: DNS Query Smart Cache feature added - Fast and smart DNS query caching. Uses TTL and supports 10000 queries per 1 sec
[*] 2002-11-12: Daytime Servers File - possible to bypass the Windows Time Zone and you can set your own one
[*] 2002-11-12: Reprogrammed the DNS Query object
[-] 2002-11-12: HELO/EHLO Filter vs. Anti spam minor issue fixed
[*] 2002-11-12: IsIP function enhanced
[*] 2002-11-12: User Statistics File - Headers contain commas instead of semi-colons
[*] 2002-11-12: Config - AV Scanning Mode possible to select only when using the Integrated AV
[*] 2002-11-12: Config - AV Scanning visible only when needed
[*] 2002-11-11: Remote Account Logging - Recipient and real recipient delivery logging added
[+] 2002-11-11: Professional - Remote Server Watchdog feature added - lets you monitor remote servers and their services
[*] 2002-11-11: Attachment System - Replace attachment with a file support added
[+] 2002-11-11: AV System - AV Clean If Possible new option added
[*] 2002-11-10: Catalogs - Support for directory catalogs to use DIR for subdirectories with a 3rd parameter
[*] 2002-11-10: Return Receipt message enhanced and changed structure
[-] 2002-11-10: Web Admin - List No Accounts - User file leak problem fixed - Not possible to delete accounts problem fixed
[*] 2002-11-10: Config and System - DayTime Server specification feature added
[*] 2002-11-10: Config - Options - From header conversion button added
[*] 2002-11-10: New Variables added - %%Sender%%, %%Recipients%%...
[*] 2002-11-10: Config - Obsolete Options - Domain Admin Limits removed - Functionality still supported, the Domain property should be now used instead
[*] 2002-11-10: System - Handle Response File - Ext mode used
[+] 2002-11-08: Auto responders enhanced
[+] 2002-11-08: New Script system created (Responders, CF Messages) new commands added (easily enclosed attachments and anything) - $$SetSender $$SetRecipient $$SetActualTo $$SetActualFrom $$SetSubject $$SetReplyTo $$SetMessageID $$SetPartBoundary $$SetContentType $$SetHeaderItem 
[+] 2002-11-08: System - SMTP - RBL, Content Filter and Static Filter - SMTP Response uses the system variables %%..%%
[+] 2002-11-08: System - %%HEADER <headeritem>%% variable added
[-] 2002-11-08: Moderated List - Removeing Thread-ID problem fixed
[+] 2002-11-08: Vastly Improved Remote Accounts, updated web admin, config and manual
[*] 2002-11-08: Account deletion enhanced
[*] 2002-11-08: Config - Anti Spam filters icons changed
[*] 2002-11-07: Remote Accounts - CF - Message changes processed
[*] 2002-11-07: CF - Send Message/Respond With Message - Variables considered %%Subject%% for Subject
[*] 2002-11-07: IMAP direct folder email - Enabling scheme added
[*] 2002-11-07: Config - Anti Spam filters moved back to Security
[+] 2002-11-07: CF - Change Header - Variables considered %%Subject%%... etc.
[+] 2002-11-07: Config and WebAdmin - Control statistics added
[*] 2002-11-07: HELOEHLO.DAT filter does not need the global anti spam option to be switched on
[*] 2002-11-07: Catalog enhancements added - Faster base64 file encoding
[*] 2002-11-07: ODBC - Deleting accounts, deletes also the account specific files - .sms, .sr, .clg etc.
[+] 2002-11-07: SMTP - New feature Catalog support added
[+] 2002-11-06: Catalog account added, Config GUI, API, DB
[+] 2002-11-05: Forwarding directly to IMAP folder added: "imap:folder"@domain 
[+] 2002-11-05: Migration Core - Support for another multi domain migration - EmailLogin and /% conversion
[-] 2002-11-05: ODBC Notification Accounts storing of From, Subject, Body, File added
[*] 2002-11-05: Alias and Mailbox validation function updated to match RFC 100%
[*] 2002-11-05: SMTP - Retry with SMTP - TRANSID only if ESMTP
[+] 2002-11-04: CF - New action - Copy To Email Address added
[+] 2002-11-04: AV Scanning - Support for broken MIME handling added
[*] 2002-11-04: AV Scanning - All Parts, added the original .tmp to be scanned
[+] 2002-11-04: Global Schedule added - For remote accounts you do not need to specify separate schedules
[+] 2002-11-04: Password policy feature added
[*] 2002-11-04: Remote Accounts - Filter and AV processing changed
[+] 2002-11-03: New AV Level Scanning feature introduced
[+] 2002-11-03: System - Account AV Scan option added - API, DB updated
[+] 2002-11-03: System - Domain AV Scan option added - API, DB updated
[+] 2002-11-03: System - Domain Config Cache added
[*] 2002-11-03: Web Admin - HTML - List Server, Mailing List and User, Delivery etc. reorganized a bit
[*] 2002-11-03: Config - New Listserver icon added
[*] 2002-11-03: Config - New User creation email auto fill added
[*] 2002-11-03: SMTP - MAIL FROM and RCPT TO email address space checking added
[+] 2002-11-01: Config - New account List Server added - Add/Edit List Server
[+] 2002-11-01: Web Admin - New account List Server added - Add/Edit List Server HTML added
[*] 2002-11-01: Config - Anti Spam filter - New action Delete added (the same as in CFs), manual updated
[+] 2002-11-01: System - Anti Spam filter - New action Delete added (the same as in CFs)
[-] 2002-10-31: Web Admin - Logs date - Day and leak problem fixed
[*] 2002-10-31: User - Max message size - considers both sent and received messages
[*] 2002-10-31: System - Standard File system Account Cache method enhanced
[+] 2002-10-31: System - Standard File system Account Cache method added, Account access is 100% faster
[*] 2002-10-31: System - TimeZone is synchronized upon each new day and time change
[+] 2002-10-31: API - VC++ sources added
[*] 2002-10-31: AV Logging - The format of the scanned file log changed

5.3.2 [2002-10-31]
[*] 2002-10-31: Manual compiled
[-] 2002-10-31: Config - Anti Spam Filter and CF Edit Header form - last item LF problem fixed
[*] 2002-10-31: Config - Anti Spam Filter form few things changed
[+] 2002-10-30: New release notes legend added
[*] 2002-10-30: New Avast engine
[+] 2002-10-30: Config - CF - Condition delete button added to be able to delete multiple conditions separately
[*] 2002-10-30: LDAP not starting when IP binding used and empty
[*] 2002-10-30: AV Update - Update Files - Locked files - Sleep and another service stopping performed
[*] 2002-10-30: AV Update - Service start and stop, pending operations added, twice executed
[*] 2002-10-29: AV Update - Checking the state of the services added
[+] 2002-10-29: Config CF - Actions Reject/Delete/Accept dialog added
[*] 2002-10-29: Time Change (Zone change) detection for all 3 services added, previously only SMTP on W2K and higher it will always work
[*] 2002-10-29: Visnetic new DKAV dll and handling added, supports multithreaded Kaspersky AV now
[*] 2002-10-29: Dialog OK Editing = SaveButton
[+] 2002-10-29: New spam system few details enhanced, manual updated
[*] 2002-10-29: Web Admin - Domain Admins cannot set user Copies option
[*] 2002-10-29: Web Admin - Log Date method changed, does not rely on Windows
[*] 2002-10-29: EmailLogin requires email address always, fixed security breach
[-] 2002-10-28: Config Delete account - Focus problem vs. Safe confirmation fixed
[*] 2002-10-28: Config - New anti spam filter dialog and editing routines added
[*] 2002-10-28: System - New anti spam filter, examples and manual updated
[*] 2002-10-28: System - New anti spam filter enhanced
[-] 2002-10-27: Not main window FolderDialog problem fixed 
[+] 2002-10-27: System - New anti spam filter support added - all filter files support header, attachment, bodu, IP and other conditions using the regex, contains and other functions, Content Filter like facility
[*] 2002-10-27: Config - Content - Edit Header - Button logic changed
[*] 2002-10-27: Config - ETRN dialog - Button logic changed
[*] 2002-10-27: Config - External AV Dialog - Button logic changed
[*] 2002-10-27: Config - External AV Dialog - OK Cancel buttons added instead of Close
[+] 2002-10-27: Config - Delete confirmation added - External AV, ETRN, ContentHeaderEdit
[+] 2002-10-27: New option - SSL - Enable bug workaround options
[*] 2002-10-27: New OpenSSL-0.9.6g engine used
[-] 2002-10-27: Some System.IPBinding problems fixed
[+] 2002-10-25: MerakFilterProc2 - AddItem - Changed to unlimited string

5.3.0 [2002-10-25]
[*] 2002-10-25: User accounts - few options reorganized
[-] 2002-10-25: API - SaveUser - password duplicity checking added
[+] 2002-10-24: Migration Core - Support for multi domain migration added
[+] 2002-10-24: CF - Attachment Rename conditon new feature added
[*] 2002-10-24: API Dir is structured now
[*] 2002-10-24: User statistics format and dialog changed, header exported too
[*] 2002-10-24: Avast updatefiles secret feature added
[*] 2002-10-24: Header functions - CF and others - only first 32KB is used
[*] 2002-10-24: Service Stopping routines - Checking for the SERVICE_STOPPED flag + time out procedure added
[*] 2002-10-23: Webmail COM object support for EmailLogin added, rewritten some routines
[-] 2002-10-23: Some AV stuff fixed
[*] 2002-10-23: Update - Update Files secret key added
[*] 2002-10-23: New avast32 engine added
[*] 2002-10-23: Config - Multi CPU option changed
[*] 2002-10-22: Manual Updated
[*] 2002-10-22: Config - Service Settings - Reorganized
[*] 2002-10-22: Config - Delivery - Connection area reorganized
[+] 2002-10-22: Config Content Filters - XML Export/Import Feature added, Manual updated
[*] 2002-10-22: Config - Options tab reorganized, Web Admin updated
[+] 2002-10-21: AV Logging feature added - Debug and Summary, Manual updated, Web Admin updated
[*] 2002-10-21: Config - AV updates refreshes the info automatically
[*] 2002-10-21: GetUserStats, CheckForMailbox - ThreadLock removed
[+] 2002-10-21: API - Global Config for AV Logging, Auto Archive options added
[-] 2002-10-20: IMAP - COPY command glitch fixed
[+] 2002-10-20: Auto Archive feature added, Manual updated
[*] 2002-10-20: Release Notes - Contain the complete list of all history changes
[*] 2002-10-20: New XML routines created - Info.xml
[*] 2002-10-20: Config GUI - AV Last Update refresh when SMTP state changed
[*] 2002-10-19: Disable Web Access disables only Web Admin
[*] 2002-10-19: SMTP Get Queue - Made faster and smarter thread processing, Checking the queue only once
[*] 2002-10-19: Web Admin HTML - rights spelling fixed
[*] 2002-10-19: SMTP Get Queue - QueueThreadLock separate from the whole system added
[*] 2002-10-19: Control Svc - Handle Action ThreadLock removed
[*] 2002-10-19: AV - AVThread Lock - separate from the whole system added
[-] 2002-10-19: Web Admin - Admin vs. Domain Admin problem fixed
[*] 2002-10-18: CF - Delete Key presses the Delete Button
[*] 2002-10-18: Removing Attachments - for uuencoded files support added
[+] 2002-10-18: CF - Condition - Strip Attachment where attachment matches... added
[+] 2002-10-18: CF - Action - Strip all attachments added
[+] 2002-10-18: Config - Delete Dir and Account dialog - new checkbox for deleting the corresponding directory added
[*] 2002-10-18: Config - Security Tab reorganized, Manual updated, WebAdmin updated
[*] 2002-10-18: Static Filters - Bypass function added
[*] 2002-10-18: Config - System - Radio Buttons changed, Manual updated, WebAdmin updated
[+] 2002-10-17: New header/footer system new dialog added, manual updated
[*] 2002-10-17: New header/footer system - specification of sender/recipient local/remote
[-] 2002-10-17: SMTP - Retry with SMTP added support for timeout BDAT command
[+] 2002-10-17: CF - Action Add Header/Footer added
[+] 2002-10-17: CF - Condition Sender/Recipient is Local/Remote
[*] 2002-10-17: PosAlias - single item processing changed
[*] 2002-10-17: CF - Remote Hostname changed to use the string functions
[*] 2002-10-17: CF - Deletion confirmation dialog considers the safe confirmaton option
[*] 2002-10-17: CF - Condition IP address added
[+] 2002-10-16: CF - Condition RBL added
[*] 2002-10-16: CF - Deleting filters confirmation dialog added
[*] 2002-10-16: CF - Remote Config problem fixed
[+] 2002-10-16: CF - Action Header File deletion added
[*] 2002-10-16: Remote Backup - 256 KB warning added
[-] 2002-10-16: CF - New Action Edit Headers added
[+] 2002-10-16: Config GUI - Remote backup/restore support added
[-] 2002-10-16: ODBC - Uses the EmailLogin option, fixed
[-] 2002-10-16: Web Admin - Domain Admin account editing - saves the administration flag and does not clear it
[*] 2002-10-15: Web Server engine - External Modules - HTTP/1.1 Connection: close added
[*] 2002-10-15: Server Monitor - Graph - Grid Added, Max default value = 8
[-] 2002-10-15: WebMailCOM - Name field and comments problem fixed
[+] 2002-10-15: CF - new action - Respond with message
[+] 2002-10-15: CF - new action - Send message
[*] 2002-10-15: Domain Mailbox Processing - renamed and changed to Login With Email Address, manual updated
[*] 2002-10-15: Atomic Clock Sync - made more accurate
[+] 2002-10-12: New option - Options - Other - Atomic Clock Sync (Daytime Protocol), updated manual and API
[*] 2002-10-12: Config - Use Safe Confirmation moved to Acconts menu
[*] 2002-10-12: License export - support for AV and v5 added
[+] 2002-10-12: Source Routing, Possible [IP] presence support added
[*] 2002-10-12: CF - Word Wrap switched to off - long line problem fixed
[*] 2002-10-11: API - Config - Added support for TETRNConfig and TSchedule
[*] 2002-10-11: API - Config - Greatly enhanced to support any Config settings
[+] 2002-10-11: CF - New conditon - Message contains attachment added
[+] 2002-10-11: CF - Inner engine made easy to change positions of conditions and actions
[+] 2002-10-11: CF - New condition - Executable added
[+] 2002-10-11: CF - All string content filters have a new option Case Sensitive - Default is case insensitive
[*] 2002-10-10: Config - Content Filter deletion when empty deletes the content.dat file
[*] 2002-10-10: ExtractAlias, ExtractDomain, ExtractAliasDomain, ValidateEmail functions rewritten
[+] 2002-10-10: SMTP - Source Routing support added (RFC)
[*] 2002-10-10: Config - Content Filter - And/Or operators default setting logics enhanced
[+] 2002-10-10: Config - Content Filter - Added tool bar icon
[*] 2002-10-10: SMS and Static Route account deleting deletes the .sr and .sms files
[*] 2002-10-10: Config - Content Filter deleting deletes the .cf files
[*] 2002-10-10: Manual - AV notes updated
[*] 2002-10-10: Manual - Brand new Content Filter system Outlook Like added
[*] 2002-10-09: Config - SMS and Static Route filters changed to support new Content Filter system
[+] 2002-10-09: Config - Brand new Content Filter system Outlook Like added
[*] 2002-10-09: AV - Empty virus name formats as Unknown Virus
[+] 2002-10-08: Config - SMS Filters New Content Filter Outlook Like system added
[+] 2002-10-08: Config - Static Route Filters New Content Filter Outlook Like system added
[*] 2002-10-08: Config - Static Route Filters creation logics changed
[+] 2002-10-08: New responder param added : %%Include
[-] 2002-10-08: POP3 & IMAP - Incorrect Message Size POP vs. IMAP fixed
[*] 2002-10-08: WebAdmin - License.html containts the AV License
[*] 2002-10-08: Config - Convert From ODBC To File System - Resets the file system before the conversion
[+] 2002-10-08: WebMailCOM AuthenticateUser - CheckAccount function added
[+] 2002-10-07: Users.exe direct API variable param access added: Example /#2=$Jakub
[+] 2002-10-07: Content Filter - Header List - NOT checkbox added
[*] 2002-10-07: Content Filter - Double click edits the Content Filter Item
[+] 2002-10-07: Content Filter - RegEx filter added
[-] 2002-10-07: Content Filter - Fixed Attachment, Body and Message sensitivity problem
[+] 2002-10-07: Content Filter - Global Pre-Processing added - opens the whole message file only once, faster processing
[+] 2002-10-07: Content Filters - MerakFilterProc2 support added
[+] 2002-10-07: AV - Update Files - when restarting the services statistics will be restored
[*] 2002-10-07: Static Filters used first then Content Filters
[*] 2002-10-07: DKAV - ScanFile force to single thread
[*] 2002-10-05: Config GUI - Remote Admin shows AV Info over the connection
[+] 2002-10-05: Mailing List - Moderated Thread-Topic header removed

5.1.5 [2002-10-04]
- 2002-10-04: Config - Trial (Eval) Expiration disables all changes except entering the license
- 2002-10-04: Config - AV Update State displays the Last Update date
- 2002-10-04: Inability to start SSL server does not affect starting the service
- 2002-10-04: Internal AV support for packers added (FLGF_ARJPACK Or FLGF_MIMEPACK Or FLGF_ZIPPACK Or FLGF_RARPACK Or FLGF_LNKPACK Or FLGF_CABPACK)
- 2002-10-04: Internal AV changed to callback functions
- 2002-10-03: Internal AV Service State displaying added
- 2002-10-03: Setup AV installed force for previous versions
- 2002-10-02: Control Svr AV logging results both in Hex
- 2002-10-02: AV Updates - available even though AV is not active
- 2002-10-01: Setup - Deletes all previous menu items
- 2002-10-01: Service State - renamed to Running and Not Running
- 2002-10-01: Avast updating enabled in the trial period
- 2002-10-01: Avast engine setiface used from the setup dir
- 2002-10-01: Remote Accounts - Mailing List members only considered
- 2002-10-01: Config - AV Last Update Version version moved to the bottom
- 2002-09-29: Domain Mailbox Processing - primary domain default
- 2002-09-29: Config GUI - MailServer HostName must be filled, message box popped up
- 2002-09-28: AV - Update Now message box added
- 2002-09-28: Temp Folder CleanUp added
- 2002-09-27: XML Handling - special characters handling added, percentage feature removed
- 2002-09-27: Antivirs Logging - Error codes logging added
- 2002-09-27: Config GUI - Antivirs Update Now button enabled always when registered
- 2002-09-27: Config GUI, API, Web Admin and manual updated to reflect the Account Type
- 2002-09-27: Account Type feature added - Accounts can be POP3, IMAP, IMAP & POP3
- 2002-09-26: Webmail CGI default changed
- 2002-09-26: Options Path backslash checking and converting added
- 2002-09-26: Config - If DNS field empty automatically always loads the Windows DNS settings
- 2002-09-26: Setup - Example Accounts - DNS Timeout default 5 secs
- 2002-09-26: RBL example file updated
- 2002-09-26: domain admin file domains trim added
- 2002-09-26: Control Svc - Domain Admins cannot set mailing list type - always List File
- 2002-09-26: Manual Appendix A - AV removed, no longer suggested to use external AV (only the manual, function remain)
- 2002-09-26: Manual note about HELOEHLO.DAT added

5.1.3 [2002-09-18]
- 2002-09-18: Config GUI - Domain Adding - Postmaster Alias does not need to be filled
- 2002-09-17: Config ODBC Search - SQL syntax problem fixed
- 2002-09-17: Remote Accounts - Received header processing enhanced
- 2002-09-16: IMAP Server - COPY UID Report problem fixed
- 2002-09-16: Config GUI - Primary domain postmater email checking added
- 2002-09-16: Info XML - ANTIVIRUSURL tag added
- 2002-09-16: Antivirus expiration message - always when Integrated Antivirus is used
- 2002-09-16: Config GUI & Web Admin - AV License duplicate checking added
- 2002-09-16: Config GUI - External AV - File Deletion Checking checkbox visibility problem fixed
- 2002-09-13: Web Admin - Domain Admin vs. ODBC accountlist security problem fixed

5.1.2 [2002-09-11]
- 2002-09-11: Migration Core - licensing and evaluation exceeding enhanced
- 2002-09-11: Setup - contains regsvr32
- 2002-09-11: Setup - free newsletter removed
- 2002-09-11: Config - ODBC Logging - Active, Settings button - change size
- 2002-09-10: Mail List - Insert Subject if missing problem fixed
- 2002-09-10: Antivirus Notification - Macros %%IP%% support added
- 2002-09-10: Setup - Resource icons added
- 2002-09-10: Config - Antivirus - Test Message - UseBindIP considered instead of BindIP
- 2002-09-09: Default - Internal Antivirus On
- 2002-09-09: New Antivirus final + Virus DB Updating activated
- 2002-09-09: Setup - Antivirus - Setiface.dll copying added
- 2002-09-09: Config - Web site links updated
- 2002-09-09: Setup - Previous menu items remove proc added
- 2002-09-08: Migration Core changed to support migraton tool 1.1.6
- 2002-09-05: WebmailCOM - COM vs. ODBC Multi Thread problem fixed, new webmail com used
- 2002-09-04: New Icon created
- 2002-09-03: Setup - Installation wizard added
- 2002-09-03: Setup - New last window added to the Setup program
- 2002-09-03: Setup - Merak Start Menu contains the web mail manual short cut
- 2002-09-03: Web engine - FORM POST RFC822 - TAGS containing "+" or "%" problem fixed
- 2002-09-03: Client POP3 and SMTP thread main form NIL checking added
- 2002-09-01: Examples - Few RBL hosts added
- 2002-09-01: Manual - Few RBL hosts added
- 2002-08-29: System - GetShortPathName failure vs. web mail INSTALL_PATH problem fixed
- 2002-08-28: DB.dll U_Alias varchar 255
- 2002-08-21: Config GUI - AV Filter Setting - File deleted checking - radio button
- 2002-08-21: Control - Expiration email notices added for Merak Trial (7 days before) and Antivirus Upgrade (14 days before)
- 2002-08-21: Config - Antivirus - Integrated AV controls - enabled only if integrated checkbox selected
- 2002-08-21: Antivirus Installation - final changes made
- 2002-08-19: Antivirus Installation - Install not done when setiface.dll already present in the destination folder
- 2002-08-16: Setup - messagebox - sometimes gets stuck - problem fixed
- 2002-08-16: Avast update engine testing
- 2002-08-16: New avast OEM package, final
- 2002-08-12: Remote Accounts - Renamed few controls and updated the manual
- 2002-08-12: Control - Antivirus update engine support added, AV completely implemented now
- 2002-08-12: Config - GUI - AV Version, Date and Size displaying added
- 2002-08-12: Setup - Added the new antivirus engine installation routines and support +uninstall
- 2002-08-10: Web Admin - Domain admin rights - Notification = N
- 2002-08-08: License Engine - Support for resellers added
- 2002-08-08: Remote Accounts - Received header first created problem fixed
- 2002-08-06: Control - Engine Background prepared to handle Antivirus Updates - Force dial up, service stopping, connection keeping etc.
- 2002-08-05: SMTP - Client session SMTP AUTHentication - LOGIN and PLAIN schemes support added
- 2002-08-05: SMTP - AUTH PLAIN - non null identity support added
- 2002-08-05: SMTP - Delete account when expired vs. ODBC problem fixed
- 2002-08-05: Main Content Filter window changed. Active checkbox visible
- 2002-08-05: ODBC - INSERT INTO - Fields listed in the INSERT statement
- 2002-08-05: Control - Web Admin - Delete logs problem fixed
- 2002-08-02: SMTP - List Server - More simultaneous list server mailing list changes collision problem fixed
- 2002-08-02: Config Antivirus - Unloads the DLL so it can be updated when the GUI running
- 2002-08-02: Config Antivirus - GUI - Virus DB version and date displaying added
- 2002-07-31: SMTP - HELO/EHLO logics changed
- 2002-07-31: SMTP - RSET command does not reset the HELO and EHLO status
- 2002-07-31: New OpenSSL-0.9.6e engine used, several exploitable vulnerabilities were found in OpenSSL-0.9.6d and earlier
- 2002-07-30: Manual - New Antivirus Window added
- 2002-07-30: Manual - Note about SMTP AUTH and Relaying From added
- 2002-07-30: Antivirus Active Update feature added
- 2002-07-29: Self - %%dom_name%% support added
- 2002-07-26: Undeliverable Days (hours and minutes considered)
- 2002-07-26: IMAP - Real UID sorting added - filename is not used any more
- 2002-07-26: SMTP - Static Filters proc2 - fixed final problem
- 2002-07-26: POP Before SMTP Default - 45 mins.
- 2002-07-23: AV - DKAV Uninitialize added - fixed the problem
- 2002-07-23: SMTP - HELP command - ServerTitle.dat considered
- 2002-07-23: Control - Support for AV license added
- 2002-07-22: Setup - New menu items added
- 2002-07-22: Web Admin - Outgoing Queue - Both Forward and Retry queues supported
- 2002-07-21: SMTP - New Retry queue added, feature for faster message processing (Retry directory)
- 2002-07-19: Config - Support for new av licenses added
- 2002-07-19: System - New antivirus licensing and update system added
- 2002-07-18: System - Service Terminating problem fixed (PIPE vs. Thread problem fixed)
- 2002-07-18: System - Local Text File Long Line problem fixed (Full String used)
- 2002-07-18: Services - PIPE system enhanced
- 2002-07-16: PHP Engine - Support for Cookies added
- 2002-07-15: All Services - ChangeServiceConfig2 - Restart On Failure
- 2002-07-14: Disk Space - GetFreeDiskSpaceEx function when fails it will all work
- 2002-07-14: SSL Engine - Switch for blocking and non blocking mode added
- 2002-07-12: POP3 - Remote Accounts - Domain POP - Received header processing - the first Received header created used
- 2002-07-12: Config - Remote Config - multi alias access check problem fixed
- 2002-07-12: Control - showlog + .txt problem fixed
- 2002-07-12: SMTP - Static Filters proc2 - fixed empty string problem
- 2002-07-12: Control - Domain Stats - Total Count fixed
- 2002-07-01: Config - Proceed Now buttons made working for Remote Connections
- 2002-07-01: Config - File Open - Online help/examples finished
- 2002-06-30: Config - File Open - Text configuration files - online help/examples first phase done
- 2002-06-30: System - Log directory new created dir Logs
- 2002-06-30: SMTP - Static Filters - New MerakFilterProc2 support added (Doug Swallow)
- 2002-06-30: IMAP - Shared Folders - Domain specification added. You can shared an IMAP account for a domain only or for all domains
- 2002-06-28: SMTP - Changed the whole Bypass system - It can contain masks, IPs, anything (both sender and recipients are checked)
- 2002-06-28: SMTP - Local Domain Bypass support changed - for each bypass file if exists another file with the same name and appended ".local.dat" then it is a local inter domain bypass file
- 2002-06-28: SMTP - Static Filters - SMTP Structure passed as a pointer too
- 2002-06-26: Config - AV - Virus Bypass feature added
- 2002-06-26: Config - AV - Virus Warning customization message support added. Each of Administrator, Sender and Recipient can have a different notification message
- 2002-06-26: Config - AV - Quarantine settings added, support for Quarantine added
- 2002-06-26: Config - AV - Send EICAR Virus Test Message button added
- 2002-06-24: SMTP - JoinIMAP changed to binary mode (1A character problem fixed)
- 2002-06-24: SMTP - Filters - FROM and TO - Real SMTP Variables used
- 2002-06-24: Config - New Antivirus Window added
- 2002-06-21: VMS - GetTotalUsers changed to reflect real user account number
- 2002-06-21: IMAP - ACL - possible to edit local mailboxes too - dummy
- 2002-06-20: SMTP - Retry directory containing "-" problem fixed (messages moved to the root dir when retried)
- 2002-06-20: SMTP - Retry interval problem fixed - double call removed
- 2002-06-20: SMTP - ETRN Server - ETRN @domain problem fixed to use domain only
- 2002-06-19: SMTP - Backup Domain - Bounce Back problem fixed
- 2002-06-18: Config - New option - Session inactivity timeout added
- 2002-06-18: Config - Adding Remote Accounts - license is not checked
- 2002-06-18: Control - Adding Remote Accounts - license is not checked
- 2002-06-18: Avast AV Engine - multithreaded support added - works at last
- 2002-06-17: Content Filter - From Host problem fixed
- 2002-06-17: SMTP redirect.dat - new features supported - masks, domains and all combinations
- 2002-06-14: Config GUI - Active and disabled control problem fixed
- 2002-06-14: POP3 filter logging added
- 2002-06-14: POP3 antivirus logging added
- 2002-06-14: Config GUI - Edit Auto Responder - if name empty automatically filled in
- 2002-06-14: Mailbox Path filter added
- 2002-06-14: Hide Filters - option removed, automatically used
- 2002-06-14: Virus - Filters renamed to External Scanners, Plug-in renamed to Integrated Scanner
- 2002-06-13: Use_ISAPI Added 1 more value: 2 (possible values: 0,1,2 0 - disabled, 1 - Enabled, 2 - Enabled with special blocking non shared mode)
- 2002-06-13: Alias losing problem fixed - WebMail COM object
- 2002-06-13: POP - IMAP accounts proper size reporting added
- 2002-06-12: Control Power Pack - PHP Max execution time set to 120 secs
- 2002-06-12: Control - webserver.cfg - new item Use_ISAPI added for disabling ISAPI and using CGI only
- 2002-06-12: SMTP - Mail From and Rcpt To space and trim functions enhanced
- 2002-06-10: Statistics - Hours Running problem fixed
- 2002-06-07: SMTP - Mailing List - Eligible List problem fixed
- 2002-06-07: Config - Remote Access changes checking before disconnecting added
- 2002-06-07: AVAST Single Thread forced
- 2002-06-05: Antivirus Core - Plug-in - AVAST support added (the fastest and multithreaded)
- 2002-06-05: Config - Use TLS/SSL - Server Sessions considered too. If disabled no TLS/SSL will be possible for SMTP
- 2002-06-05: Config GUI - Conversion To ODBC - Empty Domain support added
- 2002-05-31: Protocol Response Delay - feature added (Service Settings)
- 2002-05-31: Config - Live Monitor - Client session support for double click added
- 2002-05-31: Config - Live Monitor - Active Sessions - double click shows the log history window just like in History Sessions
- 2002-05-31: List Server - double from and sender checking added, message sent only once
- 2002-05-29: AVG.DLL removed from the installation package. Does not work multi threaded (Grisoft will have to fix it in 7.0)
- 2002-05-28: Complete service and executable handling added on Windows NT and above. You can use the Config to start and stop services without having them as services. Systray will be used if services not installed.
- 2002-05-28: Config GUI - Manual button removed, Restore button added
- 2002-05-28: IMAP NAMESPACE RFC2342 support added
- 2002-05-26: Migration core - Violation and other errors - migrate.err created and filled
- 2002-05-26: Remote Configuration version compatibility checked
- 2002-05-26: VMS - XML few items and links changed
- 2002-05-26: Mailing lists - Check Members - Support for Merak Accounts added
- 2002-05-26: VMS - DKAV Check License and then MessageBox
- 2002-05-24: VSCAND manual and config updated
- 2002-05-23: Registry location changed under IceWarp
- 2002-05-23: Licensing Bypass bit support added
- 2002-05-23: Live Statistics renamed to Server Monitor
- 2002-05-23: ODBC logging moved to Pro tab
- 2002-05-23: Migration Tool more logging added
- 2002-05-22: CompareAlias handles empty strings
- 2002-05-21: Dial up - Logging added
- 2002-05-20: New dial up routines added, completely changed, rasdialfunc used - completely in background
- 2002-05-19: Shared IMAP - added support for other folders of the same imap account to share
- 2002-05-19: Tarpitting - More bypass support added 
- 2002-05-18: ConvertQuoted - multi line encoding support added
- 2002-05-18: Old license checking - uses the config server type
- 2002-05-18: ISAPI Library adds hostsname to the URL
- 2002-05-15: Changed PHP ISAPI support to version 4.2.1
- 2002-05-15: WebMail COM object - changed to threaded COM object
- 2002-05-14: GUI - Max Idle Seconds drop item removed
- 2002-05-14: Schedule - Force Dial Connection option added
- 2002-05-14: Dial Up connection checks an existing connection and uses it. Hang up will not be done. It has to be done by the initiating app
- 2002-05-14: Permanent Internet Connection control removed. It is done automatically now.
- 2002-05-14: MIME Header item functions - no space after colon support added
- 2002-05-14: Control Service - Domain Stats - IMAP mailboxes considered
- 2002-05-13: Migrate Core - Mailbox Violation - Finished the user record anyway
- 2002-05-13: Web Admin - Domain Admin - Remote Accounts edit problem fixed
- 2002-05-13: ACL IMAP tests finished, tested with Bynari InsightConnector (Allows Outlook to use IMAP servers to store and share calendars, events, messages, contacts and all. A complete solution with MS Exchange features)
- 2002-05-12: Live Statistics - BETA
- 2002-05-12: Config GUI - User creation is not much more easier. Name and passwords are automatically filled. 
- 2002-05-12: IMAP - Full ACL RFC2086 Support added
- 2002-05-11: DKAV Visnetic - Demo License generating and dialog added
- 2002-05-11: Mailing List - ODBC - Members only from DSN support added
- 2002-05-11: Web Admin - Domain Admins cannot create domain admins
- 2002-05-10: Shared IMAP button added to Config GUI and Web Admin - contains list of email addresses of shared IMAP mailboxes
- 2002-05-10: ACL read support added for IMAP
- 2002-05-10: Shared IMAP takes over rights of the user
- 2002-05-10: Full Rights support added for IMAP
- 2002-05-10: All Services - TimerProc added
- 2002-05-09: IMAP - Shared Mailbox support added config\sharedimap.dat all commands supported - ACL still to come
- 2002-05-09: User - MB and Send limit multiple recipient considered
- 2002-05-08: SMTP AUTH - Relay and Backup domains support SMTP AUTH using the URL notation: user:pass@mailserverhostname:port
- 2002-05-08: MIME - GetItem not containing quotes takes the whole line not the first word (some attachment name extension was not catched in the CF)
- 2002-05-07: Config GUI - Threaded model added - TCP/IP queue done
- 2002-05-07: Remote Accounts - Domain POP - Other Headers option added
- 2002-05-07: Remote Accounts - UIDL - changed uid file name
- 2002-05-07: Live Statistics - View Session feature added for Remote connections
- 2002-05-07: Web Admin - List No Users - does not read the whole user list now
- 2002-05-07: DKAV Init - changed to check existance of the Registration COM object too
- 2002-05-07: Notify tool - icons changed to 16x16 pixels, icons will look smooth on W2K in systray
- 2002-05-06: SMTP - Saved another 64K of RAM in each session
- 2002-05-06: Config GUI - Dbl click opens user's mailbox in the explorer
- 2002-05-06: DBFindUser - removed LCASE (did not work on MS SQL and others.)
- 2002-05-06: NT service param added (/noservice, /systray)
- 2002-05-02: API - SetConfigSetting - Mail Path, Temp Path and Log Path support added
- 2002-05-02: Live Statistics - View Session feature added
- 2002-05-01: New option Retry with SMTP added - This is a work around for some lousy proxies and routers that do not support ESMTP properly
- 2002-05-01: API - Init called by default and reads path from registry, it is not needed to be called again. If you do call it the config\settings.cfg file must exist otherwise it fails.
- 2002-05-01: Bad Mail address used when internally sending to a non existing email address, always make sure Bad Mail address exists
- 2002-05-01: XML Inner processing support for %HEX coding
- 2002-05-01: API - Functions BackupConfig and RestoreConfig added
- 2002-04-30: API - Loading DLL - if not successful reads the Registry for the Path 
- 2002-04-30: DB.INI - Support for OracleSyntax finished
- 2002-04-29: Manual - AVG Antivirus - /ARC must be at the end of the string
- 2002-04-29: Few DCI License issues fixed
- 2002-04-29: POP3 - Remote Account statistics for message retrieving added
- 2002-04-26: DB Support - String conversion in all queries added
- 2002-04-25: Support for Web Control IP binding - webserver.cfg - Bind_To_IP (overrides the system binding)
- 2002-04-25: New API commands added - SetConfigSetting, GetConfigSetting
- 2002-04-24: webserver.cfg - support relative paths for (Free-Path, Filter and Virtual Hosts)
- 2002-04-24: Merak requires Webmail 3.3.3 and higher during setup
- 2002-04-23: New licensing system added - old license support but cannot be entered
- 2002-04-23: Domain IP Address changed to a button: Virtual IP Binding
- 2002-04-23: DB Support - Support for quots added
- 2002-04-23: DB.INI - Support for OracleSyntax
- 2002-04-22: Schedule Items - Disabled support added
- 2002-04-22: Statistics - History Filter feature added
- 2002-04-21: Statistics - History - Save To File added
- 2002-04-21: Statistics - Session - Status Reporting Added
- 2002-04-21: Statistics - Graphic Icons added
- 2002-04-21: Statistics - Max History and History Count controls added
- 2002-04-21: Statistics Panel alignments added
- 2002-04-21: Remote Accounts - Switching from Leave messages to None will not download downloaded messages again
- 2002-04-21: Remote Accounts - Config GUI - Refresh problem fixed
- 2002-04-21: IMAP CAPABILITY IMAP4rev1 string fixed
- 2002-04-21: Spam Bypass Filters problem fixed
- 2002-04-18: Config GUI - Session Live Statistics beta finished
- 2002-04-18: CF - Ends With and Does Not End With enchanced
- 2002-04-18: Uuencode attachment conditions enchanced
- 2002-04-18: Copies Trim function added
- 2002-04-18: Config GUI - Statistics - Service Sessions and History support over Remote Connection added
- 2002-04-18: Config GUI - Statistics - Service Sessions and History support added
- 2002-04-18: PipeUnit and PipeObjs enhanced
- 2002-04-18: Core for Sessions Statistics added
- 2002-04-17: Config GUI - slapd.conf button added
- 2002-04-17: Virus message removal contains the virus name
- 2002-04-17: Virus name SMTP reporting added
- 2002-04-17: IMAP - added support for RFC822.PEEK and RFC822.TEXT.PEEK (these 2 are not in the RFC and still Outlook Express uses them???)
- 2002-04-16: LDAP internal watchdog added
- 2002-04-16: hosts.dat file support added - static IP domain delivery (for LAN)
- 2002-04-16: VMS finished
- 2002-04-16: Config GUI - Licensing System displays the Power Pack
- 2002-04-16: Config GUI - Few design changes added
- 2002-04-14: Remote Config - CheckFormailbox, CheckNewAlias support added
- 2002-04-14: Tarpit - Bypass file support added
- 2002-04-14: Virus Reporting - Includes virus name when used with plugins
- 2002-04-14: VirusMsg - %%VirusName%% variable added
- 2002-04-14: Web Admin - Digest Mailing List edit/view support added
- 2002-04-14: API - UpdateConfiguration function exported
- 2002-04-14: SMTP - Server Moderated Mailing Lists - Support for -DELETE added
- 2002-04-12: Config GUI - Menu Help section enhanced, more links added
- 2002-04-12: Config GUI - Few icons changed
- 2002-04-12: Support for AVG antivirus direct plugin added (avgk32.dll)
- 2002-04-11: Support for DKAV antivirus direct plugin added
- 2002-04-11: Antivirus - Remove, Reject and Scan All Parts made Global Options instead of separate for filters
- 2002-04-11: ValidateEmail function changed to support: <SSS <email>> recipient and sender strings
- 2002-04-11: Bypass features support masks
- 2002-04-11: Config GUI - Convert To ODBC - Real status reporting added
- 2002-04-09: Dynamic Domanis - small problem fixed
- 2002-04-09: Config GUI - Restore - Domains.cfg file deleted
- 2002-04-09: Config GUI - Restore - RenameDomain - causes to save config
- 2002-04-09: Config GUI - Remote connection - Make Primary support added
- 2002-04-09: Anti Spam - email asterisk mas support added
- 2002-04-08: Header Conversion feature added - file headerconvert.dat
- 2002-04-08: Copies Option - added support for email addresses
- 2002-04-08: Config GUI - Remote connection - simultaneous commands queued
- 2002-04-07: ODBC get domains function enchanced
- 2002-04-07: New Config GUI remote connection functions added
- 2002-04-07: Complete support for unlimited domains added
- 2002-04-07: TimeZone problem on some servers fixed
- 2002-04-05: Settings.cfg SaveConfig - saves only existing domains (file smaller)
- 2002-04-05: Power Pack - web mail Spell Checker dictionary problem fixed
- 2002-04-04: Config GUI - ODBC - few messages changed, Table Creation - Question to Convert added
- 2002-04-04: IMAP QUOTA considered mailbox quota
- 2002-04-04: SMTP - Mailbox quota - IMAP QUOTA considered
- 2002-04-04: Config GUI - Statistics - Settings saving added
- 2002-04-03: Control - Web Admin logs creation time used
- 2002-04-03: ODBC - NT Password problem fixed
- 2002-04-03: Virusmsg.txt same variable support as for auto responders added
- 2002-04-03: Setup - Demo Accounts - List serv default Subject, Debug & Summary
- 2002-04-03: Config GUI - Max Domain problem fixed
- 2002-04-03: Config GUI - Pro version - Graphic Statistics window added
- 2002-04-01: Setup - version without registry entries will still use the config files and will not reset the license
- 2002-04-01: Not enough timers - Handling added
- 2002-04-01: SSL Read/write - changed to Non-blocking mode
- 2002-04-01: BDAT file in use problem fixed
- 2002-03-28: Setup detection of web mail lower than 3.3.1 warning added
- 2002-03-28: Stats displaying (Peaks added)
- 2002-03-28: Antivirus: AVG executable changed to avg.exe (avgscan.exe does not work)
- 2002-03-27: GetFileHeaderExtString - Trim function added - Affects IMAP LF bad messages
- 2002-03-27: IMAP - QUOTA Support added RFC2087
- 2002-03-27: IMAP - UIDPLUS Support added RFC2358
- 2002-03-27: Spam Filters - 1 line without the type line filters problem fixed
- 2002-03-26: Backup Domain - Without any given IP it uses MX queries and uses only lower preferences than Merak's
- 2002-03-26: Core Statistics - Support for different types of failure added, Peak support added
- 2002-03-26: Migration Core - support for new migration licensing added
- 2002-03-26: Change password protocol implemented under POP3 port currently
- 2002-03-26: Merak Integration Domain IP binding problem fixed - ISAPI SERVER_NAME var used
- 2002-03-26: StaticFilters checking used results from CF and Virus (fixed)
- 2002-03-25: Antivirus Timeout option settable
- 2002-03-25: Convert Value function for FORM-MULTIPART-DATA changed
- 2002-03-25: SMTP - Same session message RSET sending problem fixed


4.4.2 [2002-03-24]
- 2002-03-24: Setup - When could not start SMTP, MS SMTP is checked and disabled by default
- 2002-03-24: Config GUI - Disable Stats removed
- 2002-03-24: LDAP Reload - Refreshes the LDAP service state
- 2002-03-24: Antivirus Result checked only if execution successful
- 2002-03-23: TimeOut routines enhanced
- 2002-03-23: SSL - ssl_accept and ssl_connect - timeout issue fixed - non blocking enabled to fix it
- 2002-03-23: SMTP - List Server - WHICH support for digest lists added
- 2002-03-23: Remote Accounts - Content Filters - Trash support added
- 2002-03-23: Manual - RBL - inputs.orbz.org item removed, currently (for free) works only relays.ordb.org
- 2002-03-22: IMAP SEARCH - Fixed multiple files Header item search problem
- 2002-03-22: LDAP - Slapd.conf cosine.schema added
- 2002-03-22: Schedule - Once At redundance checking problem fixed

4.4.1 [2002-03-15]
- 2002-03-15: Send to local domain - not existing account on the server problem fixed
- 2002-03-15: ReplyMail logging only if not empty <>
- 2002-03-15: Watchdog logging added
- 2002-03-15: Forward older and other getmailboxpath function problem fixed, logging enhanced
- 2002-03-14: Web Admin - ID session also checks the IP of the user. That way nobody can use the session ID unless from the same IP
- 2002-03-14: IMAP vs Web Mail problem fixed. UID = 0 are reindexed
- 2002-03-14: List Server - Confirmation text file added
- 2002-03-14: POP3 - Remote Accounts - After STAT no NOOP is given
- 2002-03-14: IMAP Rights logic changed
- 2002-03-13: Config GUI - RAS Connection list error conditions added
- 2002-03-12: LDAP Manual part added
- 2002-03-12: Schedule Once At Time problem fixed, Once At = Only At the time
- 2002-03-12: Antivirus - Info To Recipient - Remove - added
- 2002-03-12: Antivirus - McAfee new parameters added Deleted checking used
- 2002-03-11: Web Admin - Expires header added - Netscape will work without pressing Refresh now
- 2002-03-11: Web Server - If-Modified-Since support added - no more subsequent image downloading
- 2002-03-10: Comment string bypass char support added
- 2002-03-10: Domain Admin Index - default value conversion added 0xFFFF, no more 00001.dat usage
- 2002-03-10: Apply Static Routes checkbox dropped/removed for security reasons, use Content Filters instead
- 2002-03-10: ISAPI Support for HTTP AUTH added
- 2002-03-09: Mailing list - listserver - support for RFC822 messages added
- 2002-03-09: Disable ESMTP also disables POP3 CAPA extension
- 2002-03-09: Mailing List - listserver vs. alias containing "DIGEST" problem fixed, new DIGEST commands added
- 2002-03-08: Merak migration core finished v1.1
- 2002-03-08: Remote Accounts UIDL relative used
- 2002-03-08: Remote Account maintanence changes take affect immediately
- 2002-03-08: Merak GUI Autoresponder display relative path problem fixed
- 2002-03-07: Merak Any Mail server migration core added v1.0
- 2002-03-06: Merak web admin old Graphic interface removed
- 2002-03-06: Domain Admin 1 domain old index problem fixed
- 2002-03-06: ISAPI parsing speed enhanced
- 2002-03-06: Text skin button loading off
- 2002-03-06: ISAPI Recovery system added
- 2002-03-06: Static Filters logic enhanced, staticfilters.dat file see the manual
- 2002-03-06: ODBC Logging feature added
- 2002-03-05: Config - ODBC Search problem fixed
- 2002-03-05: Web Admin - GetOneDomain Domain Admin single domain real new domain file loaded
- 2002-03-05: LDAP slow over network problem fixed WS_32.dll hack
- 2002-03-05: ISAPI POST enhanced
- 2002-03-04: ISAPI support enhanced
- 2002-03-03: LDAP Control logging added
- 2002-03-03: Security section changed a bit
- 2002-03-03: Disable ESMTP option changed - works for both Outgoing and Incoming connections.
- 2002-03-02: Web Admin and Config GUI service state changed with listing of protocols running including LDAP
- 2002-03-02: SSL functions WaitForData enhanced
- 2002-03-02: SSL Tunnel for LDAP added
- 2002-03-02: LDAP Support finished
- 2002-03-01: Web admin self config no responder fixed access rights
- 2002-03-01: Manual - servertitle.dat added
- 2002-03-01: ATRN Client - default port 366 not needed to be specified in the host field
- 2002-03-01: IMAP bodystructure - CHARSET - NIL, Content Type always set
- 2002-03-01: IMAP multiple bind problem fixed
- 2002-02-27: Antivirus change: Some antivirus packages never exit (when virus found). Merak has a timeout when it terminates the app and considers the message to contain a virus from now on
- 2002-02-27: ISAPI module and COM properly tested
- 2002-02-27: Power Pack - Web Mail runs ISAPI module and uses COM objects
- 2002-02-27: Lite version, significance Domains = 0x01
- 2002-02-27: COM Object added for Web Mail
- 2002-02-26: Web Admin - Debug Level logging problem fixed

4.2.3 [2002-02-25]
- 2002-02-25: Users.exe - STATISTICS command added for user statistics exporting
- 2002-02-25: API - Added 3 more user functions APIInitUsers, APINextUser, APIDoneUsers
- 2002-02-25: Professional tab sheet - Table Creation and Conversion logic added. Conversion to ODBC to filled DB banned.
- 2002-02-24: Backup - Config changes done only if Backup settings changed
- 2002-02-24: ISAPI module ready for next release - no more 100% CPU and speed performance enhanced
- 2002-02-22: Responder - Reply from added
- 2002-02-22: Responder - Respond only if to me added
- 2002-02-22: Responder enhanced
- 2002-02-22: Web admin - Security added Tarpitting and Content Filter items
- 2002-02-22: Config and Web admin Bypass links added
- 2002-02-22: Spam files with "@domain" treated as "domain"
- 2002-02-22: Summary POP3 logging used only when RETR count <> 0
- 2002-02-21: Logging - Summary logging for SMTP added
- 2002-02-21: Logging - Summary logging for POP3 added
- 2002-02-21: PIPEs - Access for all objects added
- 2002-02-21: SMTP - 4xx errors treated like temporary errors everywhere
- 2002-02-21: Logging Levels added and changed the interface. This is a first level logging change.
- 2002-02-21: Config - Remote - Get User statistics support added
- 2002-02-20: New anti spam feature added. Each line can contain an Allow or Disallow mark
- 2002-02-20: Config GUI - User - New tab sheet Responder added
- 2002-02-20: User - Do not respond to file added
- 2002-02-20: User Stats - Last Login, Last Sent and Last Received stats added
- 2002-02-20: RBL Bypass file added
- 2002-02-19: DBConv removed, everything in the Main Config now
- 2002-02-19: Config Tab Sheets enhanced, Professional Tab Sheet added
- 2002-02-19: User: Add X-Envelope-To option added for Catch All accounts
- 2002-02-19: UserSetting Param passed as pointer in all functions
- 2002-02-19: Remote accounts - Delivered-To support added
- 2002-02-19: Header/Footer algorithm changed because of Outlook not following RFC
- 2002-02-18: Domain Admin Rights added for Web Admin
- 2002-02-18: User anti spam index - no more indexes used, it's an enable/disable option and every account has its own filter file
- 2002-02-18: Digest Mailing Lists - SMTP Mail From used Owner when set Sender which was empty
- 2002-02-18: POP3 - Server - Messages not containing CRLF.CRLF on fly problem fixed still can be downloaded
- 2002-02-17: Config - Remote Configuration fully supports all functions now
- 2002-02-17: Whole Domain Admin handling changed, no more indexes used
- 2002-02-17: Domain Admin file can contain asterisk for all domains
- 2002-02-17: Config - Edit File - Save, Save As and Find support added
- 2002-02-17: Config - Static Route Filters can be configured remotely now (Remote Config)
- 2002-02-17: Config - SMS Filters can be configured remotely now (Remote Config)
- 2002-02-17: Config - Content Filter can be configured remotely now (Remote Config)
- 2002-02-17: Config - ETRN Schedule can be configured remotely now (Remote Config)
- 2002-02-17: Config - Antivirus can be configured remotely now (Remote Config)
- 2002-02-16: New SMTP listening port added. Now you have 2 ports 25 and 366. You can bypass your provider's firewall to port 25
- 2002-02-16: ATRN Server support added
- 2002-02-16: ATRN Client support added
- 2002-02-15: Control Dial Up Disconnect time out added
- 2002-02-15: Bad mail address option added
- 2002-02-15: Auto Responder - Select Box - Do Not Respond, Respond Always, Respond Once added
- 2002-02-15: List Server - Leave File message support added
- 2002-02-15: Config - Remote Config - FileOpen supports all Text File downloading and uploading
- 2002-02-15: Config - Dial Up - Connect Now feature added
- 2002-02-15: Web Admin - Dial Up - Connect Now feature added
- 2002-02-15: Web Admin - ETRN - Proceed Now feature added
- 2002-02-15: Config - ETRN - Proceed Now feature added
- 2002-02-15: Config - Remote Statistics added
- 2002-02-14: XSTAT removed, done over PIPEs no more TCP/IP, works on NT/2K/XP platforms not on 9x
- 2002-02-14: PIPEs support added
- 2002-02-13: Users.exe Import - does not need the -u parameter
- 2002-02-13: ETRN - multiple command support added
- 2002-02-13: ODBC - RecordCount no more used. EOF and Next used always
- 2002-02-13: ODBC - AS SingleValue requests added
- 2002-02-12: Mailing Lists - ODBC Source support added
- 2002-02-12: GetReceipt: If Index > FIndex Then FE := FB - $01;
- 2002-02-12: Mailing Lists - Send To All Changed to Send To (List File, ODBC, Users From Domain, All Users, etc ...)
- 2002-02-12: IMAP4 renamed to IMAP
- 2002-02-12: Web Admin - InitUsers done added
- 2002-02-12: Responders - Precedence: Bulk header support added
- 2002-02-11: Error logs - Added for SMTP server cannot write to mail/temp directory - IMAP/POP cannot write to mail/temp directory
- 2002-02-11: Web Admin - Account List max count applied
- 2002-02-11: New ODBC Library used
- 2002-02-10: ODBC - Position enhanced
- 2002-02-10: Config - Remote - SMTP and POP3 services manipulation added
- 2002-02-10: Config - Remote InitUsers list problem fixed
- 2002-02-09: Demo Setup changed - Merak Type option added
- 2002-02-07: DB - Indexes added (add and remove)
- 2002-02-07: Config different colors for user types added
- 2002-02-07: Users.exe Autoresponder option added
- 2002-02-04: Users.exe Max message size option added
- 2002-02-03: All LF and CRLF lines are treated the same. Whole new system core used.
- 2002-02-03: Reject if sender's IP has no rDNS option added
- 2002-02-03: MX Checking and RBL used only for non local IPs (Not specified in the relaying from field)
- 2002-02-03: DB.Ini - ODBCCursors item added (Manual updated)
- 2002-02-03: Logging Cache - Flush button added
- 2002-02-03: Tarpitting - few logics and responses changed
- 2002-02-02: Antivirus - full support for uuencoded attachments added
- 2002-02-02: Content Filter - Attachment Item - uuencoded attachments support added
- 2002-02-01: Support for service binding to multiple IPs added
- 2002-02-01: Manual - New RBL hosts added inputs.orbz.org relays.ordb.org
- 2002-02-01: Separate Relaying option removed
- 2002-02-01: DNS timeout default 5 secs
- 2002-01-28: Negative Content Filter condition problem fixed
- 2002-01-28: Content Filter - Message item added
- 2002-01-28: Notify Size - Strict body size applied
- 2002-01-27: Tarpitting and other time functions added day support
- 2002-01-25: FillStr function updated
- 2002-01-25: Access Violation 0x403D8A problem fixed (Delphi bug)
- 2002-01-22: DB.DLL - MakePrimary problem fixed
- 2002-01-21: ReplyMail - Recipient parameter added
- 2002-01-21: Logging vs. Cache vs. Errors problem fixed
- 2002-01-21: GetIndexString - Delimiter problem fixed
- 2002-01-19: ODBC - Great optimizations done (DBGetDomains: DBGetTotalUsers removed, DBGetMailboxUser: If Not FDomains Then DBGetDomains(MailServer.Domain))

4.2.2 [2002-01-18]
- 2002-01-18: Setup - can overwrite read only files now
- 2002-01-17: Content Filter listing detailed info added
- 2002-01-15: Content Filter Body and Attachments a new processing method added. Message files are processed only once for the whole content filter.
- 2002-01-15: Routines ready for LF message processing
- 2002-01-15: DBConv - Converting from ODBC to Merak problems fixed
- 2002-01-15: Mailing list sending - list file copied so other changes during the process can take action
- 2002-01-15: Tarpitting logic changed - when the tarpit account reached the session is immediately disconnected
- 2002-01-14: Proxy server disabled by default - needs the proxy.cfg to be enabled
- 2002-01-13: SSL New method under ThreadLock 
- 2002-01-13: IMAP empty file double access problem fixed (might be a bit slower with many messages now)
- 2002-01-13: Web admin index.html startpage tag added
- 2002-01-13: Client Session - IP delivery = [IP] added
- 2002-01-10: Remote Accounts - Notification system to Sender added
- 2002-01-10: Remote Accounts - Support for Permanent Filters added
- 2002-01-10: Remote Accounts - Support for Content Filters added
- 2002-01-10: Content Filters - Any Header item added
- 2002-01-09: Remote Accounts vs. Antivirus - changed the logic and functions
- 2002-01-08: System - added the Trim function to all semi-colon functions
- 2002-01-08: Web Admin - user add - default.ini Anti Spam Index problem fixed
- 2002-01-08: Default.ini - MaxMessageSize support added
- 2002-01-08: Tutorial - plain text page used no more icewarp tables
- 2002-01-07: Config - Domain Listing users do not get listed problem fixed
- 2002-01-07: Config - Domain Listing adding domain description added
- 2002-01-06: Web Admin - domain admin - # Accounts clearing problem fixed
- 2002-01-05: SMTP - Server logging - Connect 1. message added
- 2002-01-05: IMAP - SEARCH - Header item problem fixed
- 2002-01-05: IMAP - Message Set - TMessageSet no more 255 char limit
- 2002-01-05: IMAP - ENVELOPE - EMAIL containing ",;" in names problem fixed
- 2002-01-05: Web admin - domain admin domain saving problem fixed
- 2002-01-02: Support for permanent DLL filters added (config\filters directory)
- 2002-01-02: Web Admin Remote Accounts - Check Now button added
- 2002-01-02: Web Admin Domain Deleting - remote accounts deletion added
- 2002-01-02: Domain Deleting and creation - Remote Account problem fixed (changed the order and domain place)
- 2002-01-02: cert.dat - manual comment (root) and comment problem fixed
- 2002-01-02: .cfg Virtual Hosts do not have to contain the back slash at the end
- 2001-12-31: Trial Nag screen added

4.2.1 [2001-12-23]
- 2001-12-23: Relaying to external server all recipients in one message 
- 2001-12-23: IMAP enhancement added for corrupt non RFC822 messages when transferred over SMTP
- 2001-12-20: Tested NAV Corporate Edition and added to the manual and GUI
- 2001-12-19: Antivirus Attachment parsing - filename - national characters problem fixed
- 2001-12-19: Add Footer/Header - CRLF Boundary added
- 2001-12-18: Content Filters and Static Routes - filter items relative path support added
- 2001-12-17: Show Domain Description option added for GUI and web admin
- 2001-12-17: Account State - Tarpitting added
- 2001-12-17: Mailing Lists - Digest and SMS full message text parsing added
- 2001-12-17: SMS - Skip attachment option removed - done automatically.
- 2001-12-17: MX resolving changed - all same preference records are tried
- 2001-12-17: Dial up problem - CheckOlderDelivery - Stuck message - each minute dialing prob fixed - Relaying should be used for all dial up connections
- 2001-12-17: Removed option Scan on POP3 (security and other reasons), SMTP used always
- 2001-12-17: Default.ini - AntiSpamIndex item added
- 2001-12-17: CHECKPOINT empty message does not get saved
- 2001-12-17: RBL.DAT file supports comments that get displayed in the SMTP response
- 2001-12-10: Redirect.dat - Redirecting to outside domains - relaying allowed
- 2001-12-10: Domain admins - Domain renaming via web admin banned
- 2001-12-06: TOP command spam messages problem fixed
- 2001-12-06: POP3 mailbox locking for bound IPs support added
- 2001-12-06: Moderated mailing lists - HTML email messages problem with Approval text fixed
- 2001-12-06: Moderated mailing lists - passwords not any more in the BODY
- 2001-12-03: Redirect.dat support for local domains added
- 2001-12-03: Schedule defaults = 0 (Backup, Delivery, ETRN) (Every = If 0 = Current Date + Time)
- 2001-12-03: Domain loading and user loading = Hour Glass cursor added
- 2001-12-03: ODBC - First phase of optimization done, new SQL statements
- 2001-12-01: ODBC - Max Domain limit considered
- 2001-12-01: IMAP - Mailbox status before the command added
- 2001-11-29: Antivirus - cleaing - body attachments fixed
- 2001-11-29: Manual - More NAV details added
- 2001-11-28: Web Admin - Domain Admin - Cannot edit the file name of Mailing List edits - only the content
- 2001-11-28: Web Admin - Domain Admin - Cannot edit the file name of SMS File - only the content
- 2001-11-28: Web Admin - Domain Admin - Cannot edit the file name of Validity Warning - only the content
- 2001-11-28: Config & Web Admin Mailing List list file - automatically filled
- 2001-11-27: Antivirus MESSAGE/RFC822 cleaning support added
- 2001-11-27: Unknown users - Disabled Receive Account - rejects anyway
- 2001-11-27: Setup - upgrade - Pro turning fixed
- 2001-11-26: Version system changed
- 2001-11-26: Web Admin - license information and entering added
- 2001-11-26: Max Recipients option added
- 2001-11-26: SMTP - BDAT error message handling properly done
- 2001-11-26: SMTP - BDAT possible glitch fixed
- 2001-11-25: Header/Footer Tags.dat - All Tags - check sender procedure added
- 2001-11-23: Mailing Lists - Server Moderated - You can use Reply now
- 2001-11-23: Mailing Lists - Moderated password - case sensitivity added
- 2001-11-23: Notification - Sender - Originator - same as for mailing lists
- 2001-11-23: Manual - NAV comment added
- 2001-11-23: Config - getproductid remote config refresh added
- 2001-11-23: Quoted Printable (MIME Headers) "_" = " "
- 2001-11-22: Config Export License Information feature added
- 2001-11-22: User Comment support added - Name field separated by semi-colon
- 2001-11-22: SMTP: Mailing Lists - file file containing spaces on a line - Trim added
- 2001-11-22: POP3 UIDL method enchanced - "-"

4.10.050 [2001-11-21]
- 2001-11-21: XSTAT text command removed (security reasons)
- 2001-11-21: Manual - NAV part added
- 2001-11-20: Content Filters - Custom Header item added
- 2001-11-20: Content Filters - Config - Contains List default
- 2001-11-20: Content Filters - Body item enhanced - decodes the encoded parts of the body, slower
- 2001-11-20: Web Admin - domain settings - missing domain.cfg - displaying fixed
- 2001-11-20: Config - Delivery retry intervals Control removed
- 2001-11-20: Test DNS button added - Config
- 2001-11-20: System DNS records automatically inserted into the DNS field when first run
- 2001-11-19: Remote Accounts - X-RCPT-TO support added
- 2001-11-19: Lite version completely ready
- 2001-11-18: License Engine ready for limited domain and user version (TotalNumberOfUsers)
- 2001-11-18: users.exe -e -uUSER@DOMAIN (secondary domains problem fixed)
- 2001-11-17: ODBC - ETRN account problem fixed
- 2001-11-16: POP - TOP command Readln EOF problem fixed
- 2001-11-16: Web Server: Attachment POST CRLF removed (2 bytes more problem fixed)
- 2001-11-15: Antivirus MESSAGE/RFC822 support added
- 2001-11-15: MIME headers - Content Disposition only if not TYPE and SUBTYPE
- 2001-11-15: ODBC: Same named mailboxes authentication problem fixed
- 2001-11-15: Web admin - HTML - pragma no cache added
- 2001-11-15: Notification account - added From, Subject, Body and Text File options
- 2001-11-15: SMS/Pager account renamed to Notification
- 2001-11-15: Mailing List Digest: Header/Footer only once
- 2001-11-15: Header/Footer feature logic changed, please see the manual
- 2001-11-14: Windows version (XP and Me support added)
- 2001-11-13: Field handling: Spaces and commas allowed now
- 2001-11-13: SMTP logging on default, 7 days
- 2001-11-13: SMTP: List Server - which command for empty list files problem fixed
- 2001-11-13: Content Filter - long line problem fixed
- 2001-11-13: DNS Query tool, design slightly changed
- 2001-11-09: Config - Tutorial message box upon first run added
- 2001-11-09: Cert.dat support added - For each IP you can have a different SSL certificate
- 2001-11-09: API - Domain mailbox processing support added
- 2001-11-09: Remote Control - Load domain empty folder ignored
- 2001-11-09: Manual - header and footer option more details explained
- 2001-11-07: SMTP: List server - REVIEW - total line added
- 2001-11-07: Web Admin - failure.html Secure Web Admin note added
- 2001-11-06: User - Max Message Size problem fixed
- 2001-11-05: Sockets - graceful socket close added
- 2001-10-31: IMAP - SORT result length prob fixed
- 2001-10-30: IMAP - flags.dat deleted = reindexing of all messages added
- 2001-10-30: Control svc does not start on reboot - Watch Dog = 0 Interval problem fixed
- 2001-10-28: Multi CPU option default switched on
- 2001-10-28: ODBC - Domain IP binding vs. deleting problem fixed
- 2001-10-28: Web admin - # Accounts Domanin Admin value clearing problem fixed

4.10.040 [2001-10-25]
- 2001-10-25: IMAP - SORT DATE problem fixed
- 2001-10-25: IMAP - UID SORT problem fixed
- 2001-10-24: Web server - option to force HTTP 1.0 added
- 2001-10-23: Config: First multiple domain creation problem fixed - LongDomain = True
- 2001-10-23: SMTP - fix for spaced bracket email address added
- 2001-10-23: Web admin - Domains # Account added
- 2001-10-23: Domains.exe Export feature includes the Domain Type and # Accounts
- 2001-10-23: Domains.exe # Accounts option added
- 2001-10-23: Users.exe Done needs to be run on each program close even if not init. DB fix
- 2001-10-23: Domains.exe Done needs to be run on each program close even if not init. DB fix
- 2001-10-23: Web server engine - CGI close socket LIFO used - no more connection resets

4.00.30 [2001-07-15]
- Coment string # support added
- SMS And Content Filters: Smarter mechanism added
- Web Admin: Select All checkbox added (Outgoing Queue, Mailbox view)
- ESMTP: SMTP Extension DSN added (Delivery Status Notification)
- SMTP: DNS MX Parser - removed Mail Server host name checking
- SMTP: Received Header - Real ESMTP and SMTP header insertion
- SMTP: CHUNKING SMTP Extension added - Transmission of Large MIME Messages
- SMTP: CHECKPOINT SMTP Extension added - Merak can resume broken message transmissions
- UIDL: Problem fixed
- Web Admin and Config: Logs Day name displayed
- Proxy: Active .CFG option added
- Antivirus: New FPROT work around found - please see the PDF Document
- Web Admin: Tags trimmed
- Web Admin: Delete checkboxes for Logs, Mailboxes, Outgoing queue added (no more separate link clicking)
- Executables - Logging added
- Executables - Quotes characters automatically added
- Digest Small bug fixed
- Digest Mailing List: Check members function support for this option added
- User Statistics: Total record added
- Config: All dialog windows can be closed by ESC
- SSL - Connection reset handling added
- Backup - If path does not exist automatically gets created
- Possible mail sending problem of AOL and CompuServ fixed
- Setup run fixed
- ParamValue problem fixed
- DB: Error logging added
- Domain Empty Admin Email fixed
- DNS Logging enhanced
- Setup: New upgrade setup system
- Setup: Checks running services after the installation
- Domains.exe - Other domain types added
- Domain Mailbox Processing: Automatic domain addition added
- Config: Port changing automatically reloads the service
- CF: Sender item added
- Proxy Server: SSL Tunnel faster
- ODBC Support changed to default!!! No more ADO (you should backup the ADO DB.DLL if you want to use it)
- Direct ODBC Support added (DB.DLL) - Properly SMTP Server stress tested - 100% working
- TLS/SSL - default checked
- Info XML Support added
- SMTP: Header Conversion problems fixed
- Web Admin: HTML enhanced
- Proxy: FTP Support added
- Setup: Support for IceWarp Web Mail setup added
- System: Unix LF support for IMAP and other procedures added
- System: SNMPAPI.DLL problem on some machines fixed
- SMTP: Domain Relaying support added
- IMAP: STATUS empty mailbox UIDNEXT problem fixed
- SMTP: Instant message resending problem fixed
- Web Admin: Other Options added
- Web Admin: Standard Login added. Logout works finally.
- Antivirus: Enhanced the configuration - Complete antivirus features - Norton Antivirus support added
- Antivirus: Info To Sender option added
- Antivirus: Remove option added
- Antivirus: File Deleted Checking option added - for Norton Antivirus
- Antivirus: Return Values checking option added
- Proxy Server: SSL Tunnel support added
- Proxy Server: Added options: Logging, Parent Proxy, Filter File, Tunnel Filter File
- Content Filters: Manual information added and added items: Contains List and Does Not Contain List
- Schedule Delivery: Connect if there is a message waiting for more than minutes option added
- Config: Disable Multiple CPU Support option added
- Config: Automatic mailbox path creation = using alias not mailbox name
- Web Admin: Value = Replacement loop fixed
- Web Admin: Realm changed to host name
- Control: Web Server responses enhanced
- Proxy Server: Proxy Server support added. Control Service is a proxy server
- Content Filters: Up and Down buttons for filter item moving added
- Content Filters: Laymans logic added
- POP3: Added revolutional support for POP3 receiving (Remote Accounts) using TLS/SSL (Merak vs. Merak = completely secured transfer)
- POP3: SASL LOGIN added (CRAM-MD5 already there)
- Manual: More detailed information added - Mainly Content Filters and DNS
- Control: Web Server output problem fixed
- All sevices: Full Multiple CPU support added
- SMTP: Full Server Moderated mailing list option added
- POP3/IMAP4: TLS/SSL support added - STARTTLS and STLS
- SMTP/POP3: Domain IP Binding - multiple domain binding support added
- Web Admin: Domain Admins Limited - Items/Total string added
- SMTP: Mailing List - Send To All - Multiple alias problem fixed
- Web Admin: Self Configurable logout.html access added
- SMTP: Added revolutional support for SMTP forwarding using TLS/SSL (Merak vs. Merak = completely secured transfer)
- SMTP: SMTP TLS/SSL support added - STARTTLS
- Remote POP3: Removed the Mailbox Path option
- POP3 & IMAP: Full SSL Support added
- Config and Web Admin: Port Settings changed to support SSL
- SSL: Full SSL Support added, no more problems
- ESMTP: SIZE EHLO output checking added
- Forward Queue: Empty msgs problem fixed
- Server Stats: SMTP Welcome Msg problem fixed
- All services: W2K Description added
- SMTP: List Server - MAIL From Sender option added
- HTTP: HTTP/1.1 Support added - faster
- Stats: Deny ESMTP problem fixed
- System: All short path conversions fixed
- Config: Change From option removed
- SMTP: Antivirus Content-Disposition filename parser added
- Config: Reference Key location changed
- CF: Reject option checked by default
- CF: Long Header values problem fixed
- CF: Active option problem fixed
- Domain Management: IP redundance checking added
- All services: pipelining support added
- SMTP: Client Sessions - SMTP Client Channels problem fixed
- POP3: Remote Accounts - POP3 Client Channels problem fixed
- Web Admin: User Type - List Box
- Config: Remote Accounts - Schedule and Forward To checking added
- SMTP: Unknown Users delivery notice problem fixed
- POP3: Schedule procedure problem fixed
- Config: Domain IP Saving problem fixed
- POP3: IMAP Accounts dot dot receive problem fixed
- POP3: Remote Account Forward To problem fixed
- SMTP Antivirus: Notification problem fixed
- SMTP CF: Recipient Item added
- SMTP CF: Trash Temp files deletion added
- Config: Log Show - default notepad
- SMTP: Redirect.dat - Redirect support added
- Web Admin: Self Configurable users can edit their Anti Spam Filters
- SMTP: Disk Monitor Report changed to daily reporting
- SMTP: Support for external IP domain  sending added
- SMTP: Antispam Asterisk engine resolving enhanced/fixed

3.10.110 [2001-04-27]
- Config: Info section enhanced
- Support For W9x/ME RunServices added
- Web Server: Redirect option .INI option added
- SMTP: User Anti spam filter.dat support added
- Web Admin: HTML text changed
- SMTP: Global Anti spam problem fixed
- Antivirus problem fixed
- Users: NT Password added
- Setup updated

3.10.011 [2001-04-13]
- POP3: UIDL Time Zone change problem fixed. Warning !!! All UIDL will change after the installation.
- New Setup developed
- PDF Manual Bookmarks added
- SMTP: Filter "<" problem fixed
- Pro DB: Support for storing domains in the DB added
- SMTP: Greeting (HELO/EHLO) heloehlo.dat filter added
- Default Anti spam and anti relay options settings added
- SMTP: Disk Space monitor report includes the disk drive
- SMTP: Filter.dat asterisk domain support added
- SMTP: Filter.dat comment problem fixed
- SMTP: Support for Unlimited number of recipients added
- IMAP: STATUS UNSEEN problem fixed
- PRO: Properly tested with MySQL 3.23.32, works 100%, special DB.DLL MySQL direct drivers needed
- PRO: DB System - DB.Ini (DB.DLL) support for MagicQuotes added for MySQL (needed for quoted characters)
- PRO: ADO problems fixed/updated - MS SQL timeout problem fixed
- SMTP: Mailing Lists - Confirmed list server and Digest mailing list features added
- SMTP: Mailing Lists - Set Owner To From field option removed
- SMS: Multiple filter support added
- Static Routes & Content Filters: Multiple condition support added, Warning !!! old Content Filters changed - Click Ctrl+Shift the Condition to edit
- SMTP: Attachment filter support added
- SMTP: Instant Resend problem fixed
- SMTP: DNS Query system enhanced, logging included
- Web Admin: Domain Admin message viewing problem fixed
- Web Admin: Error page enhanced
- Web Admin: Text and Graphic version swapped
- SMTP: MAIL From Response handling added
- Web Server Engine: Fixed caching problem and enhanced the functionality 
- SMTP: Inter Domain bypassing local domain checking added
- SMTP: Bypass for anti spam files and content filters added
- SMTP: Content Filter trash log record added
- Config: Any domain type can be a primary domain now
- Statistics: MB/KB formatting enhanced
- SMTP: Content Filter - Trash option added
- Users.exe: Self Configurable option added
- Config: Right click delete, updated selected node

3.00.140 [2001-01-26]
- SMTP: ETRN problem fixed
- SMTP: ETRN Queue command - "@" stripped
- API: DB connection problem fixed
- Config: Global DB checking for duplicate aliases and mailboxes added, enhanced mailbox issues
- Config: Changed default DNS servers
- Web Admin: User Anti Spam Index support added
- Web Admin: Domain Admin Index file support added
- Config Accounts: Loading speed enhanced
- Config: Search feature enhanced
- Pro DB: Enhanced DB processing speed, Configuration program and many more etc.
- Web Admin: Statistics - Running Time - Days running item added
- Config: Account Manager inner routines enhanced
- POP3: Simultaneous POP3 locking of the same names mailbox enhanced
- SMTP: NOOP workaround added (due to some incorrectly implemented mail servers out there)
- SMTP: Content Filter Msg Size problem fixed
- POP3: Domain POP vs. Backup Domain specialized feature added. Unknown local users will be forwarded to the Backup Domain
- Documentation: Changed few points
- Pro: ADOLibrary changed to DB.DLL This library can be replaced with any direct, ADO or ODBC library to access the database. Currently we support the ADO library and direct MySQL library.
- Welcome Messages: Remote Address welcome message creation banned. Fixed ODBC welcome message creation
- Web Admin: redirect.html file added. Redirects you to the default html file.
- ADO DB: Timeout connection problem fixed

3.00.130 [2001-01-03]
- Antivirus: The support for the quoted printable encoding added
- Server: IP Masks new feature added. You can specify IP ranges: 194.213.224.1-5
- SMS/Pager: Content Encoding and Content Type headers added, enhanced the attachment resolving
- IMAP4: SMTP Dot removing added
- WebAdmin: Any file editing added (Mailing Lists, Domain Antispam Filters etc.)
- WebAdmin: Web server engine URL encoding enhanced
- WebAdmin: RBL management added
- WebAdmin: Relay management added
- WebAdmin: Global Antispam Filter management added
- WebAdmin: The ability to start/stop services added
- Config: User NULL Optin - Disables any login of that account
- Config: Show Log - Registry Hack added. HKEYLOCALMACHINE\Software\Merak\LogEditor = file path for the default log viewer
- ODBC: SQL Statements DATETIME/NOT NULL problems fixed
- Config: New option (Domain Settings): Backup Domain added
- Config: /nosplash parameter added
- SMTP: Malinig Lists - Header changes are made after the moderator authentication
- SMTP: Mailing Lists - Moderated and encoding problems fixed
- SMTP: Client Sessions ESMTP MAIL FROM enhanced
- Antivirus: Information message contains the From header
- Domains.exe: Added some needful options
- Config: ODBC Domain problem fixed
- SMTP: Mailing Lists processing enhanced. The processing is done in a special thread now.
- Config: Remote Admin procedure enhanced
- Report Disk Space: Possibility of more disks to check (diskspace.dat file) added
- XSTAT - Server & Client connections displaying enhanced
- Config: Domain Save Cache problem fixed

3.00.120 [2000-12-10]
- ODBC (ADO DB) support added
- SMTP: Relay.dat vs. Firewall problem fixed
- Config: Reload vs. active user problem fixed
- Authentication: %/ Convert To (slash support added)
- API: Pro version user data changing problem fixed
- IMAP4: Header items longer than 54 BASE64 Encoding problem fixed
- API: Static Route support added
- SMTP: Search for alias in other local domains vs. Domain alias problem fixed
- Antivirus: Info To Recipient option added
- SMTP: Mailing Lists: Moderared, password can be placed into subject now
- API: Domain Delete problem fixed
- Domains.exe command line tool created
- Antivirus: Removed the quots
- Config: Task Schedule Item dialog - Time - dot time delimiter support added
- Config: Middle Section Panel Align = Client
- Config: Content Filter - And/Or Operators disabled
- SMTP: AUTH Initial Response support added
- SMTP: HELP Command speed enhanced

3.00.110 [2000-11-26]
- Antivirus: Output grabbing removed, caused SMTP server to freeze (DOS output redirection problems)
- Antivirus: Conversion to short path name put back
- SMTP: MAIL From and RCPT To empty domain removed

3.00.100 [2000-11-22]
- New PDF Manual developed
- The Server Title can be set now in the Config\servertitle.dat file (1 line only)
- Text files comment support added // and /* .. */
- SMTP: Deferred-Delivery support added. You can schedule mail sending now.
- Config: Statistics Manual Refresh overrides the Disable checkbox
- SMTP: Domain Header/Footer option added
- Config: Password Generator enhanced
- User Statistics: Delimiter changed to comma
- IMAP4: Shared IMAP Account support added
- SMTP: Mailing Lists - new option Set Recipient "To: " added
- IMAP4: Outlook cannot display 8bit characters in headers, messages will not be displayed, conversion to BASE64 added
- Config: Remote Config file change problem fixed
- Config: User Settings: User Virus Scan option removed
- Logging Cache: Fixed Exit flush of the logs
- Config: Dial On Demand Router function added, enhanced the Scheduler - new options
- Config: Splash Screen added
- Config: Domain Admin Index automatic index file creation fixed
- Config: Showing Log overrides .log system association. No more notepad used
- Config: Default Anti-Spam/Relay settings set
- SMTP: Do not forward if originator's domain is not local - MAIL From:<> sessions rejected
- Uninstall Icon added
- SSL Module included by default
- Antivirus: Attachment procedure problem fixed
- SMTP: Responder Variable %%To_Name%% added
- Web Admin: Secure Web Admin option added. All File options in the web admin will be checked to be in the Merak Config directory and above.
- Web Admin: Domain Admin Mailbox Viewing, Message Viewing options enhanced/renamed, added rights.html file
- Logging Cache: Fixed one minor problem
- Web Admin: Security problems for Auto Responder fixed. Remove the file path option.
- Backup: Enhanced backup, no FileStreams used (were buggy)
- Antivirus: Antivirus Reports contain the output from the antivirus program
- Config: Enhanced Remote Administrator. Works faster, added the Cancel button
- Antivirus and IMAP Attachments: New attachment parser developed
- Setup: Destination Folder = System Program Files folder
- POP3: UIDL, LIST commands trim function added. Fixed the compatibility for some dumb mail clients
- Config: Enhanced the interface, modified few controls
- IMAP4: BODYSTRUCTURE full support added, full FETCH support added. Mail clients can download separate MIME-parts
- Header/Footer system enhanced
- Mail Server: Domain Mailbox Processing option added

2.10.360 [2000-10-29]
- SMTP: Content Filter response the Content Filter title
- SMTP: RBL Response contains the RBL server name
- SMTP: Mailing Lists - LISTS command enhanced
- SMTP: Header/Footer added only for outgoing messages (not local messages)
- Config: Accounts: User and Mailing List accounts have more tab lists which cannot be changed by Ctrl+Tab. You can press Ctrl+position of the desired tab. Eg. Ctrl+2
- Static Routes/Content Filters: Filter - To and From header used to be SMTP session variables, now they are real headers
- Config Path and Web Path can be set for mail server clustering. The file path.cfg is needed in the root of the Merak directory. 1. line = Config Path, 2. line = Web Path
- Config: Accounts displaying speed enhanced. Domains get loaded only when selected a domain
- API: Domain Creation problem fixed
- SMTP: Forward To Host problem fixed. When forwarding to hosts you must use the DNS Lookup option
- Logging: Logging Cache option added
- Web Admin: Access Denied message contains the mailbox name
- Mailing Lists: Join and Leave, recipient specification added
- Server Statistics converted to Int64 (4 Gigs are not enough)
- Attachment Parser enhanced
- Web Admin: Mailing List saving - List Servers can contain empty List File parameter now
- Pro: User management fast access problem fixed
- Users.exe: Import feature added. The import file has exactly the same format as the export file.
- Config: Show and Position fields saving added
- IMAP: In-Reply-To header problem fixed, Quots vs. Outlook problem fixed, nstring enhanced
- User Alias: "@" checking procedure added
- User Statistics logging added
- Web Admin: Failure.html redirecting has been added
- Config: NT Import option for NT Password added
- SMTP: Moderated Mailing list: Approval message From changed

2.10.350 [2000-10-12]
- Config: Packet Delay option added
- Web Admin: Enhanced/changed the logic of page showing, user adding, data changing etc. No more success.html page
- Mail Server: Professional Memory File System - Web Admin, Config and API domain management problem fixed
- Mail Server: Domain name vs. IP recognition enhanced
- Web Control: Logout feature added. When you access the link logout.html the session will be logged out
- SMTP: Mailing Lists enhanced
- Mailing Lists: Add To Subject multiple recipients problem fixed
- Config: Remote Account Accounts problem fixed
- Config: Make Primary vs. Remote Account problem fixed
- IMAP4: ENVELOPE Special Character removed for Outlook Express compatibility

2.10.340 [2000-10-01]
- Config: User Type = Dropdow ListBox
- Config: Mailbox Path and Copies - Mail In, Mail Out can contain absolute path as well as relative
- Config: Pro version DB Settings added - The pro version can run in 2 modes: The Standard or the Pro
- Notify Tool: Disable option added etc.
- SMTP: Mailing List/Users: Send To All option - each user in the domain has an option to disable receiving messages from Send To All mailing lists
- SMTP/Config: Mailing Lists, Added support for Allowed Subscribers
- Config: Added new account item New List Server
- SMTP: Mailing List: Support for the X-Approved header added
- SMTP: Mailing List: Multiple owner support added
- SMTP: Moderated Mailing list: Approval request string added
- Config: User Management routines enhanced. Users are loaded only when expanding the domain. Excellent performance.
- Config: Static Routes interface enhanced
- Mail System: Fixed 100% CPU problem once forever
- Web Admin: SMTP AUTH Problem fixed
- Config: Password Generator button and feature added
- SMTP, POP3, IMAP4: Brute Force attach protection added. Unsuccessful authentications are delayed
- HTML Files: All accounts use the usr_alias variable!
- Aliases: Added aliases for other accounts as well, not only for user accounts
- Web Server: More stability added
- SMTP: SMS Dot problem fixed
- SMTP: Policy Banner feature added
- Config: Domain duplicity checking fixed
- SMTP: 2 new options added: Megabyte Send Limit and Number Send Limit
- Setup: CPL problem on some machines fixed
- Server Statistics Enhanced - Added Messages In, Out, Failed count
- Web Control: Self Config - Auto Responder fixed
- Web Control: Stats Average problem fixed
- Config: Account Valid Till spin button fixed

2.10.331 [2000-09-12]
- Web Control: Web Admin performance enhanced
- Quoted-Printable Header Decoding added for all server functions
- Server Statistics Enhanced
- IMAP4: Cache problem FIXED at last!
- IMAP4: Recent flag logic changed
- API: DeleteDomain procedure fixed
- Web Control: Server Statistics page added
- SMTP: ETRN Queue - Discontinued message sending problem fixed
- SMTP: New option Disable SMTP AUTH added
- Domain IP Binding feature added
- API: PRO Version users problem fixed
- Config: Value Length checking added
- IMAP: Mail Copies In support added
- SMTP: List Server: When the List File is not specified the list server manages all mailing lists on the mail server
- Config: Disable Statistics option added
- Use DNS Lookup option is set by default
- Permanent Internet Connection option is set by default
- SMTP: VRFY vs. aliases problem fixed
- SMTP: PLAIN AUTH Scheme added
- Config: Accounts section loading too slowly problem fixed
- Backup: Schedule tool for backup added. Now you can have automatic backups of your config files each day etc.
- API: Users.dpr file is compilable now

2.10.330 [2000-08-30]
- Notify: Bug fixed
- SMTP: Anti Spam Index can contain <> to reject empty From addresses
- Web Admin: New logging added
- Config: Online Server Statistics added
- Web Control: Web Server Engine WAP server support added
- Config: Registration process result message box added
- Web Control: Account groups added
- IMAP4: Append problem fixed
- IMAP4: Expunge problem fixed
- IMAP4: Flags problem fixed
- IMAP4: Inbox creation added
- Removed the PHP files. Still possible to get them when applied
- SMTP: Max Mailbox Size problem fixed
- Firewall: Grant/Deny string changed to Grant only
- SMTP: 421 Reply problem fixed
- POP3/STMP/IMAP4: POP3 Before SMTP works also as IMAP4 Before SMTP now

2.10.320 [2000-08-20]
- SMTP: Multiple Relay Server support added
- Users.exe command line tool: Exporting changed to export to screen
- Service Statistics enhanced (Time, KB In/Out and much more). Type XSTAT command in the TELNET session to any of the 3 services.
- API: Created new API.DLL for domain and user management. See the \API directory for details
- Setup: When placed the merak.mcb (Backup file) into the setup directory, files will be automatically restored when installed
- Web Control: New Web Control Text template added. Login with http://server:32000/text/
- Remote Accounts: Support for port selection added
- Config Program: Windows NT: Services are not restarted any more when changes were made
- Static Route/Content Filter: Body Contain condition checks the whole message (including the header)
- Users.exe command line tool: decreased the size of the executable
- Service Tray Icon problem fixed
- Config: Dial-Up Seconds bug fixed

2.10.310 [2000-08-07]
- SMTP: The Content Filter feature added. A very powerful security tool. You can do anything with this tool.
- SMTP: Static Route enhanced - added new header fields, all messages option etc.
- Service Icons changed
- Static Routes: Added support for Cdecl DLLs and standard executables
- Notify and Web Admin view: Messages list MIME Header format support added
- POP3/SMTP Relaying renamed to POP3 Before SMTP
- Mail Notification program: Multiple mail server support added
- Mailing List: Sender is the originator option added
- Auto Responder: Web Admin support added. At last.
- SSL Module for Netscape fixed
- List Server: Help updated
- Domain Alias: Local sending problem fixed

2.10.290 [2000-07-16]
- SMTP AUTH: Decided to follow RFC instead of Microsoft
- Web Server Engine: Enhanced speed and other factors
- SMTP Settings: Hide IP address in the received header option added
- Anti Encapsulated Relay featured added
- Web Server: Directory redirect added
- Web Admin: Incorrect Domain Admin Index file problem fixed
- Welcome Messages IMAP support added
- Users.php file included to add users remotely
- Permanent Internet Connection option moved to Connection settings
- Static Routes: Save To option added
- Moderated Mailing List warning added (only plain text and multipart/mixed messages are supported)
- Mailing Lists: Header & Footer fully working now
- Convert % To @ option added
- Domain Admin Limits, Domain Disk Quota "*" support added
- SSL Bind IP Problem Fixed
- Web Admin: Domain Admins, Administrators and Self Users can have different pages now. See the help about it.
- SMTP: RBL changed from an anti relay option to an anti spam option
- Web Admin: IMAP4 Mailbox viewing and controlling enhanced
- Web Admin: User Password Displaying security breach fixed. The password cannot be read now.
- Web Admin: Domain Admin Creation enhanced. By specifying -1 as the Domain Admin Index a domain index file will be created automatically
- PRO Version: APOP/CRAM-MD5 problem fixed
- List Server: Password protection added
- List Server: Multiple command support added
- Message Tags (Header/Footer): HTML Messages problem fixed. Works perfect now.
- Client SMTP: Response handling enhanced
- Domain Administrators: One domain listing added
- Mailbox names containing "@domain" - increased and enhanced access speed
- Remote Account: No Received Processing option added
- Between Scheduling procedure enhanced
- Mailing Lists: Members Only problem fixed
- Web Admin: Self Configuration: Auto Respond option added
- IMAP4: Fully working now
- IMAP4: FETCH Flags report changed
- IMAP4: BODYSTRUCTURE Response command fixed (Large messages can be displayed now)
- SMTP: Remote Server disconnections interval queing enhanced
- POP3: Remote Accounts - You do not need to restart the POP3 service for taking the changes in the Remote Accounts
- POP3 Antivirus: Scan directory creation fixed
- Static Route feature enhanced: When a static route does not meet the filter criteria the message is processed as a standard message
- SMTP Virus Scan: Remote Account Scan support added
- Web Admin: Disable Mail File viewing option added
- Users.exe: You can change/add multiple aliases now
- Backup Problems fixed

2.10.280 [2000-05-27]
- Config: Safe Confirmation option added
- Aliases: New method of account aliases. All aliases to one account are only one account.
- Automatic Domain Admin Index file creation added
- Alias & Mailbox: You do not have to fill in the mailbox name now
- Domain POP: "for" resolving added
- Static Routes: Forward To Host option added
- Message Filters: Cc, Bcc, Body items added
- Domain Disk Quota option added
- RBL (Realtime Blackhole List) support added
- ETRN Client - Schedule option added
- Antivirus: SMTP Support added
- Antivirus: Quoted Printable MIME type added
- Mailing List: Send To All option added
- Server Header & Footer Text option added
- POP3/SMTP Relaying: More than 59 minutes interval problem fixed
- Domain POP: X-Envelope-To header support added
- SMTP: Respond With - added the support for Remote Accounts
- SMTP: Max Size & Size response updated
- SMTP: AUTH LOGIN Scheme added
- SMTP: Relaying From - Added a file specification possibility
- SMTP: Relaying From - Domain Names support added

2.10.270
- Web Control: Mailbox View IMAP support
- Config: Short Cuts enhanced
- Web Control: Incoming Queue page added
- Web Control: The Web Interface changes its content due to Administrator, Self Configuration or Domain Administrator
- Web Control: Minor changes
- Disk Space Monitor: Other Drives then C: problem fixed
- POP3: Domain POP - CC and BCC support added
- POP3: Remote Account possible problem fixed
- Web Server Engine: Content Length support added
- Web Control: Domain List - Added the List No Accounts link 
- SMTP: Unknown Users - Info To Admin option for both modes
- Web Control: Deny Domain Administrator mailbox viewing option added
- SMS: Splitting into more messages feature added
- Mailing List: Header and Footer MIME Boundaries support added
- Config: Full Backup and Restore support added

2.10.260
- SSL Module Released - download it from the MERAK site
- Remote Account: Logging password shadowed
- MIME Headers: Tab incompatibility fixed
- Error logging enhanced
- POP3: CRAM-MD5 Authentication scheme added
- IMAP4: CRAM-MD5 Authentication scheme added
- SMTP: CRAM-MD5 Authentication scheme added
- Max Connections Option added
- Config: The Schedule window - the items contain more information now
- Web Control: Internet Explorer MIME TYPE Bug fixed by a workaround
- Web Control: Security Breach fixed - Domain Admin can change the mailbox path only for allowed domains
- IMAP4: Mailbox name conventions updated
- Character validation added
- HELP: Examples section added
- Web Admin: Minor security breaches fixed - Domain Admin Index, Mailbox Path problem
- Mailing List: Subject command option added
- Domain Admin Index: Automatic number filling
- Domain Length Limit increased 3 times
- AntiVirus: Attachment Parsing enhanced
- Connection Reset By Peer/Timeout handled to retry the sending
- IMAP4: Outlook Express 5.0's bug - incompatibility fixed
- Web Control: Domain Statistics page added
- Config: Refresh (F5) menu item added
- Web Control: Log size displaying added
- SMTP: Auto Responder - text variables added
- Command Line Domain Add feature added - see the domains.php file in the HTML directory
- IMAP4 Full Release
- POP3: TOP Command Long Messages problem fixed

2.10.250
- Direct Domain Alias feature added
- SMTP/POP3/IMAP4 Server support for unix mail clients (which don't issue CRLF but only LF commands) added
- Web Control: Domain Search feature added
- Web Control: FireWall and Deny Web Access Denied message added
- Web Control: Side Server Applications support added (PHP, PERL, CGIs etc.)
- Web Control: Virtual Domains support added
- Web Control: Aliases added
- Web Control: MIME file types added
- Web Control: Default files, free directories options added
- Web Control: File Upload support
- Remote Address can contain multiple addresses now and they can be even local
- Return-Receipt-To more lines problem fixed
- Config Design changed (for Tucows)
- Separate Relaying option added
- In Windows 9X the systray icons can be selected to hide (for Tucows)
- Remote Config connection slow connections problem resolved
- New Licensing System - no more license changing due to Reference Key changes
- Web Control: Domain Admin - Domain Admin Account Limits feature added
- Users.exe: Domain Admin option added
- Enhanced few system options against incorrect use
- Fixed compatibility problem "><"
- Web Control: Delete actions enhanced. After a delete action the page is reloaded and no success page follows.
- POP3: Changed the static number of messages (240) to dynamic method. Now, a session can have as many as possible messages.
- New Install Procedure: Only 2 files in the archive
- SMTP: Mailing List: Moderated List - attachment problem fixed
- Aliases and Mailboxes - Converting spaces to bottom lines
- New License Protection against crackers (this should keep you busy)
- POP3: Anti Virus: Uuencode support added
- Web Control: Remote Accounts on all domains problem fixed
- Anti Virus: Added support for Unix Uuencode inline attachments
- Web Control: Possibility of alias changing added
- Anti Virus: Enhanced anti virus report + add the possibility to specify your own warning messages
- Anti Virus: Enhanced embended attachments support
- Web Control: Self Configuration view messages rights added
- Firewall etc: IP address complete subnet masks added
- IMAP4 Server added. Only a testing version. Please, try it.
- HELP: Enhanced the help a bit
- Increased protocol limits: Recipients, Line Length

2.10.240
- Anti Spam Filter File structure slightly changed
- Mailing List: Set Reply To option added
- Web Control: Account Addition - Checking for existing alias added
- Users.exe exporting: Admin passwords are shadowed (cannot be read)
- Added <...> compatibility for weak mail servers
- Config: Valid Till field spin button added
- POP3: Remote Accounts - support for many accounts simultaneously enhanced
- Help: More details and description added
- Logging: Thread ID added for better orientation
- POP3: Remote Accounts - messages can be forwarded now
- POP3: Virus Filter - logging added
- SMTP: EHLO - ETRN listing added
- Web Control: Domain Admin cannot add Administrators now
- POP3: Domain POP - Supports long "To: " list now - more addresses
- Config: Service Settings - Permanent Internet Connection option added
- POP3/SMTP Relaying feature added
- Control: RAS Dial failure problem fixed
- Copies In/Out: Multiple Mailbox Paths can be entered separated by semi-colon
- Anti Spam Index: Can contain IP addresses now
- Web Control: SSL SUPPORT ADDED!!!
- New Web Interface!!!
- POP3: Any Password option added
- POP3: Do Not Show Messages Larger option added
- Remote Account: No Name Resolving option added
- Mailing List: Swap Fields option added
- Mailing List: Add To Subject option added
- SSL: We can create/generate SSL certificates for you
- Web Control: Search feature added
- List Server: Rights Selection option added
- NT Password: NT Domain Field added
- "Reject mail if the originator's domain has no MX record" option added

2.10.220
- Config: Show Logs descending order sorting added
- Config: All file setting (mailing list file, subscription file, auto responder file etc.) view/edit button added
- POP3: CAPA command support added
- New Mailing List Features: Moderated List + Password, Deny EXPN, Max Message Size, Header & Footer, Set "From: " To
    List Server Help File, Members Only
- New Method of Adding User Aliases: Enter more aliases separated by semi-colon and then save. It will create aliases for that user.
- Web Admin: Connection reset by peer on slow connections fixed
- Anti Virus System: Another compatibility added
- Leading Spaces Removal from the end added
- Max Mail Size fixed
- Users.exe: Delete/Forward Mail Older Than option added
- ETRN Server Queue feature added!
- Retry Interval Config button added
- Config: Mailbox -> Mailbox Path automatic value added
- Domain POP: Enhanced for several accounts, not only one remote account
- Config: Remote Configuration out of index problem fixed
- SMTP: Auto Responder, Max Size & SMS message protocol changed to "From:<>"
- Config: Spin Control added
- Mailing List: Large Number of mailing lists support added
- Global Anti Spam Filter feature added (Global + Domains)
- Welcome Messages for new users feature added (if enabled)

2.10.210
- Mailing List enhanced specification of the list, now only the list alias can be given
- Mailing List enhanced minor features
- Mailing List enhanced user subscription (user can subscribe only once now)
- Mailing List List Server subject full description
- Mailing List Send To All Mailing Lists feature added
- Mail Notify Tool animation enhanced
- Web Admin HTML no cache feature added
- Leading Spaces Removal added
- Require HELO/EHLO RSET compatibility added
- Web Admin &amp; &lt; &gt; &quot; compatibility added
- Watch Dog & Dial Up Schedule Service Start possible collision enhanced
- Anti Spam Index & Domain Admin Index enhanced - Visible Edit Button added, <> fixed
- Web Admin first page login - account sensitive first page added

2.10.200
- MAIL FROM & RCPT TO compatibility with other mail servers enhanced
- Config Exception Microsoft Windows Incompatibility bug fixed
- Output Debug String Logging feature added
- Online Remote Log Monitoring added
- MERAK Help RTF file added
- Mailing List MAIL FROM:<> added
- Undeliverable Info To Admin feature added
- Binding to specific IP address feature added
- Domain Admin for all domains feature added
- Mail Notify Tool animation bug fixed
- Users Export Char feature added
- Retry Interval setting feature added

2.10.190
- DNS Query tool enhanced. Now supports MF, MD, HINFO, TXT, CNAME, SOA & NS records
- Delete Account When Expired feature added
- List Server enhancements added
- Mailing List Send To Sender feature added
- EXPN: SMTP - Char protocol fixed
- SMTP: When MX record has an empty host name a mail is delivered to the domain name
- Mailing List: Subscription file feature added
- Anti Virus: Info To Admin, delete mail bug fixed, To: added
- Web Admin: Empty mailbox path = default mailbox path
- Web Admin: User Edit & Add buttons at each section added
- Logs Descending order added
- Web Admin: Default.ini support added
- Response: From User name added
- Config: Visual Controls Disable/Enable features added
- Users: Anti Spam Index feature added. Now you can define for each user allowed senders or senders to be denied.
- Users.exe: Export users feature added.
- Web Admin: Domain Administrator Index feature added. There can be defined administrators for separate domains now.

2.10.170
- Max Hop count feature added
- DNS processing enhanced
- POP3: Mail Notification, Remote Account certain server bug fixed
- Added new features to be more stable
- AntiVirus: Info To Admin added
- MX Resolving: Preference = 0 bug fixed
- Web Admin: Log management added (deleting)
- Web Admin: Enhancements added
- Web Admin: Outgoing Queue management added (deleting, reseting, viewing)
- Web Admin: User mailbox management added (deleting, viewing)

2.10.165
- Mail Notification tool added, added animation
- POP3 Client (Remote Accounts) possible bug fixed, Client UIDL bug fixed
- Users.exe Command line changed to work for different computers (reference keys)
- Users.exe -CFG parameter added
- Users.exe config file checking
- PRO: Changed the whole user management. Now when user added, the complete list is not loaded any more
- FAQ added
- Web Control special character edit bug fixed
- More cracking protection added ;)

2.10.150
- Help - rich Tips & Tricks added
- Users - Mailbox size option added
- DNS Query tool enhanced

2.10.140
- DNS Timeout Help added
- Logging system enhanced
- Return Receipt enhanced
- Reply To bug fixed
- Static Route - Deliver To This Domain - External Forward bug fixed
- Static Route - not freeing memory bug fixed
- Max Mail Size Bytes - KBytes bug fixed
- User authentication enhanced (removing leading spaces)
- MAIL FROM: xx SIZE=nnn error enhanced
- Option to set Primary Domain added
- Long list response bug fixed
- About window added

2.10.115
- Date - Auh (Aug) string bug fixed
- DNS list feature added
- DNS Timeout feature added

2.10.110
- PRO Reference key is different
- Control Panel applet added
- SMS, Respond and MaxSize safety enhanced 
- Forward Path bug fixed
- SMTP protocol enhanced
- New anti spam protection added - Do not forward if the originator's domain is not local
- SMTP Client Command Delay option added
- Undelivery report enhanced
- Report Alias & Name added
- Default Alias enhanced
- ESMTP Client 250- bug fixed

2.10.105 & Prior
- Minor bugs + Control log 100% CPU bug fixed
- Multiple mailbox names added
- Delivery reports enhanced
- Service settings added
- Default.ini mask added
- Undeliverable after and warning settings added
- Max bad commands option added
- Large users editing added
- Find user featute added
