Skip to content
  • Matthew Barnes's avatar
    Add some handy folder URI utility functions. · f4695f09
    Matthew Barnes authored and Rodrigo Moya's avatar Rodrigo Moya committed
    e_mail_folder_uri_parse()
    
        Parses a folder URI and returns a corresponding CamelStore instance
        and folder name string, or else sets a GError.
    
    e_mail_folder_uri_equal()
    
        Compares two folder URIs for equality.
        Replaces camel_store_folder_uri_equal().
    
    e_mail_folder_uri_from_folder()
    
        This will eventually replace camel_folder_get_uri(), but for now it
        just calls camel_folder_get_uri() and duplicates the URI string.
    f4695f09