function imap {
	description="Internet Mail Access Protocol"
	use="tcp"
	port=${port:-143}
	do_service $FUNCNAME $@
}
