[Evolution-hackers] posting to folders
- From: Not Zed <notzed ximian com>
- To: evolution-hackers ximian com
- Subject: [Evolution-hackers] posting to folders
- Date: Mon, 24 May 2004 16:08:40 +0800
Hmm, currently our posting/moving to folder api revolves around opening the folder and appending to it.
This maps to NNTP fairly badly. Basically if you do a cross post it essentially gets done as individual posts to each group which isn't really how news should do it.
I wonder if we should have a store:append method which takes a folder name (list) and a message. Even IMAP's APPEND function works without a selected folder, so our api forces fairly low-performance (not that it is a particularly commonly used thing).
A fallback implementation could just open the folder and call folder:append since theres no reason for that interface to go away.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]