aboutsummaryrefslogblamecommitdiffstats
path: root/mail/Evolution-Mail.idl
blob: 2ea6860c2b11f312b9c9cb7bb570e7bf1c4a77f9 (plain) (tree)
1
2
3
4
5
6
7




                                          
                                    
                                        




                                                                

                            


          

      

#ifndef _GNOME_EVOLUTION_MAILCOMPONENT_IDL
#define _GNOME_EVOLUTION_MAILCOMPONENT_IDL


#include <shell/Evolution-Shell.idl>
#include <shell/Evolution-Component.idl>

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

        void test();
    };
};
};

#endif