Changes for page IMAP-Plugin
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mko1 +XWiki.gru - Content
-
... ... @@ -2,7 +2,7 @@ 2 2 3 3 {{content/}} 4 4 5 -The {{smallcaps}}Imap{{/smallcaps}} plug-in for {{formcycle/}} lets you view the data submitted forms in your email client. This way you are notified of new submissions immediately. You can also move form records to different inboxes or delete them. 5 +The {{smallcaps}}Imap{{/smallcaps}} plug-in for {{formcycle/}} lets you view the data submitted forms in your email client. This way you are notified of new submissions immediately. You can also move form records to different inboxes or delete them. This plugin is subject to additional charge. 6 6 7 7 Technically speaking, this plugin provides an {{smallcaps}}Imap{{/smallcaps}} and {{smallcaps}}Smtp{{/smallcaps}} server to which most common email client can connect. 8 8 ... ... @@ -75,7 +75,7 @@ 75 75 ; sync.page.size (starting from {{version major="2" minor="1"/}}) 76 76 : Default: //50//. Number of messages with which a thread should perform the synchronization. 77 77 78 -=== Configuration of the cache (starting from {{version major="2" minor="1"/}})===78 +=== Configuration of the cache === 79 79 80 80 ; cache.heap.size (starting from {{version major="2" minor="1"/}}) 81 81 : Default: //200//. Size of the RAM to be used in M. ... ... @@ -155,3 +155,27 @@ 155 155 1. Initially, Thunderbird tries to determine the email server automatically based on the entered email address (here //user@imap.com//). Since this is not possible here, you can cancel that attempt by clicking on the //Manual config// button.{{lightbox image="thunderbird_3_en.png" group="g0" width="500"/}} 156 156 1. Fill out the email server settings. See above for what you should enter in each field. In the example, the client name is //imap.com// and the user name //user// and the standard ports are used.{{lightbox image="thunderbird_4_en.png" group="g0" width="500"/}} 157 157 1. After you complete the configuration, the user's mailboxes now appear as folders (here //central mailbox// and //demo mailbox//) and contain the messages of the existing form records.{{lightbox image="thunderbird_5_en.png" group="g0" width="700"/}} 158 + 159 +== Version history == 160 + 161 +**Version 2.1.0** 162 + 163 +* Switching to {{formcycle/}} version 6.5.5 164 +* Updated the used libraries 165 +* Optimization of memory consumption and database queries 166 +* Integration of a cache for the header and body of messages 167 +* Correction of errors when reading the IMAP BODYSTRUCTURE 168 +* Reintegration of the configuration of the attachment limits 169 +* Extension of the configurability of IMAP batch size and synchronization 170 + 171 +**Version 2.0.0** 172 + 173 +* Modifications for compatibility with {{formcycle/}} version 6.0.2 174 + 175 +**Version 1.0.1** 176 + 177 +* Optimizations and extensions of the configurability 178 + 179 +**Version 1.0.0** 180 + 181 +* Initial release