aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Mail.idl
blob: 14e17b399325e95892553f500b72d08a772c8be0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * mail.idl: Mail interfaces for Evolution
 *
 * Author:
 *   Miguel de Icaza (miguel@helixcode.com)
 * 
 * (C) 2000 Helix Code, Inc.
 */

#include <Bonobo.idl>

module GNOME {
module Evolution {
    
    interface MessageList : Bonobo::Unknown {
        
        void selectMessage (in long message_number);
        void openMessage   (in long message_number);
    };
    
    /*
     * FolderBrowser object.
     *
     * configuration of this widget is done trough 
     * Bonobo Properties
     */
    interface FolderBrowser : Bonobo::Unknown {
        MessageList getMessageList ();
    };
};
};

>sem2006-11-161-1/+1 * - Update to 0.9.5.1539sem2006-11-163-31/+18 * Wildfire is an enterprise instant messaging (EIM) server dual-licensed underalexbl2006-11-1611-0/+2951 * Track libnotify updatejylefort2006-11-141-2/+2 * - Update to 7.2.9.9miwi2006-11-132-4/+4 * - Update to 0.8.4miwi2006-11-133-7/+6 * Update to 2.0.0.b5. A lot of bugs have been fixed in this latest beta.marcus2006-11-1110-16/+16 * - Update to 0.5.2rafan2006-11-096-30/+8 * - disable NLS when option WITHOUT_NLS is setdinoex2006-11-081-0/+1 * - Update to new version.alepulver2006-11-084-4/+132 * Catch up with recent changes in the oscar protocolarved2006-11-084-0/+22 * - Update to 0.9.9rafan2006-11-056-318/+312 * - add missning includesdinoex2006-11-051-0/+10 * INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-051-1/+1 * Drop maintainershipmarkus2006-11-051-1/+1 * Mark IGNORE on 4.X. It does not build, and it will not be supported.marcus2006-11-052-0/+8 * Fix connection to ICQ.ale2006-11-042-1/+11 * - Update to 0.9.9.a.20061027rafan2006-11-043-24/+31 * - update to 1.3.4dinoex2006-10-31