Commit Graph

88 Commits

Author SHA1 Message Date
Klaus Leithoff
f1c51df068 backport of r49425+r49431: do not return an smtp account with a password encrypted with user-credentials for async service, as it can not work 2014-11-18 11:03:09 +00:00
Ralf Becker
15572d6f10 * eMailAdmin: allow as admin to add or edit identities&signatures for other users 2014-11-12 17:40:38 +00:00
Ralf Becker
afe5d7f77f disable UI for forwarding, if it is not supported by smtp server plugin 2014-11-12 11:18:01 +00:00
Ralf Becker
50d1d778e8 remove permanent log triggered during install and fix IDE warnings 2014-11-12 08:38:26 +00:00
Klaus Leithoff
9eecbed4d5 silence warning when a location=>verify_settings is passed to resetFolderObjectCache 2014-11-11 14:46:29 +00:00
Klaus Leithoff
f73d84dd90 some little additional stuff regarding the signature-selector-placeholder issue in compose 2014-11-11 14:17:38 +00:00
Ralf Becker
242d4740df fix signature-selector shows placeholders instead their content 2014-11-11 13:40:24 +00:00
Ralf Becker
0217d8ad0d create new emailadmin_imap object, when changing to or from admin connection 2014-11-11 12:50:16 +00:00
Ralf Becker
f5ee6afc6b fix SQL error on install for PostgreSQL or MySQL running strict-mode 2014-11-10 15:37:52 +00:00
Ralf Becker
01e85bcee9 backport of Univention support to 14.1:
r49257: support for Univention LDAP schemas
r49263: mail plugin for UCS
r49274: UCS mail plugin: fix typo in name of alias attribute, quota in MB and reading of enabled attribute
r49275: setting sambaPrimaryGroupSID and univentionObject with univentionObjectType
r49276: automatic install in UCS enviroment
r49298: setting univentionMailHomeServer attribute to trigger directory listener to create INBOX and create configured folders in mail app
r49299: using univention-directory-manager cli to create not accounts to get Kerberos stuff addded
2014-11-05 20:43:10 +00:00
Hadi Nategh
185895c754 Try to resize popup after toggling manual button in email wizard 2014-11-04 13:46:20 +00:00
Ralf Becker
c164f99aca fix popup was never wide enought problem by removing width:100% from #popupMainDiv 2014-10-30 11:11:40 +00:00
Ralf Becker
ffbd475f35 fix "Account not found! acc_id=new" exception when creating an SMTP only account via right-click on user in Admin app 2014-10-28 10:18:46 +00:00
Ralf Becker
b782c066e3 fix IDE warnings 2014-10-28 10:18:29 +00:00
Ralf Becker
0190a1a908 fixed broken import after r49077 2014-10-21 18:49:38 +00:00
Ralf Becker
67f66ae668 missing commit causing empty domain on import 2014-10-21 17:57:23 +00:00
Ralf Becker
9a2cfa0782 * Mail: import and display of mails failed, if personal part of addresses contains valid encoded utf-8 characters
- using now Horde_Mime_Headers::parseHeaders() for headers instead of Mail_mimeDecode, which should be completly replaced with Horde_Mime_Part::parseMessage()
- replaced imap_rfc822_parse_adrlist with Horde_Mail_Rfc822::parseAddressList() using static wrapper emailadmin_imapbase::parseAddressList()
r49066: sending mail was failing after r49065
2014-10-20 18:10:31 +00:00
Klaus Leithoff
a00999023a consider more parts of an email as attachment, even so it may not fully match the needed params. this way, at least we show it in the attachment list 2014-10-17 13:11:47 +00:00
Klaus Leithoff
43c015694c supply mailbox param for get_mailcontent 2014-10-16 15:19:26 +00:00
Klaus Leithoff
106886756a * Mail: fix copy/move of mails between accounts 2014-10-14 08:55:23 +00:00
Ralf Becker
eb4537ab0e fix typo 2014-10-06 09:56:45 +00:00
Klaus Leithoff
943771a3e4 * Mail: handle (and correct (if needed)) charset for subject on import of messages 2014-10-02 10:04:45 +00:00
Klaus Leithoff
ae1e4707de avoid fatal error on getContents when no part is found 2014-10-02 08:25:34 +00:00
Ralf Becker
0b9c86328c detect TNEF by either its mime-type or caseinsensitive filename of winmail.dat 2014-10-01 16:35:20 +00:00
Ralf Becker
0a34fceee2 logging while TNEF decoding fails 2014-10-01 11:11:42 +00:00
Klaus Leithoff
28a086d252 * Mail: decoding of TNEF/winmail.dat as attachments, requires installation of PEAR packages Horde_Compress, Horde_Icalendar and Horde_Mapi 2014-09-30 14:25:37 +00:00
Klaus Leithoff
50ea60a01c * Mail: Resolve ms-tnef attachments if possible, and required backend functionality is assumed to be available 2014-09-30 14:06:11 +00:00
Ralf Becker
3b2619719c remove calls to removed htmlspecialchars method 2014-09-30 12:28:42 +00:00
Ralf Becker
78930b743c fix parsing date/times containing timezone, they are not in server-time, but in timezone specified in their value 2014-09-30 11:56:11 +00:00
Hadi Nategh
b831d2c593 * Admin: New setting for admin users with available administrator password to be able to modify mail ACL rights and vacation notices (no longer in admin context menu but under edit account->forward... tab) of each accounts via both mail and admin app.
-Backported commits: r48728, r48729, r48734, r48743, r48671, r48765, r48766, r48775, r48776, r48777.
2014-09-29 09:26:29 +00:00
Ralf Becker
0c696efc01 * PostgreSQL/Mail: changing password gave SQL error 2014-09-27 15:50:24 +00:00
Klaus Leithoff
48f1278cd5 * Mail: fetch all subscribed folders for a given account in a single pass
fallback to previous scheme of retrieval per namespace only on failure/no result
2014-09-26 08:39:48 +00:00
Klaus Leithoff
06506c5a94 backport: introduce horde tnef decoder functionality 2014-09-26 08:34:49 +00:00
Klaus Leithoff
38c2d730f4 backport: its quicker to try to connect, assuming that we want to do it anyway, instead of reading userdata 2014-09-26 08:27:24 +00:00
Klaus Leithoff
72c2b67eb5 pushing an array onto the end of an array is not what was intended; we wanted the elements of the latter appended to the first 2014-09-19 14:04:24 +00:00
Klaus Leithoff
53a579bab8 fix problem in own _cmdAuthenticate; provide own getBestAuthMethod; intend to use LOGIN as AuthMethod 2014-09-19 11:42:00 +00:00
Klaus Leithoff
2172fc769d * Mail: support the propagation of Thread-Topic, Thread-Index and List-Id on reply too 2014-09-11 11:52:58 +00:00
Klaus Leithoff
757d0e9c38 fix for rare problem on toggle html2text resulting in empty content; preparation for REFERENCES and IN-REPLY-TO 2014-09-09 14:06:24 +00:00
Klaus Leithoff
b1e19b37c3 adapt appendMessage so extended requirements/expectations are met, when server does not return uid on message creation 2014-09-09 10:54:54 +00:00
Ralf Becker
c2abaab456 fix for taglist-email now returning null for empty, causing mail-accounts without forwards and aliases to not store 2014-09-05 15:08:16 +00:00
Klaus Leithoff
0562c8c0b5 * Mail: handle problem on Mail2Infolog/Mail2Tracker when creating the header info section on mails
handle problems in  email display and processing for further use
avoid php-warnings when cleaning cache by making sure there is something before trying to unset it
make sure the egw_idna object is initialized
2014-09-05 12:28:07 +00:00
Ralf Becker
fb3f8a74bf * Mail/EMailAdmin: change minimum version for Horde_Imap_Client to 2.24.2 to fix an error with namespaces 2014-09-03 07:50:41 +00:00
Ralf Becker
78581a3eb4 fix error_log "no session password available" to only show, if no session password is available 2014-09-02 10:45:54 +00:00
Ralf Becker
7c55d5658a some more logging 2014-08-29 16:37:30 +00:00
Ralf Becker
d860dd5ecd * EMailAdmin/Mail: folders on personal accounts where not stored, automatic unsetting "use default" when changing/adding folders 2014-08-28 09:05:58 +00:00
Ralf Becker
2b1a3f7a6c missing translation 2014-08-28 07:23:36 +00:00
Ralf Becker
7389eaba41 * Mail/PostgreSQL: fixed SQL error in compose 2014-08-27 05:59:56 +00:00
Ralf Becker
987168a1cb fix storing of mail account for an other user was not possible for admins 2014-08-26 15:05:59 +00:00
Klaus Leithoff
1e09d20724 since we seem to have major problems authenticating via DIGEST-MD5 and CRAM-MD5 in SIEVE, we skip MD5-METHODS for now 2014-08-26 07:48:34 +00:00
Ralf Becker
fded85974a ignore emailadmin_notification::write calls without account_id, happending eg. in setup, instead of throwing an exception stalling setup 2014-08-25 08:19:40 +00:00