aboutsummaryrefslogblamecommitdiffstats
path: root/mail/Evolution-Mail.idl
blob: 52afa167de93fde3ad9bf4f6677e13adeb58b992 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                                          





                                                                

                            


          

      

#ifndef _GNOME_EVOLUTION_MAILCOMPONENT_IDL
#define _GNOME_EVOLUTION_MAILCOMPONENT_IDL


#include <shell/Evolution-Component.idl>

module GNOME {
module Evolution {
    interface MailComponent : Component {
        // Insert wonderous remote mail operations here.

        void test();
    };
};
};

#endif