use imap not imap4

This commit is contained in:
rsc 2005-11-28 03:05:32 +00:00
parent d58b36f9d3
commit 4bd43ca9da

View file

@ -431,7 +431,7 @@ imap4dial(Imap *imap)
if(imap->mustssl)
port = "imaps";
else
port = "imap4";
port = "imap";
if((imap->fd = dial(netmkaddr(imap->host, "net", port), 0, 0, 0)) < 0)
return geterrstr();