JEC 1.6x_xx Release Notes
=========================

1. New license mechanism.
2. Full meeting request support.
3. Full accept meeting request support.
4. corrected encoding bug in accept meeting request method.
5. accept email subject corrected.
6. EmailHandler search query corrected, returned more emails then it needed.
7. Added connector method: setGetFullEmailStr, set to true if you want a full emailStr in the
   ExchangeEmailDTO. the default is false.
8. javadoc api updated.
9. Added support for description for meeting request email.
10. Added connector method setSendMeetingAcceptEmail to control sending acceptance email.
11. Using UniqueIdForUrl for the URL to accept a meeting, this replaced the subject.
12. javadoc api updated.
13. Corrected bug when creating ical with attendees, optional and required attendees were not
    created correctly.
14. If uniqueIdForUrl is null using System.currentTimeMillis() to set it.
15. "DESCRIPTION" field was added to meeting request iCal part.
16. Fixed Attendees bug in accepted event.
17. eclipse project fix.
18. Change functionality: When adding Javamail recipient and the email address is illegal, JEC will write a
    warning to the log instead of failing the all operation.

19. Removed log level check before smtp print (caused NPE).
20. When patching events for accept, added protection code for parsing the dtsStart field.
21. encoding "<" and ">" in PropPatch Method. Before, When not encoded, it caused Bad Request when using this
    chars in one of the ExchangeEventDTO properties.
22. changed functionality: if event pathing fails write warning to the log, and not failing
    the transaction.
23. Supporting Drafts folder in non english Exchange.
24. changed functionality: If dtsStart is null increasing the event search window.
25. License bug fixed, added LicenseCreator class.

26. Changed functionality: In case of Trail License file is not found, throwing TrialLicenseException.
27. Added support for meeting owner (Organizer) in ExchangeEventDTO.
28. regression bug with jdk1.4 compatibility fixed.
29. Fixed timeZone with X-MICROSOFT-CDO-TZID when sending meeting request and accepting.

30. FBA plugin beta1 added.
32. fixed Null safety for getStartDateNoTzShift() getendDateNoTzShift()

33. email send now supports also html body.
34. filter added for getting un-read emails only.
35. FullTimezonStr4MeetingReq is not mandatory when sending meeting request.

36. folders explorer support. 2 new connector methods added: getRootFolders() and
    getFolders(String folderUrl)

