aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Evolution-Mail.idl
blob: 844a1eaaf5093d0939e5dd6e72f0b1b050f7fc3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef _GNOME_EVOLUTION_MAILCOMPONENT_IDL
#define _GNOME_EVOLUTION_MAILCOMPONENT_IDL


#include <shell/Evolution-Shell.idl>

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

        void test();
    };
};
};

#endif