Searched refs:_DELE (Results 1 – 2 of 2) sorted by relevance
241 return 0 unless $me->_DELE(@_);312 sub _DELE { shift->command('DELE',$_[0])->response() == CMD_OK } subroutine
690 $_[0]->_DELE($_[1]);1199 sub _DELE { shift->command("DELE",@_)->response() == CMD_OK } subroutine