Jump to content

7345565

Newbies
  • Posts

    2
  • Joined

  • Last visited

7345565's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Ryan, Thank you so much for your help! I find the 360Works Email plugin much easier to understand than the Dacons plugin, but this is still complicated stuff to me. I appreciate your quick reply and also the helpful tips. I will give this a go! Thank you, Stephen
  2. Hello there, we are attempting to use 360Works Email plugin to move an IMAP message to a different folder, specifically one that has been downloaded previously. The EmailMoveCurrentMessage command seems to be set up to work on the message currently being sent or on the last message rec'd. I am struggling to figure out how to move a message to another folder if that message was downloaded a few days ago, for instance. Here's my current script. Any ideas? Thank you in advance! I am beginning to wrap my head around other parts of this plugin, but this in particular has kept me thinking for days and I'm not sure I feel any closer now than I did when I started! #this establishes the connection to the IMAP server using 360Works script provided in example file Perform Script [ “Connect Inbound” ] #this script is run from the perspective of a single message Set Variable [ $messageIDtoMove ; Value:EmailReadMessageValue (Message::messageId) ] #readonly=false is there to ensure a message is moved, not copied Set Variable [ $getMessage; Value:EmailReadMessages("readonly=false";"messageID=" & $messageIDtoMove) ] #I'm thinking the error may be in this step, it doesn't make sense to me given the documentation... Set Variable [ $result; Value:EmailGetNextMessage ] #moves message to "Processed" folder, which is already on the IMAP server Set Variable [ $moveResult ; Value:EmailMoveCurrentMessage ("Processed") ] Thank you, Stephen PS - I am using Filemaker Pro Advanced 12 on Windows with Email plugin v. 2.17
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.