Last modified by Thomas Mortagne on 2023/10/13

<
From version < 4.1 >
edited by Vincent Massol
on 2015/01/18
To version < 8.1 >
edited by Manuel Smeria
on 2015/01/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ManuelSmeria
Content
... ... @@ -19,13 +19,13 @@
19 19  
20 20  The configuration parameter can also be changed from the [[Mail Admin UI>>extensions:Extension.Mail Application]]:
21 21  
22 -{{image reference="sendmailwait.png"/}}
22 +{{image reference="ReleaseNotesXWiki64RC1@sendmailwait.png"/}}
23 23  )))
24 24  * We now save both an error summary and a full error description when a mail fails to be sent when using the Database Mail Listener. This allows to see the full stack trace of the problem to more easily debug it.(((
25 -{{image reference="sendmailerror.png"/}}
25 +{{image reference="ReleaseNotesXWiki64RC1@sendmailerror.png"/}}
26 26  )))
27 27  * The Mail Type is now displayed in the [[Mail Sender Status Admin UI>>extensions:Extension.Mail Application]]:(((
28 -{{image reference="mailtype.png"/}}
28 +{{image reference="ReleaseNotesXWiki64RC1@mailtype.png"/}}
29 29  )))
30 30  * The ##MailResult.isSent()## API has been renamed to ##MailResult.isProcessed()## to avoid thinking that it'll return true if all mails have been sent successfully. What it does is simply return true when all mails have been processed, whether they've been sent successfully or not.
31 31  * A new scripting API has been added to set the mail type:(((
... ... @@ -38,6 +38,10 @@
38 38  * Account Validation email results are now saved and visible in the [[Mail Application>>extensions:Extension.Mail Application]].
39 39  * Some new [[Mail Sender Storage script services>>extensions:Extension.Mail Sender Storage]] have been added: ability to delete mail statuses for a single mail and for a whole batch, and ability to load mail statuses with criteria.
40 40  * When messages are sent with the API they are now persisted locally before they are effectively sent, one by one. This means that even if XWiki crashes when mails are being sent, their statuses will be correctly displayed in the [[Mail Sender Status Admin UI>>extensions:Extension.Mail Application]] and can be resent.
41 +* The Java API has been modified to use Strings in all places where it was previously using a UUID, in order to allow for change in unique id generation in the future.
42 +* The wiki is not displayed in the [[Mail Sender Status Admin UI>>extensions:Extension.Mail Application]](((
43 +{{image reference="mailwiki.png"/}}
44 +)))
41 41  
42 42  == Miscellaneous ==
43 43  
... ... @@ -73,7 +73,7 @@
73 73  
74 74  = Tested Browsers & Databases =
75 75  
76 -{{include reference="TestReports.ManualTestReportTemplateSummary"/}}
80 +{{include reference="TestReports.ManualTestReportSummaryXWiki64"/}}
77 77  
78 78  = Performances tests compared to <last super stable version> =
79 79  
mailwiki.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.VincentMassol
Size
... ... @@ -1,0 +1,1 @@
1 +58.0 KB
Content

Get Connected