function imaps {
	description="Secure Internet Mail Access Protocol (using SSL)"
	use="tcp"
	port=${port:-993}
	do_service $FUNCNAME $@
}
