Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DPOP3.pm364 sub _DELE { shift->command('DELE', $_[0])->response() == CMD_OK } subroutine
H A DFTP.pm1346 sub _DELE { shift->command("DELE", @_)->response() == CMD_OK } subroutine