Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

360Works email stopped fetching new emails

Featured Replies

Hi

I have been using this plugin for sometime without any issues , but for some reason it lately stopped reading the latest emails , when i fetch the 100 more emails it just fetches the ones which are in the database already not bringing me in any more , any solution of what has happened here would be appreciated.

Hello Hee,

This may be an issue with the script that you are using to read in the messages. If you are filtering emails with EmailReadMessages parameters, it may be restricting those new emails from coming in. Try reading the emails and modifying your read parameters.

However, to know for sure I would need to take a look at your email plugin logs and your script. You can send in a plugin log and a screenshot of your script to [email protected]. Here are the instructions on how to locate those logs http://docs.360works.com/index.php/Plugin_log_files.

  • Author

Hi , thanks for your swift response.

I can't seem to locate the logs , this is my EmailReadMessages script parameters , do you see anything here that could prevent the new emails from coming in?

EmailReadMessages( 
    "mailbox=" & MailboxBrowse::name ;
    "readonly=true" ;
    "max=" &  Account::batchSize ;
    "skip=" & Count(MessageBrowse::id) ;
    "attachments=false" ;
    "progress=true"
)

 

I would appreciate a response

Hi See attached log , could you figure this one out?

 

Edited by Hee

Hee,

It looks like your max batch size may be limiting the number of emails being read. The number of records skipped could also limit some of the emails from being read.

Since those values are coming from a field reference, you should run the script through the script debugger and see what values are being passed in the for the max and skip parameters.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.