mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
use imap not imap4
This commit is contained in:
parent
d58b36f9d3
commit
4bd43ca9da
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue