1fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5fefe2166SAndrew Rist * distributed with this work for additional information
6fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10fefe2166SAndrew Rist *
11fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12fefe2166SAndrew Rist *
13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14fefe2166SAndrew Rist * software distributed under the License is distributed on an
15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17fefe2166SAndrew Rist * specific language governing permissions and limitations
18fefe2166SAndrew Rist * under the License.
19fefe2166SAndrew Rist *
20fefe2166SAndrew Rist *************************************************************/
21fefe2166SAndrew Rist
22fefe2166SAndrew 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
64*d8aa0220Smseidel#define RB_SMTPAFTERPOP             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