Home
last modified time | relevance | path

Searched refs:bad_command (Results 1 – 25 of 127) sorted by relevance

123456

/dports/mail/p5-Net-IMAP-Server/Net-IMAP-Server-1.39/lib/Net/IMAP/Server/Command/
H A DSearch.pm13 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Select a mailbox first")
46 return $self->bad_command("Parse error") unless @tokens;
50 return $self->bad_command("Parse error") unless @tokens;
56 return $self->bad_command("Parse error") unless @tokens;
60 return $self->bad_command("Parse error") unless @tokens;
70 return $self->bad_command("Parse error") unless @tokens;
78 return $self->bad_command("Parse error") unless @tokens;
82 return $self->bad_command("Parse error") unless @tokens;
95 return $self->bad_command("Parse error") unless @tokens;
[all …]
H A DUid.pm15 return $self->bad_command("Select a mailbox first")
19 return $self->bad_command("Not enough options") if @options < 1;
34 $self->bad_command(
43 return $self->bad_command("Not enough options") if @_ < 2;
44 return $self->bad_command("Too many options") if @_ > 2;
65 return $self->bad_command("Not enough options") if @_ < 3;
66 return $self->bad_command("Too many options") if @_ > 3;
89 return $self->bad_command("Not enough options") if @_ < 2;
90 return $self->bad_command("Too many options") if @_ > 2;
113 return $self->bad_command("Not enough options") if @_ < 1;
[all …]
H A DStore.pm13 return $self->bad_command("Login first") if $self->connection->is_unauth;
14 return $self->bad_command("Select a mailbox first")
17 return $self->bad_command("Mailbox is read-only") if $self->connection->selected->read_only;
20 return $self->bad_command("Not enough options") if @options < 3;
21 return $self->bad_command("Too many options") if @options > 3;
23 return $self->bad_command("Invalid message set")
26 return $self->bad_command("Invalid FLAGS option")
38 …return $self->bad_command("Invalid flag $_") for grep {not $self->connection->selected->can_set_fl…
H A DCopy.pm13 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Select a mailbox first")
18 return $self->bad_command("Not enough options") if @options < 2;
19 return $self->bad_command("Too many options") if @options > 2;
21 return $self->bad_command("Invalid message set")
26 return $self->bad_command("Mailbox is read-only") if $mailbox->read_only;
H A DAuthenticate.pm14 return $self->bad_command("Already logged in")
18 return $self->bad_command("Not enough options") if @options < 1;
19 return $self->bad_command("Too many options") if @options > 2;
55 return $self->bad_command("Login cancelled")
60 return $self->bad_command("Invalid base64")
70 $self->bad_command("Protocol failure");
H A DFetch.pm13 return $self->bad_command("Login first") if $self->connection->is_unauth;
14 return $self->bad_command("Select a mailbox first")
18 return $self->bad_command("Not enough options") if @options < 2;
19 return $self->bad_command("Too many options") if @options > 2;
21 return $self->bad_command("Invalid message set")
H A DAppend.pm13 return $self->bad_command("Log in first") if $self->connection->is_unauth;
16 return $self->bad_command("Not enough options") if @options < 2;
17 return $self->bad_command("Too many options") if @options > 4;
21 return $self->bad_command("Mailbox is read-only") if $mailbox->read_only;
40 or return $self->bad_command("Invalid date");
H A DExpunge.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
12 return $self->bad_command("Select a mailbox first")
15 return $self->bad_command("Mailbox is read-only") if $self->connection->selected->read_only;
18 return $self->bad_command("Too many options") if @options;
H A DLogin.pm11 return $self->bad_command("Already logged in")
15 return $self->bad_command("Not enough options") if @options < 2;
16 return $self->bad_command("Too many options") if @options > 2;
33 $self->bad_command("Protocol failure");
H A DStatus.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Not enough options") if @options < 2;
15 return $self->bad_command("Too many options") if @options > 2;
18 return $self->bad_command("Wrong second option") unless ref $flags;
H A DCheck.pm11 return $self->bad_command("Login first") if $self->connection->is_unauth;
12 return $self->bad_command("Select a mailbox first")
16 return $self->bad_command("Too many options") if @options;
H A DClose.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
12 return $self->bad_command("Select a mailbox first")
16 return $self->bad_command("Too many options") if @options;
H A DId.pm12 return $self->bad_command("Not enough options") if @options < 1;
13 return $self->bad_command("Too many options") if @options > 1;
14 return $self->bad_command("Argument must be a list or NIL") unless $options[0] eq "NIL"
H A DSubscribe.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Not enough options") if @options < 1;
15 return $self->bad_command("Too many options") if @options > 1;
H A DUnsubscribe.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Not enough options") if @options < 1;
15 return $self->bad_command("Too many options") if @options > 1;
H A DDelete.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Not enough options") if @options < 1;
15 return $self->bad_command("Too many options") if @options > 1;
H A DCreate.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Not enough options") if @options < 1;
15 return $self->bad_command("Too many options") if @options > 1;
H A DSelect.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Not enough options") if @options < 1;
15 return $self->bad_command("Too many options") if @options > 1;
H A DRename.pm11 return $self->bad_command("Log in first") if $self->connection->is_unauth;
14 return $self->bad_command("Not enough options") if @options < 2;
15 return $self->bad_command("Too many options") if @options > 2;
H A DList.pm14 return $self->bad_command("Log in first") if $self->connection->is_unauth;
17 return $self->bad_command("Not enough options") if @options < 2;
18 return $self->bad_command("Too many options") if @options > 2;
H A DStarttls.pm11 return $self->bad_command("Already logged in")
15 return $self->bad_command("Too many options") if @options;
H A DNamespace.pm11 return $self->bad_command("Login first") if $self->connection->is_unauth;
14 return $self->bad_command("Too many options") if @options;
/dports/emulators/uae/uae-0.8.29/src/
H A Dhardfile.c176 goto bad_command; in hardfile_beginio()
179 goto bad_command; in hardfile_beginio()
182 goto bad_command; in hardfile_beginio()
184 goto bad_command; in hardfile_beginio()
193 goto bad_command; in hardfile_beginio()
196 goto bad_command; in hardfile_beginio()
199 goto bad_command; in hardfile_beginio()
201 goto bad_command; in hardfile_beginio()
207 bad_command: in hardfile_beginio()
/dports/mail/p5-Net-IMAP-Server/Net-IMAP-Server-1.39/lib/Net/IMAP/Server/
H A DCommand.pm79 $self->bad_command( "command '" . uc($self->command) . "' not recognized" );
371 sub bad_command { subroutine
393 return $self->bad_command("Mailbox name contains 8-bit data")
402 return $self->bad_command("Invalid UTF-7 encoding")
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dbadfiles.py153 bad_command = Subcommand('bad',
155 bad_command.parser.add_option(
160 bad_command.func = self.command
161 return [bad_command]

123456