2011-06-23 19:07:04 -07:00
|
|
|
/* Copyright 2011 Yorba Foundation
|
|
|
|
|
*
|
|
|
|
|
* This software is licensed under the GNU Lesser General Public License
|
|
|
|
|
* (version 2.1 or later). See the COPYING file in this distribution.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
public interface Geary.RemoteAccount : Object, Geary.Account {
|
2011-07-01 15:40:20 -07:00
|
|
|
public abstract async string? get_folder_delimiter_async(string toplevel,
|
|
|
|
|
Cancellable? cancellable = null) throws Error;
|
2011-06-23 19:07:04 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public interface Geary.RemoteFolder : Object, Geary.Folder {
|
|
|
|
|
}
|
|
|
|
|
|