Check if a Mail folder exists using Zend Mail
        Posted  
        
            by Ali
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ali
        
        
        
        Published on 2010-04-07T10:35:00Z
        Indexed on 
            2010/04/09
            18:43 UTC
        
        
        Read the original article
        Hit count: 695
        
zend-framework
|php
How can I check if an email folder exists using Zend_Mail_Storage_Imap, theres a createFOlder, renameFOlder and removeFolder and also a getFOlders but not exactly any fixed method to query if a certain mail folder exists? The GetFOlders returns a humonogous tree of folders to start with.
© Stack Overflow or respective owner