MsgFiler
  • Welcome
  • Why MsgFiler?
  • The History of MsgFiler
  • System Requirements
  • Buy MsgFiler
    • Freemium Mode
    • Thoughts on Subscriptions
  • Onboarding
    • Accessibility
    • MsgFiler Shortcut
    • Filing Script
    • Gmail
    • Automation
    • Subscribe or Purchase
    • Completion
  • Using MsgFiler
    • MsgFiler Shortcut
    • Filing Messages
    • Keyboard Shortcuts
    • Favorite Mailboxes
    • Recent Mailboxes
    • Mail Navigation
    • Action Menu
    • Creating New Mailboxes
    • MsgFiler Filing Script
      • Why a Separate Script?
    • Focused Filing
  • Settings
    • General
    • Search
    • Filing
      • Account-Specific Settings
    • Focus
    • Advanced
    • Shortcuts
    • License
    • Support
    • About
  • AppleScript
    • Properties
    • Commands
  • Shortcuts
    • File Messages
    • Find Account
    • Find Mailbox
    • Get MsgFiler Setting
    • Get Selected Email
    • New Mailbox
    • Set Focused Filing
    • Set MsgFiler Setting
    • Set Search Query
    • Show Mailbox
  • Support
    • Support for MsgFiler 4
      • Troubleshooting
      • Mac App Store vs. Direct Download
      • Version History
    • Support for MsgFiler 3
    • Support for MsgFiler Engine
      • Download MsgFiler Engine
      • Installing the Engine
      • Accessibility and Automation
      • Removing the Engine
      • Troubleshooting
      • Version History
    • Support for MsgFiler Classic
      • Download MsgFiler Classic
      • Installing the Classic Plug-In
      • Removing the Classic Plug-In
      • Migrating to MsgFiler 4
      • Purchasing MsgFiler Classic
      • Troubleshooting
      • Version History
    • Product Comparison
  • Submit a Question
  • Testimonials
  • Blog
  • Social Media
  • Privacy Policy and EULA
Powered by GitBook
On this page
  1. AppleScript

Commands

PreviousPropertiesNextShortcuts

Last updated 2 months ago

You can send the following commands to MsgFiler 4 using AppleScript.

  • reload mailboxes: Reloads mailboxes. Returns true if the mailboxes were loaded properly or false if they are not.

  • play filing sound: Plays the filing sound. Returns true if the sound was played.

  • select message down: Selects the message down in the message viewer. []

  • select message up: Selects the message up in the message viewer. []

  • collapse conversation: Collapses the conversation in the message viewer. []

  • expand conversation: Expands the conversation in the message viewer. []

  • update mailboxes (mailbox list): Sends a complete list of mailboxes to display in MsgFiler 4. Used internally to generate said list. Parameter needs to be in list format.

  • gmail account filing mode: Gets the account-specific Gmail filing method setting. Direct parameter is the name of the account.

Additional Notes

  1. Requires that the MsgFiler Filing Script is installed and activated.

1
1
1
1