Wsgetmail with 6.0.0

Hello,

I’m having an issue getting wsgetmail to work with the new version of RT. I upgraded from 5.0.7 to 6.0.0 and now when wsgetmail retrieves mail it doesn’t get sent to the queue.

Is there changes I’m not aware of?

config:
{
“client_id”: “xxx”,
“tenant_id”: “xxx”,
“secret”: “xxx”,
“global_access”: 1,
“username”: “helptest@xxx.xxx”,
“folder”: “Inbox”,
“stripcr”: 0,
“command”: “/opt/rt6/bin/rt-mailgate”,
“command_args”: “–url=https://test-rt.xxx.xxx/ --queue=‘Test’ --action=correspond”,
“command_timeout”: 30,
“action_on_fetched”: “mark_as_read”
}

What do you see in the logs when it pulls?

It was an issue on my end. I had been testing the new version on a test system and just unread the first email on the test emails inbox but that email was a auto generated one from RT so it was never going to show in the queue.

Looks like nothing was broken just a me thing.