Skip to content

Fix MailService.Connect method - #170

Merged
jstedfast merged 1 commit into
jstedfast:masterfrom
radiy:connect-fix
Apr 6, 2015
Merged

jstedfast merged 1 commit into
jstedfast:masterfrom
radiy:connect-fix

Conversation

@radiy

@radiy radiy commented Apr 6, 2015

Copy link
Copy Markdown

Method Connect fail with ArgumentOutOfRangeException ("port")
if uri do not contains port declaration

simple test case below that works in mailkit v1.0.2 but broken in v1.0.13
using(var client = new ImapClient()) {
client.Connect(new Uri("imap://box.example.com"));
}

Method Connect fail with ArgumentOutOfRangeException ("port")
if uri do not contains port declaration
jstedfast added a commit that referenced this pull request Apr 6, 2015
Fix MailService.Connect method
@jstedfast
jstedfast merged commit 60da22b into jstedfast:master Apr 6, 2015
@jstedfast

Copy link
Copy Markdown
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants