summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/mailconfigpage.hrc
blob: 0dc6454410d3987252b3222e8f16d4009917d649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#ifndef _MAILCONFIGPAGE_HRC
#define _MAILCONFIGPAGE_HRC

#define FL_IDENTITY                 1
#define FT_DISPLAYNAME              2
#define ED_DISPLAYNAME              3
#define FT_ADDRESS                  4
#define ED_ADDRESS                  5
#define CB_REPLYTO                  6
#define FT_REPLYTO                  7
#define ED_REPLYTO                  8
#define FL_SMTP                     9
#define FT_SERVER                   10
#define ED_SERVER                   11
#define FT_PORT                     12
#define NF_PORT                     13
#define CB_SECURE                   14
#define PB_AUTHENTICATION           16
#define FL_SEPARATOR                17
#define PB_TEST                     21

#define FI_INFO                     31
#define LB_STATUS                   32
#define FI_ERROR                    33
#define ED_ERROR                    34
#define FL_SEPAPARATOR              35
#define PB_STOP                     36
#define PB_CANCEL                   37
#define PB_HELP                     38
#define ST_TASK                     39
#define ST_STATUS                   40
#define ST_ESTABLISH                41
#define ST_FINDSERVER               42
#define ST_COMPLETED                43
#define ST_FAILED                   44
#define ST_ERROR_SERVER             46
#define ILIST                       47

#define CB_AUTHENTICATION           50
#define RB_SEP_AUTHENTICATION       51
#define RB_SMPTAFTERPOP             52
#define FT_OUTGOINGSERVER           53
#define FT_USERNAME                 54
#define ED_USERNAME                 55
#define FT_OUTPASSWORD              56
#define ED_OUTPASSWORD              57
#define FT_INCOMINGSERVER           58
#define FT_INUSERNAME               59
#define ED_INUSERNAME               60
#define FT_INPASSWORD               63
#define ED_INPASSWORD               64
#define PB_OK                       65
#define FT_PROTOCOL                 66
#define RB_POP3                     67
#define RB_IMAP                     68
#endif