You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/11/06 18:38:04 UTC

DO NOT REPLY [Bug 24475] - mail block: Error in Folder mock class

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24475>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24475

mail block: Error in Folder mock class

tcollen@neuagency.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From tcollen@neuagency.com  2003-11-06 17:38 -------
The fields are declared this way in current CVS.. perhaps you can either wait
for 2.1.3 to be released (soon), or use what's in CVS.

>From the mock:

    public static final int READ_ONLY = 1;
    public static final int READ_WRITE = 2;
    public static final int HOLDS_FOLDERS = 2;
    public static final int HOLDS_MESSAGES = 1;