andyedinborough / aenetmail

C# POP/IMAP Mail Client
369 stars 153 forks source link

Internal method prevents extending of ImapClient. #175

Open somescout opened 9 years ago

somescout commented 9 years ago

Hello.

I'm trying to add custom authentication to ImapClient and OnLogin looks good method to override, but it marked "internal", so I can not use it.

And because IsAuthenticated property have private set, it's meaningless to override Login.

Can you change OnLogin method access to protected?

somescout commented 3 years ago

If it's not obvious, this project is dead and has been for quite some time. If you haven't already, you should seriously consider switching over to MailKit instead. You are wasting your time continuing to use this library.

I know. Also this issue was created in 2014, when project was not so dead.