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

AttributeError: module 'maildesk' has no attribute 'Client' #1

Open
Drag817 opened this issue Aug 12, 2020 · 1 comment
Open

AttributeError: module 'maildesk' has no attribute 'Client' #1

Drag817 opened this issue Aug 12, 2020 · 1 comment

Comments

@Drag817
Copy link

Drag817 commented Aug 12, 2020

Hi!
I have a some problem at the start of using your package:

import maildesk

imap_server = "imap.yandex.com"
imap_port = 993
smtp_server = "smtp.yandex.com"
smtp_port = 465

mail = maildesk.Client(imap_server,imap_port,smtp_server,smtp_port)


AttributeError Traceback (most recent call last)
in
6 smtp_port = 465
7
----> 8 mail = maildesk.Client(imap_server,imap_port,smtp_server,smtp_port)

AttributeError: module 'maildesk' has no attribute 'Client'

@khezen
Copy link
Owner

khezen commented Aug 13, 2020

Thank you for reporting. I'll have a look.

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