OutlDD Version History ---------------------- 2.0.22.0 - OUT-13 DnD of browser link caused error in saveContent. 2.0.21.0 - OUT-12 Support DnD of inline attachments in RTF mails. 2.0.19.0 2019-08-03 - OUT-9 Support DnD from Tobit David. - OUT-10 Allow to load native libs from current directory resp. library path. (try to load via System.loadLibrary). - OUT-11 Option -Dde.wim.outldd.loadFromTemp=true forces to load native libs from temporary directory even in case of Java Web Start. 2.0.18.0 2019-02-24 - OUT-6 Directory passed in OutlookDD.setTempDir was ignored. - OUT-7 Log file can be opened while program is running (shared read access). - OUT-8 isOutlookDataAvail() also returned true for files dragged from desktop. 2.0.17.0 2018-12-31 - OUT-3 Source code license key includes usage license too. - OUT-4 License key has to passed to OutlookDD.init(). In previous versions, it has to be stored inside outldd.zip. 2.0.16.0 2018-12-20 - OUT-1 Fix clipboard support for Outlook 2016. - OUT-2 Structure of download-ZIP is changed. Includes example for Java Webstart. 2.0.15.0 2018-10-27 - Support Java 11. 2.0.14.0 2018-09-10 - Dragging a hyperlink from browser into Java was incorrectly recognized as dragging from Outlook. 2.0.13.3 2017-03-26 - Native libs were not loaded in a java webstart application due to this error: java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: outlddx32.dll 2.0.13.2 2017-02-11 - The file name of mails dropped from Tobit David (David FX) contains only one character in MODE_MEMORY_STREAM. 2.0.13.1 2017-01-22 - Attachments from Groupwise were transferred with 0 bytes. 2.0.12.0 2016-01-25 - Provide additional JARs for using OutlDD in a Java Web Start application: an outldd-jws.jar, which includes only Java classes, and an outldd-native.jar which includes the DLLs. - Compiled native Libs with Visual Studio 2015. 2.0.11.0 2015-11-21 - Native DDLs included twice in outldd.jar. 2.0.10.0 2015-09-13 - ZIP items dragged from Windows Explorer into OutlDD application are received with corrupted file names. 2.0.9.0 2015-07-25 - Do not print valid license key to stdout. Hint "Demo license expires..." is still printed. 2.0.8.0 2015-05-21 - Previous version 2.0.7.0 could not run on Windows XP. 2.0.7.0 2015-05-14 - Mails dropped from Tobit/David could contain invalid file system characters. E.g. mail subject abc!def was received as "abc!def".eml Invalid characters are replaced by a space character now. - Native libs compiled with VS 2013 - JavaFX packaged apps supported 2.0.6.0 2013-11-21 - Java FX supported. 2.0.5.0 2013-01-20 - Canceling D&D in a SWT application did not reset the internal state. The next call to OutlookDD.isDataAvailable returned true, even if the dragged data was not an MS Outlook item. 2.0.4.2 2012-11-27 - Tried to access obsolete native libraries. When running in an applet, those libraries where tried to load from the server. This could cause the applet to hang while waiting for the server response. 2.0.4.0 2012-09-04 - Paste Outlook items from clipboard. 2.0.3.0 2012-03-22 - MODE_MEMORY_STREAMS is supported with Eclipse SWT too. - Reduced the JAR file size to 1MB. Removed the iostream dependency from OutlDD.dll 2.0.2.0 2012-03-18 - Supports Eclipse SWT. Tested with version 3.7.2. - Now, the size of the JAR file is about 1MB smaller. The C runtime libraries are statically linked to OutlDD.dll 2.0.1.0 2011-11-04 - Supports Java 7.0. When using MODE_MEMORY_STREAMS, handle Outlook information before file information in function DropTargetAdapter.drop See DragDropTest_ModeMemoryStream.java - BUGFIX: Long mail subjects could lead to temporary file names longer than 260 characters when using MODE_TEMP_FILES. Those mails were not transfered to the temporary directory. 2.0.0.0 2011-09-19 - First release version - Commercial License available based on MinGW native libraries. - BUGFIX: Java VM might crash on exit if using MODE_TEMP_FILES. - BUGFIX: temporary files might not be deleted if using MODE_TEMP_FILES. - Applet example de.wim.outldd.examples.DragDropTest_Applet - Handles UnsatisfiedLinkError "Native Library ... already loaded in another classloader..." 1.0.0.4 2011-09-01 - Does not require to install the Visual Studio Runtime Components. - Load the DLL(s) from the JAR. 1.0.0.3 2011-07-27 - Supports more than one D&D target window 1.0.0.2 2011-06-30 - Supports attachments in RTF-formatted mails (embedded attachments) 1.0.0.1 2011-03-02 - 64bit DLL added. - JAR loads automatically 32bit or 64bit DLL. 1.0.0.0 2011-01-20 - Initial Version