org.apache.james.imap.scripts.ValidAuthenticated.test Maven / Gradle / Ivy
################################################################
# Licensed to the Apache Software Foundation (ASF) under one #
# or more contributor license agreements. See the NOTICE file #
# distributed with this work for additional information #
# regarding copyright ownership. The ASF licenses this file #
# to you under the Apache License, Version 2.0 (the #
# "License"); you may not use this file except in compliance #
# with the License. You may obtain a copy of the License at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# Unless required by applicable law or agreed to in writing, #
# software distributed under the License is distributed on an #
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY #
# KIND, either express or implied. See the License for the #
# specific language governing permissions and limitations #
# under the License. #
################################################################
# Commands not valid in NONAUTHENTICATED state
# Valid in authenticated or selected only
C: a001 SELECT mailbox
S: a001 NO SELECT failed. Command not valid in this state.
C: a001 EXAMINE mailbox
S: a001 NO EXAMINE failed. Command not valid in this state.
C: a001 CREATE mailbox
S: a001 NO CREATE failed. Command not valid in this state.
C: a001 DELETE mailbox
S: a001 NO DELETE failed. Command not valid in this state.
C: a001 RENAME oldname newname
S: a001 NO RENAME failed. Command not valid in this state.
C: a001 SUBSCRIBE mailbox
S: a001 NO SUBSCRIBE failed. Command not valid in this state.
C: a001 UNSUBSCRIBE mailbox
S: a001 NO UNSUBSCRIBE failed. Command not valid in this state.
C: a001 LIST "" ""
S: a001 NO LIST failed. Command not valid in this state.
C: a001 LSUB "" ""
S: a001 NO LSUB failed. Command not valid in this state.
C: a001 STATUS mailbox (UIDNEXT)
S: a001 NO STATUS failed. Command not valid in this state.
C: a001 APPEND mailbox {13+}
C: 13 characters
S: a001 NO APPEND failed. Command not valid in this state.