Files
espocrm/application/Espo/Resources/i18n/en_US/EmailAccount.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
2026-02-07 16:05:21 +01:00

76 lines
2.6 KiB
JSON

{
"fields": {
"name": "Name",
"status": "Status",
"host": "Host",
"username": "Username",
"password": "Password",
"port": "Port",
"monitoredFolders": "Monitored Folders",
"security": "Security",
"fetchSince": "Fetch Since",
"emailAddress": "Email Address",
"sentFolder": "Sent Folder",
"storeSentEmails": "Store Sent Emails",
"keepFetchedEmailsUnread": "Keep Fetched Emails Unread",
"emailFolder": "Put in Folder",
"connectedAt": "Connected At",
"useImap": "Fetch Emails",
"useSmtp": "Use SMTP",
"smtpHost": "SMTP Host",
"smtpPort": "SMTP Port",
"smtpAuth": "SMTP Auth",
"smtpSecurity": "SMTP Security",
"smtpAuthMechanism": "SMTP Auth Mechanism",
"smtpUsername": "SMTP Username",
"smtpPassword": "SMTP Password",
"folderMap": "Folder Mapping"
},
"links": {
"filters": "Filters",
"emails": "Emails"
},
"options": {
"status": {
"Active": "Active",
"Inactive": "Inactive"
},
"smtpAuthMechanism": {
"plain": "PLAIN",
"login": "LOGIN",
"crammd5": "CRAM-MD5"
},
"smtpSecurity": {
"SSL": "SSL/TLS",
"TLS": "STARTTLS"
},
"security": {
"SSL": "SSL/TLS",
"TLS": "STARTTLS"
}
},
"labels": {
"Create EmailAccount": "Create Email Account",
"IMAP": "IMAP",
"Main": "Main",
"Test Connection": "Test Connection",
"Send Test Email": "Send Test Email",
"SMTP": "SMTP"
},
"presetFilters": {
"active": "Active"
},
"messages": {
"noFolder": "Mapped folder does not exist.",
"couldNotConnectToImap": "Could not connect to IMAP server",
"connectionIsOk": "Connection is Ok",
"imapNotConnected": "Could not connect to [IMAP account](#EmailAccount/view/{id})."
},
"tooltips": {
"useSmtp": "The ability to send emails.",
"emailAddress": "The user record (assigned user) should have the same email address to be able to use this email account for sending.",
"monitoredFolders": "Select IMAP folders to import. Optionally, map them to Espo folders.\n\nYou can add the 'Sent' folder to sync emails sent from an external email client.",
"storeSentEmails": "Sent emails will be stored on the IMAP server. Email Address field should match the address emails will be sent from."
}
}