Commit Graph

340 Commits

Author SHA1 Message Date
Klaus Leithoff
f3d7010473 style stuff voodoo; matching the use of Word-Style eMails in replys 2013-02-04 15:32:06 +00:00
Klaus Leithoff
7a719e0327 russian translations provided by Vladimir N. Gavrilov 2013-02-04 12:38:43 +00:00
Ralf Becker
65d7134ef9 * Calendar/FMail: allow to apply replys to meeting requests 2013-02-01 12:23:21 +00:00
Klaus Leithoff
cada152c28 format email with identities as requested by birgit and ralf and stefan 2013-02-01 11:47:45 +00:00
Klaus Leithoff
f4eca63984 * eMail: introduce config option to define the display of your chosen identity, the list of identities in send and derived from this, the information actively sent within the mailheader regarding the identity used 2013-02-01 09:04:08 +00:00
Klaus Leithoff
0e7604281e excess bracket removed 2013-01-31 12:10:06 +00:00
Klaus Leithoff
abc012ec6a backport of nathans r41510 2013-01-31 12:02:53 +00:00
Klaus Leithoff
792c6567b3 move changed texts to their rightfull place 2013-01-31 09:25:11 +00:00
Klaus Leithoff
a6812a39ed silence error log on folderExists when called with empty folder, unless the check is forced 2013-01-30 09:33:52 +00:00
Klaus Leithoff
044263bd8c handle error on empty folder while checking when saving as draft 2013-01-30 09:17:19 +00:00
Klaus Leithoff
410f52b678 try common default for autofolder personal prefix+AutoFolderName, if everything else fails while trying to fetch a special use folder 2013-01-29 16:48:33 +00:00
Klaus Leithoff
ccffcf171e suppress hint, if there is no autofolder/specialuse folder available 2013-01-29 16:07:39 +00:00
Klaus Leithoff
214bbf52d5 visualize possible SPECIAL-USE foldersettings in personal prefs, to inform users about possible folder voodoo 2013-01-29 15:45:35 +00:00
Klaus Leithoff
e497764ba9 fix Fatal Error for call of getTemplateFolder 2013-01-29 15:00:18 +00:00
Klaus Leithoff
bcc6570b84 * eMail: implement the usage of possibly provided SPECIAL-USE folders information 2013-01-29 14:38:36 +00:00
Klaus Leithoff
3b138ed423 more detailed debug on connection failure 2013-01-25 11:28:52 +00:00
Klaus Leithoff
8442472711 make sure we are working with the correct hierarchyDelimiter on the current connection, calling getHierarchyDelimiter with false to reset the cache 2013-01-25 09:07:55 +00:00
Klaus Leithoff
69a6d18a4c handle Euro Symbol when switching addresses 2013-01-24 16:44:31 +00:00
Klaus Leithoff
4db64d1bc3 if mail is already send, close the window (if not closed already) 2013-01-24 15:56:47 +00:00
Klaus Leithoff
159b75d6fa always set session var activeProfileID 2013-01-24 14:11:55 +00:00
Klaus Leithoff
7c0e3fdd1d fix problem introduced with r40774 an r40777 2013-01-24 14:08:01 +00:00
Klaus Leithoff
683ae3ad6a switch cachelevel for composeIdCache from INSTANCE to SESSION 2013-01-24 12:59:08 +00:00
Klaus Leithoff
5b4deec193 * eMail: limit resizing of compose and view windows to available screen height 2013-01-24 12:13:36 +00:00
Klaus Leithoff
3fe381e336 switch some debug output to conditional on debug-flag 2013-01-24 09:08:46 +00:00
Klaus Leithoff
197fc098e8 handle problem with empty ActiveProfileID 2013-01-23 10:24:01 +00:00
Klaus Leithoff
6f1dd6fc41 missing translations provided by Stefan Becker and others 2013-01-23 09:50:40 +00:00
Klaus Leithoff
abfa132745 reset composeIDCache on error 2013-01-23 08:34:22 +00:00
Klaus Leithoff
4617c2cbcd increase timeframe for not sending messages with identical composeids (when composeid was used in previous send action) 2013-01-21 10:40:15 +00:00
Ralf Becker
957740eabc * All apps: merged missing translations from other apps or branches 2013-01-18 13:56:05 +00:00
Klaus Leithoff
ef7a56a639 handle problem on mergeprint when trying to use send to email-addresses of umlautdomains 2013-01-18 08:47:56 +00:00
Klaus Leithoff
c7bf681e47 fix possible problem on merge_print with addressbook email-templates 2013-01-18 08:20:35 +00:00
Klaus Leithoff
e424cefc92 make sure predefined font/font_size span is constructed correctly 2013-01-17 13:10:04 +00:00
Klaus Leithoff
a9388edec7 handle encoded subjects on saving emails on disc 2013-01-17 12:21:48 +00:00
Klaus Leithoff
7651204eeb finetuning on umlautdomain address handling; while converting to infolog or tracker 2013-01-17 12:10:03 +00:00
Klaus Leithoff
dd750f217e * eMail: now supporting umlautdomains on send; using prefs for preset font size/face on compose for reply/forward and messages with preset signature; changes regarding the targetwindow of links in HTML mails; better separation of former mail text to reply text section when forcing reply to HTML, and Source is text only; improved reply header layout on forced conversion 2013-01-17 11:22:24 +00:00
Klaus Leithoff
8020708c43 * eMail: when allowing users to edit their forwardingaddresses; allow them to edit all of them; add multiple forwards, etc. 2013-01-15 14:24:17 +00:00
Klaus Leithoff
acbf3c4301 * eMail: support multipart/mixed mails with html parts to display (apple mail does that kind of emails) 2013-01-15 12:06:38 +00:00
Klaus Leithoff
54488b8bcd more attemts to handle possible problems on openConnection 2013-01-11 13:05:45 +00:00
Klaus Leithoff
94a04fb4c4 try to handle possible errors when retrieving folderStatus 2013-01-11 10:54:59 +00:00
Klaus Leithoff
0e46ac5353 add missing static, to ensure the use of the cached folderBasicInfo during a single request 2013-01-11 09:46:09 +00:00
Klaus Leithoff
a1eb77a949 introduce more caching to reduce traffic to imap-server (basic folderBasicInfo) Note: is reset by folder maintenance operations 2013-01-10 17:17:42 +00:00
Klaus Leithoff
bfb1923254 * eMail: improve control regarding the unwanted selection of NoSelect Folders 2013-01-10 15:47:14 +00:00
Klaus Leithoff
1c4ab446e4 use existing translation key for new feature move-to-last-used-move-folder 2012-12-20 08:45:31 +00:00
Klaus Leithoff
660976b77f * eMail: offer last moveTo folder as direct menuaction; try to avoid to access --topfolder-- 2012-12-19 14:49:20 +00:00
Klaus Leithoff
1b0b16f3ed more debug on failed message deletion; preparation for move to last folder action; try to select last folder (stored in session) after openConnection 2012-12-19 14:17:45 +00:00
Klaus Leithoff
9fc350d02f * eMail: resolve problem with failed deletion of draftedMessages on send 2012-12-19 13:58:22 +00:00
Klaus Leithoff
8ad8f4f155 * eMail/Sieve: fix bug regarding the failed login to SIEVE on userDefined-Accounts 2012-12-18 12:29:23 +00:00
Klaus Leithoff
ff16579e5d * email: allow cid as overall url schema; handle background url in htmLawed, as background is not allowed except for body, but commonly used with other tags (e.g. in td); control schema for background in hook_tag 2012-12-17 15:09:14 +00:00
Klaus Leithoff
7756258aa7 * eMail: allow to retrieve and show inline background images 2012-12-17 14:40:52 +00:00
Klaus Leithoff
590df29839 * email: fix bug regarding the failed fetch of user defined identities; (as identities have not been fetched unless user defined accounts right was granted); 2012-12-14 12:19:47 +00:00