xref: /AOO41X/main/sw/source/ui/config/mailconfigpage.hrc (revision fefe21666d8f1c70eeb960d25c90d25186dd9a27)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir#ifndef _MAILCONFIGPAGE_HRC
24cdf0e10cSrcweir#define _MAILCONFIGPAGE_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#define FL_IDENTITY                 1
27cdf0e10cSrcweir#define FT_DISPLAYNAME              2
28cdf0e10cSrcweir#define ED_DISPLAYNAME              3
29cdf0e10cSrcweir#define FT_ADDRESS                  4
30cdf0e10cSrcweir#define ED_ADDRESS                  5
31cdf0e10cSrcweir#define CB_REPLYTO                  6
32cdf0e10cSrcweir#define FT_REPLYTO                  7
33cdf0e10cSrcweir#define ED_REPLYTO                  8
34cdf0e10cSrcweir#define FL_SMTP                     9
35cdf0e10cSrcweir#define FT_SERVER                   10
36cdf0e10cSrcweir#define ED_SERVER                   11
37cdf0e10cSrcweir#define FT_PORT                     12
38cdf0e10cSrcweir#define NF_PORT                     13
39cdf0e10cSrcweir#define CB_SECURE                   14
40cdf0e10cSrcweir#define PB_AUTHENTICATION           16
41cdf0e10cSrcweir#define FL_SEPARATOR                17
42cdf0e10cSrcweir#define PB_TEST                     21
43cdf0e10cSrcweir
44cdf0e10cSrcweir#define FI_INFO                     31
45cdf0e10cSrcweir#define LB_STATUS                   32
46cdf0e10cSrcweir#define FI_ERROR                    33
47cdf0e10cSrcweir#define ED_ERROR                    34
48cdf0e10cSrcweir#define FL_SEPAPARATOR              35
49cdf0e10cSrcweir#define PB_STOP                     36
50cdf0e10cSrcweir#define PB_CANCEL                   37
51cdf0e10cSrcweir#define PB_HELP                     38
52cdf0e10cSrcweir#define ST_TASK                     39
53cdf0e10cSrcweir#define ST_STATUS                   40
54cdf0e10cSrcweir#define ST_ESTABLISH                41
55cdf0e10cSrcweir#define ST_FINDSERVER               42
56cdf0e10cSrcweir#define ST_COMPLETED                43
57cdf0e10cSrcweir#define ST_FAILED                   44
58cdf0e10cSrcweir#define ST_ERROR_SERVER             46
59cdf0e10cSrcweir#define ILIST                       47
60cdf0e10cSrcweir#define ILIST_HC                    48
61cdf0e10cSrcweir
62cdf0e10cSrcweir#define CB_AUTHENTICATION           50
63cdf0e10cSrcweir#define RB_SEP_AUTHENTICATION       51
64cdf0e10cSrcweir#define RB_SMPTAFTERPOP             52
65cdf0e10cSrcweir#define FT_OUTGOINGSERVER           53
66cdf0e10cSrcweir#define FT_USERNAME                 54
67cdf0e10cSrcweir#define ED_USERNAME                 55
68cdf0e10cSrcweir#define FT_OUTPASSWORD              56
69cdf0e10cSrcweir#define ED_OUTPASSWORD              57
70cdf0e10cSrcweir#define FT_INCOMINGSERVER           58
71cdf0e10cSrcweir#define FT_INUSERNAME               59
72cdf0e10cSrcweir#define ED_INUSERNAME               60
73cdf0e10cSrcweir#define FT_INPASSWORD               63
74cdf0e10cSrcweir#define ED_INPASSWORD               64
75cdf0e10cSrcweir#define PB_OK                       65
76cdf0e10cSrcweir#define FT_PROTOCOL                 66
77cdf0e10cSrcweir#define RB_POP3                     67
78cdf0e10cSrcweir#define RB_IMAP                     68
79cdf0e10cSrcweir#endif
80