360Works Email Changelog

What's new in 360Works Email 2.13

Aug 6, 2015
  • Fixed issue with EmailConnectAmazon

New in 360Works Email 2.12 (May 18, 2015)

  • FileMaker 14 compatibility release
  • Updates to usage with PSOS and server scheduled scripts
  • Updates to install plugin and auto-update

New in 360Works Email 2.11 (Dec 17, 2014)

  • Full support for Perform Script on Server (PSOS), FileMaker Server 13 feature
  • 64-bit support for all plugin deployments
  • Support for Windows Server 2012
  • When sending messages via Amazon SES (Simple Email Service), e-mail plugin breaks mass list into single recipients. This is Amazon's recommendation for sending bulk e-mail messages.
  • Retries messages sent via Amazon SES if they exceed the maximum sending rate.
  • added EmailGetMessageCount to get message count in a mailbox

New in 360Works Email 2.031 (Dec 16, 2014)

  • Speed increase for downloading attachments from IMAP server

New in 360Works Email 2.03 (Aug 6, 2014)

  • When reading an email with an embedded message, that message is written out as a encapsulated_message.eml attachment. Use EmailReadMessageFromFile to parse this nested message.
  • Fix for date headers containing newlines.

New in 360Works Email 2.027 (Aug 6, 2014)

  • .emlx fixes for EmailReadMessagesFromFile

New in 360Works Email 2.022 (Aug 6, 2014)

  • Fix for timeouts not being used when ssl=true

New in 360Works Email 2.021 (Aug 6, 2014)

  • Support for reading .emlx files using EmailReadMessagesFromFile
  • Fixed "forceTrust=true" when connecting to SMTP servers over SSL
  • Inline attachments are now given a filename header
  • Fixed a bug when reading some base64-encoded messages

New in 360Works Email 2.02 (Aug 6, 2014)

  • Fixed error when recipient was empty when calling EmailCreate

New in 360Works Email 2.01 (Aug 6, 2014)

  • POP Servers more reliably remove messages flagged as "deleted"
  • EmailSetMessageFlag values default to "true" if omitted

New in 360Works Email 2.0 (Oct 21, 2013)

  • Send email using Amazon Simple Email Service and Email 2
  • Send Instant Messages and SMS / text messages using AIM
  • Move messages on IMAP servers, or save copies of outgoing messages with new function EmailMoveCurrentMessage
  • Support for POP3 UID reading & searching: A much more efficient way to get new messages from your POP3 and IMAP mailboxes
  • Support for manually specifying message-id for outgoing messages
  • Customizable progress bar
  • Added EmailReadMessagesFromFile, for pulling messages from an MBOX file or MimeMessage raw file
  • Automatically zips directories sent as attachments for you
  • Option to remove deleted messages immediately with IMAP mailboxes
  • Now gives you the capability to specify multiple plain text parts in a single message
  • Improved support for messages containing both inline and non-inline attachments
  • Now supports CRAM-MD5 authentication when connecting to an SMTP server
  • Default timeout of 30 seconds for all network activity
  • Better decoding of encoded filenames in non-US locales
  • Better support for messages containing both inline and non-inline attachments
  • Call EmailerConnect... methods with an extra "forceTrust=true" to trust troublesome (self-signed) SSL certificates
  • Call EmailerConnect... methods with an extra "tls=true" to explicitly enable STARTTLS mode
  • Call EmailReadMessageValue("raw") to get the raw message data
  • 64-bit plugin now included for use with Custom Web Publishing in FMS 12
  • New error reporting features in plugin
  • Compatible with Java 7 update 45
  • Bug Fixes and improvements
  • Important Changes from 1.0:
  • EmailReadMessages downloads attachments by default! Use "attachments=false" for version 1 behavior.
  • Messages flagged for deletion are not fetched by default. You can fetch these by passing "deleted=true" or "deleted=any" when calling EmailReadMessages
  • Instead of EmailConnect, use one of: EmailConnectSMTP, EmailConnectPOP, EmailConnectIMAP

New in 360Works Email 1.97 (Jun 22, 2013)

  • 64-bit plugin now included for use with Custom Web Publishing in FMS 12
  • New error reporting features in plugin
  • Compatible with Java 7 update 25

New in 360Works Email 1.965 (Jun 22, 2013)

  • Fix for handling SMTP timeout issues.

New in 360Works Email 1.964 (Mar 30, 2013)

  • Fix for handling multiple plain text parts. Returns all parts concatenated together.
  • Fix for handling multiple HTML message parts. Returns all parts concatenated together.
  • Email plugin now supports TLS authentication for inbound (IMAP / POP) and outbound (SMTP) email sessions

New in 360Works Email 1.963 (Apr 5, 2012)

  • FileMaker Pro and Server 12 compatibility release.
  • Fix for certain Content-Types not being recognized resulting in being unable to return message body.
  • Fix for not handling return characters in subject line or email header values correctly. Carriage returns are now replaced with spaces (" ").
  • Fix for hang up with EmailConnectPOP function. Timeout set to 20 seconds.

New in 360Works Email 1.962 (Nov 25, 2011)

  • Users can now set X-Mailer header manually
  • Fix for character encoding on messages containing inline attachments
  • Fix for retrieving messages via IMAP from Exchange server, which resulted in a blank message body

New in 360Works Email 1.96 (Jan 25, 2011)

  • Fixed issues with Auto-Update on Mac and Windows.
  • Plugins prior to this version will need to be removed from the Auto-Update directory, we've put together an applet to take care of this http://www.360works.com/remove-plugins/.
  • Perviously, FileMaker needed to be restarted after Auto-Update on Mac and on Windows the update had to be performed manually in some cases, this update takes care of both issues.

New in 360Works Email 1.95 (Jan 19, 2011)

  • Issue was resolved that was only allowing one plug-in at a time to load on Windows 7 and Windows Server 2008 R2
  • Logging is now consolidated to a single log file for all 360Works plug-ins. This should make it easier to report issues to 360Works, and will also significantly reduce the amount of disk space used when running multiple 360Works plug-ins on FileMaker Server.
  • Better support for messages containing both inline and non-inline attachments

New in 360Works Email 1.947 (Sep 17, 2010)

  • Fixed internaltional Windows issue

New in 360Works Email 1.946 (Jul 13, 2010)

  • Updated licensing architecture

New in 360Works Email 1.945 (Jul 13, 2010)

  • Updated mail libraries, numerous fixes and stability improvements.

New in 360Works Email 1.944 (Mar 10, 2010)

  • Fixed intermittent problem where plugins may not load in Windows XP in FileMaker 11

New in 360Works Email 1.943 (Feb 9, 2010)

  • Removed error dialog popups for added in last update.

New in 360Works Email 1.92 (Jun 19, 2009)

  • Better handling of encoded email addresses and subject lines when reading messages.
  • Better handling of attachments with non-ascii characters in the filename.