Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FetchmailHandler: "You must override domain_from_id()!" #306

Closed
Gurkengewuerz opened this issue Oct 11, 2019 · 1 comment
Closed

FetchmailHandler: "You must override domain_from_id()!" #306

Gurkengewuerz opened this issue Oct 11, 2019 · 1 comment
Labels

Comments

@Gurkengewuerz
Copy link

Hey,

i installed the master branch recently, because i wanted to test out the bootstrap theme, and setted up fetchmail. After installing the pearl script from ADDITIONS i tried to added a new server for fetchmail but I got the following error You must override domain_from_id()!

My temporary fix was to implement the following in FetchmailHandler.php ¯_(ツ)_/¯

protected function domain_from_id() {
    return "";
}

Best geetings from Germany

@DavidGoodwin
Copy link
Member

Works for me! thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants