All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.james.imap.scripts.Search.test Maven / Gradle / Ivy

There is a newer version: 0.2-M1
Show newest version
################################################################
# 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.                                           #
################################################################
C: f CREATE anothermailbox
S: f OK CREATE completed\.
C: g APPEND anothermailbox {704+}
C: Received: by 10.114.81.13 with HTTP; Sat, 2 Feb 2008 05:14:19 -0800 (PST)
C: Message-ID: 
C: Date: Sat, 2 Feb 2008 13:14:19 +0000
C: From: "Robert Burrell Donkin" 
C: To: "James Developers List" 
C: Subject: JCR -> trunk ...?
C: MIME-Version: 1.0
C: Content-Type: text/plain; charset=ISO-8859-1
C: Content-Transfer-Encoding: 7bit
C: Content-Disposition: inline
C: Delivered-To: [email protected]
C: 
C: i'd like to copy james-jcr into trunk and add some example
C: configurations. development can continue in the sandbox (or not) and
C: merged in later (if necessary).
C: 
C: any objections?
C: 
C: - robert
S: g OK APPEND completed\.
C: a SEARCH FLAGGED
S: \* SEARCH
S: a OK SEARCH completed.
C: b STORE 1:* +FLAGS.SILENT (\FLAGGED)
S: b OK STORE completed.
C: c SEARCH FLAGGED
S: \* SEARCH 1 2 3 4
S: c OK SEARCH completed.
C: d STORE 3:* -FLAGS.SILENT (\FLAGGED)
S: d OK STORE completed.
C: e SEARCH FLAGGED
S: \* SEARCH 1 2
S: e OK SEARCH completed.
C: e SEARCH UNFLAGGED
S: \* SEARCH 3 4
S: e OK SEARCH completed.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy