Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1127/3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Use official port name: imap not imap4.
 [rsc] --rw-rw-r-- M 330753 glenda sys 16258 Nov 27 22:19 sys/src/cmd/upas/fs/imap4.c
	/n/sourcesdump/2005/1127/plan9/sys/src/cmd/upas/fs/imap4.c:431,437 - 
	/n/sourcesdump/2005/1128/plan9/sys/src/cmd/upas/fs/imap4.c:431,437
	  	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();


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.