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

is imap still supported on nextcloud 13? #8527

Closed
albjeremias opened this issue Feb 24, 2018 · 2 comments
Closed

is imap still supported on nextcloud 13? #8527

albjeremias opened this issue Feb 24, 2018 · 2 comments

Comments

@albjeremias
Copy link

Hi,

it's a freshed installed nextcloud... I want the users to connect to the nextcloud using IMAP, is it still working on nextcloud 13?

I saw there were some commits:
57fb371

This is my config.php:

'user_backends' => array(
          array(
                  'class' => 'OC_User_IMAP',
                  'arguments' => array('{imap.example.org:143/imap/ssl}INBOX')
          )
  ),
);

And this is the error I get:
"User backend OC_User_IMAP not found."

image

@albjeremias
Copy link
Author

I searched for the string:

$ grep -rHn "OC_User_IMAP" .
./server/config/config.sample.php:260: * IMAP (OC_User_IMAP), SMB (OC_User_SMB), and FTP (OC_User_FTP).
./server/config/config.sample.php:264:		'class' => 'OC_User_IMAP',

@blizzz
Copy link
Member

blizzz commented Feb 26, 2018

Not part of the server. You need to get it from here it seems: https://github.com/nextcloud/apps/tree/master/user_external But according to its appinfo NC 13 is supported.

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

No branches or pull requests

2 participants