Entourage Manipulator Changelog


Back to Entourage Manipulator


  • - Entourage Manipulator 2.0.0.16 - 15th July 2010
    • Fixed error that occurred when importing a file attachment containing a slash (“/”). When importing emails with attachments containing a “/”, the unsupported “/” is now converted to an underline in order to properly import the attachment.
  • + Entourage Manipulator 2.0.0.15 - 21st June 2010
    • Fixed error that occurred when importing any file attachment containing a colon (“:”). An AppleEvent error occurred because OS X does not allow colons in file names. This is a carryover from the OS 9 days where colons were used as separators in file names. In Entourage if you try to save the attachment named “FW: some attachment name” to your machine, your machine would create a file named “FW- some attachment name”. That is, the unacceptable colon was changed to a dash to create a valid OS X file name. The plug-in code has now been changed to do the same thing and now these attachments can be saved without an error using the plug-in.
  • + Entourage Manipulator 2.0.0.14 - 5th April 2010
    • Mechanism used to communicate the save attachment information only supports low ASCII characters. Unacceptable characters have been removed from attachment name when pulling attachments into FileMaker. Accents are eliminated leaving the unaccented character. High ASCII symbols are substituted with low ASCII characters in their place and unacceptable symbols are replaced with an underline (_). This allows you to import all email attachments into FileMaker regardless of the characters in the attachment name. The plug-in now interprets (and changes if necessary) the high ASCII and accented symbols in the attachment name when importing emails into FileMaker.
  • + Entourage Manipulator 2.0.0.13 - 5th April 2010
    • All addresses in To, CC, From and Bcc fields are now returned with a comma between each address.
    • Changed plug-in to allow support for empty due date field. If empty, then nothing happens and a success result is returned. This allows an event to be created without a due date.
  • + Entourage Manipulator 2.0.0.12 - 4th November 2009
    • Fixed PCEM_GetOperatingMode to return EXPIRED.
    • Added new logo to splash screen.
  • + Entourage Manipulator 2.0.0.11 - 8th October 2009
    • FULL Snow Leopard 10.6 compatibility.
    • Added Expired Mode to the PCEM_GetOperatingMode function.
  • + Entourage Manipulator 2.0.0.10 - 8th October 2009
    • Allowed for unlimited characters in body fields when setting the Calendar, Tasks, Contacts and Notes body field. Previously there was a limitation with the allowed number of characters in the body field.
  • + Entourage Manipulator 2.0.0.9 - 8th July 2009
    • PCEM_OpenFolder will now accept “/Email” or “/Mail” as meaning the mail module. Previously, open folder returned a folder not found error when these values were passed. Now these are recognized as indicating the mail module and no error is returned. They are equivalent to passing the name of a mail box such as “/Inbox”. If another value is passed it must be the name of a mail folder in Entourage or a folder not found error will be returned.
    • PCEM_SaveRecord for an email message now returns the Entourage ID of the new mail message.
    • “HTML Body” is now an available Mail field to be used with SetFieldData or GetFieldData. The “HTML Body” field sets the body of the email and sets the HTML flag in entourage making it possible to send HTML and rich text emails using the “Long” method of sending email.
    • Corrected issue where the HTML flag was not being reset following sending an email. For example if you sent an HTML email and then sent a plain text email, the returns would be stripped. This has been corrected.
    • Will now not attach signature from Entourage Application as all signatures should be composed in FileMaker.
  • + Entourage Manipulator 2.0.0.8 - 29th June 2009
    • Properly handles carriage returns in body of plain text, rich text or HTML email.
    • Added support for E-mail Label, E-Mail 2 Label and E-mail 3 Label fields.
    • Updated documentation and demo file.
  • + Entourage Manipulator 2.0.0.7 - 27th May 2009
    • Fixed issue where To, From and CC fields were capturing <> and other words other than only the email address when performing a mail import.
    • When returning the full email headers there was a limit of 1990 characters. This could in.
    • Some cases lead to a crash when a header spanned the 1990 character boundary. Now.
    • The only limit on the returned size of the full email headers is available memory. There is no header size character limitation.
    • Override the attachment if the attachment name already exists in “Attachment folder” when performing a mail import. When a duplicate attachment was saved, Entourage would crash. Testing for a duplicate file and removing duplicate file before the save corrected this.
    • Fixed PCEM_GetRecordCount, PCEM_OpenFolder and PCEM_GetFieldData issue. Unless PCEM_GetRecordCount was called following a call to PCEM_OpenFolder subsequent calls to PCEM_GetFieldData would fail. Now PCEM_OpenFolder calls PCEM_GetRecordCount. An extra call to this function does not cause a problem and now only one call is required.
    • If the Entourage ID of a record exceeded 32,767 a zero was returned. Now values up to 2,147,483,647 can be returned.
    • Fixed random crash issues occurring with specific characters in attachment names. Attachments that contained so called smart or curly quotes (?, ?, ?, and ?) caused the plug-in to crash when PCEM_SaveAttachment was called. Now either an invalid file name is returned or a prompt for a new attachment name.
    • If more than 32,767 items were in a module it was not possible to use the plug-in with larger ID numbers. This limit is now 2,147,483,647.
    • Fixed issue when plug-in would crash under specific conditions when importing large mailboxes.
    • Updated documentation and demo file.
  • + Entourage Manipulator 2.0.0.6 - 6th May 2009
    • Fixed a problem with random crashes on Tiger (10.4) and Leopard (10.5) machines.
  • + Entourage Manipulator 2.0.0.5 - 24th November 2008
    • International compatibility for international characters for all fields.
    • Bug fix resolved for when GetAttachmentcount returned 0 on Tiger 10.4 even if attachments were attached.
  • + Entourage Manipulator 2.0.0.4 - 12th September 2008
    • demo extended to 30 days.
  • + Entourage Manipulator 2.0.0.3
    • Bug Fixes.
  • + Entourage Manipulator 2.0.0.2 - 14th August 2008
    • Bug fix to go unlimited levels deeper in nested folders.
    • Bug fix for moving mail items to any folder.
    • Adjust contact additional fields pull side.
  • + Entourage Manipulator 2.0.0.1 - 4th August 2008
    • Bug Fix to access subfolders/nested folders .
    • The registration expiration is now 30 days instead of 12.
    • The Categories list is refreshed within the plug-in on each request for categories.
  • + Entourage Manipulator 2.0.0.0 - 11th July 2008
    • Initial Release.