Home
last modified time | relevance | path

Searched refs:_DELE (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DPOP3.pm241 return 0 unless $me->_DELE(@_);
312 sub _DELE { shift->command('DELE',$_[0])->response() == CMD_OK } subroutine
DFTP.pm690 $_[0]->_DELE($_[1]);
1199 sub _DELE { shift->command("DELE",@_)->response() == CMD_OK } subroutine