Add patch for get by email
@arnauvp @avinashg I have fixed the getByEmail function to follow behaviour like:
- if mail domain and alt mail domain are defined:
- if mail domain suffix matches, uid is same as email
- else if alt mail domain suffix matches, uid is email without domain suffix
- else continue with nextcloud default behavior