Comfirm_AlphaMail - Version 1.5.2

Version Notes

* Fixed HttpRequest class naming collision

Download this release

Release Info

Developer comfirm
Extension Comfirm_AlphaMail
Version 1.5.2
Comparing to
See all releases


Code changes from version 1.5.1 to 1.5.2

app/code/community/Comfirm/AlphaMail/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Comfirm_AlphaMail>
5
- <version>1.5.1</version>
6
  </Comfirm_AlphaMail>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Comfirm_AlphaMail>
5
+ <version>1.5.2</version>
6
  </Comfirm_AlphaMail>
7
  </modules>
8
  <frontend>
app/code/community/Comfirm/AlphaMail/libraries/comfirm.services.client.rest/httprequest/httprequest.class.php CHANGED
@@ -37,14 +37,14 @@
37
  include_once("filters/basicauthenticationfilterchainitem.class.php");
38
  include_once("filters/jsondeserializerchainitem.class.php");
39
 
40
- interface IHttpRequest
41
  {
42
  function addInboundFilter(IHttpInboundFilterChainItem $item);
43
  function addOutboundFilter(IHttpOutboundFilterChainItem $item);
44
  function create($method, $url, IHttpHeaderCollection $headers, $body);
45
  }
46
 
47
- class HttpRequest
48
  {
49
  private $_parser = null;
50
  private $_inbound_filter_manager = null, $_outbound_filter_manager = null;
37
  include_once("filters/basicauthenticationfilterchainitem.class.php");
38
  include_once("filters/jsondeserializerchainitem.class.php");
39
 
40
+ interface IAlphaMailHttpRequest
41
  {
42
  function addInboundFilter(IHttpInboundFilterChainItem $item);
43
  function addOutboundFilter(IHttpOutboundFilterChainItem $item);
44
  function create($method, $url, IHttpHeaderCollection $headers, $body);
45
  }
46
 
47
+ class AlphaMailHttpRequest
48
  {
49
  private $_parser = null;
50
  private $_inbound_filter_manager = null, $_outbound_filter_manager = null;
app/code/community/Comfirm/AlphaMail/libraries/comfirm.services.client.rest/restful.class.php CHANGED
@@ -32,7 +32,7 @@
32
 
33
  public function __construct()
34
  {
35
- $this->_request = new HttpRequest();
36
  $this->_request->addInboundFilter(new JsonDeserializerChainItem());
37
  }
38
 
32
 
33
  public function __construct()
34
  {
35
+ $this->_request = new AlphaMailHttpRequest();
36
  $this->_request->addInboundFilter(new JsonDeserializerChainItem());
37
  }
38
 
app/code/community/Comfirm/AlphaMail/sql/alphamail_setup/{mysql4-install-1.5.1.php → mysql4-install-1.5.2.php} RENAMED
File without changes
package.xml CHANGED
@@ -1,22 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Comfirm_AlphaMail</name>
4
- <version>1.5.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/MIT">MIT</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Transactional email module for integration with AlphaMail.</summary>
10
  <description>The AlphaMail extension is a transactional email extension that makes it easier to manage, send and get reports on the transactional emails in Magento.</description>
11
- <notes>- Removed template and project management.&#xD;
12
- + Added single sign on support.&#xD;
13
- + Added ability to sign up/sign in and connect the account.&#xD;
14
- * Remade project mapping&#xD;
15
- + Improved event/send log.</notes>
16
  <authors><author><name>comfirm</name><user>comfirm</user><email>robin.orheden@amail.io</email></author></authors>
17
- <date>2013-02-21</date>
18
- <time>18:06:12</time>
19
- <contents><target name="magecommunity"><dir name="Comfirm"><dir name="AlphaMail"><dir name="Block"><dir name="Adminhtml"><file name="Notifications.php" hash="eaec18520548469707ebfa084500b54a"/><dir name="System"><dir name="Config"><file name="Wrapper.php" hash="c415b3e97e07cece6fa340bc5f929e06"/></dir></dir><dir name="Test"><file name="Authentication.php" hash="7686ab33c59f030b27b79e1276cac5b8"/><file name="Diagnostic.php" hash="3e375f1cbda77c55c296c40c4881345b"/><file name="Send.php" hash="f11c197f6c4b856161e016817c7e3b51"/></dir></dir><file name="Connect.php" hash="fea51cae61ecc1ca6b75fc8debc9227c"/><dir name="EventLog"><file name="Grid.php" hash="da1091bc5a364705377eefca546a6fa4"/><file name="View.php" hash="757aeed648f73af9a298db3017233413"/></dir><file name="EventLog.php" hash="49c29cbb6ebeb0b570f12e1cfbb4fa4e"/><file name="ProjectMapping.php" hash="4c28a21c88b2023ea5540c6f67aa23cd"/><dir name="SendLog"><file name="Grid.php" hash="41a99ef22551ebc240305727598b0905"/><file name="View.php" hash="849e622d3a665396a26dfe9ebc710610"/></dir><file name="SendLog.php" hash="f5bec3abe1520bd08fdec7f392cb775d"/><file name="SingleSignOn.php" hash="a08b174c4c2f5d9b1fa047d2bd739bae"/></dir><dir name="Controller"><file name="Abstract.php" hash="d4dfd8fb0addd5dd170f87c0108ae2c7"/></dir><dir name="Helper"><file name="Connection.php" hash="69c8e3bed181d1ce74817006225bdb3b"/><file name="Data.php" hash="cef1cde75e104483ae933a3292fe2444"/><file name="Diagnostic.php" hash="eb298663980805eae8afb854bf372823"/><file name="Message.php" hash="de8e6045441eff7f5098997b2156b076"/></dir><dir name="Message"><dir name="Customer"><dir name="Email"><file name="Confirmation.php" hash="dccbf4512ecf82b6c7d480845b293cfb"/></dir><dir name="Password"><file name="Renewal.php" hash="032b8969aed2ad37d1b94ef22e27c252"/></dir><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Update.php" hash="e9815267f403dec845c3d313a33d7eae"/></dir><file name="Invoice.php" hash="c452bd6b15666708cf6ec85e9a33f7e5"/><file name="Update.php" hash="be9a17636f526ff45fed3a3ddd02aa58"/></dir><file name="Order.php" hash="9ad01367fcdf10677eeb234b28c26e09"/></dir><file name="Welcome.php" hash="f712e596b45b679e65519615f85cea70"/></dir></dir><dir name="Model"><dir name="Email"><file name="Template.php" hash="1b5cf584e1874db9f281ebbf196c906b"/></dir><dir name="Event"><file name="Log.php" hash="8403425f64d04f2bb1439e6a3834b59f"/></dir><dir name="Mysql4"><dir name="Event"><dir name="Log"><file name="Collection.php" hash="46e23089ef49b668fb97ff43da6b48c9"/></dir><file name="Log.php" hash="fd0200706ad7966bbd5fdf9353e45f23"/></dir><dir name="Project"><dir name="Map"><file name="Collection.php" hash="803ab517739a8f08d5957703f8ba9a48"/></dir><file name="Map.php" hash="34b973bf31a675a38967f7958cf2605e"/></dir><dir name="Send"><dir name="Log"><file name="Collection.php" hash="56fc46a4771f5aee35ff65873638a501"/></dir><file name="Log.php" hash="464c694d0daf7cb8577ab2f8937394d4"/></dir><file name="Setup.php" hash="aada6ed95c86cfd9f370113da07bc5d2"/></dir><dir name="Project"><file name="Map.php" hash="1f5a87e55237c6670eecc772379e166c"/></dir><dir name="Send"><file name="Log.php" hash="0d1c8e64ac8ff890bb9e1922e7251993"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="General"><file name="EnabledDisabled.php" hash="9ffec22ca17202547c9433145f25a05b"/><file name="Fallback.php" hash="f291cc7a363a88611f3c5c747ac502fa"/><file name="NumberOfRetries.php" hash="a89384039313ce9b803f3db8c307250e"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="ConnectController.php" hash="14824fd663c7c2b0bf6bec096f75ff2e"/><file name="EventLogController.php" hash="d1258619ca3cb38aa7e6cf17aa97784b"/><file name="ProjectMappingController.php" hash="54991e1d1e912051986acdbf04afb200"/><file name="SendLogController.php" hash="b112c68d6145b868313f44883efebd24"/><file name="SingleSignOnController.php" hash="3f6d28d6e29c0af3de83f61a0153fbfd"/><file name="TestController.php" hash="f4adc512f507137962c0f9bf7b9d0ede"/></dir><dir name="data"><dir name="integration_defaults"><file name="email_confirmation.htm" hash="0af80701addd67f08b7a65eed53b4853"/><file name="email_confirmation.txt" hash="1fd7862262ee58a52d4a8a30bf61dd9d"/><file name="new_order_confirmation.htm" hash="a8cf51d585b363d8d553bb8ce0ff5f64"/><file name="new_order_confirmation.txt" hash="4b56b0d2c85f5643818d79f423ac5488"/><file name="order_update.htm" hash="4e157ce58a5bccaa26ba36e842806233"/><file name="order_update.txt" hash="7de48e9852b6289df406576a0ccc9653"/><file name="reset_password.htm" hash="ed0211256b7440fbbca8b7d16376d49d"/><file name="reset_password.txt" hash="6773028cea907880444a8787f2afd832"/><file name="welcome.htm" hash="6ccad54654ca9ca8912b3df87cdf25df"/><file name="welcome.txt" hash="e3646d12b18c1d23d6f2ce12cc125c04"/></dir><dir name="queue"><file name="4981757f-c28d-7eab-8077-11f1b435a8af.msg" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="templates"><dir name="confirm-email"><file name="data.json" hash="b2c1f23a74a5d45048a79810ac34d793"/><file name="template.htm" hash="679b6fe1cfa539a96f11deab2793ce58"/><file name="template.txt" hash="45bc1a150cc8127d9817616269063ecf"/></dir><dir name="order-confirmation"><file name="data.json" hash="5afc62bdddd2288eb696a4bda47f7142"/><file name="template.htm" hash="d414ea4bbb02b097b5e6bbfb05dcdb75"/><file name="template.txt" hash="b36ce7f5e1e84430624182d355691930"/></dir><dir name="order-update"><file name="data.json" hash="c5b7dab7c2fe07b5e5b5002cd16d33bc"/><file name="template.htm" hash="7def6b5399a64d702a3771c33ee6e115"/><file name="template.txt" hash="19ad7bd063edb90531c894232e0ad89f"/></dir><dir name="reset-password"><file name="data.json" hash="b4fd944f24cdbacd14a2649d05c279a5"/><file name="template.htm" hash="3c12431c254fc09285394abdd8345c8b"/><file name="template.txt" hash="ab364988a3671130725ffd82a4df8499"/></dir><dir name="welcome"><file name="data.json" hash="f022638f409c6e2bcb5968dd8e4d2ad0"/><file name="template.htm" hash="34aac6cf1d039842b2f6c5fcda7cd1ea"/><file name="template.txt" hash="6083f8b255b619c73b71576110d5295b"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="ff0e7f45bb3b59e11c1f649620aa011c"/><file name="system.xml" hash="dab3871a5e35ed6a4d0014a71211cd7a"/></dir><dir name="libraries"><dir name="comfirm.alphamail.client"><file name="accountservice.class.php" hash="915af5027b206f3bc73d34cd1c20d4a9"/><file name="accountservice.interface.php" hash="4f86f32bc47ad7ef0e07e8d886519c83"/><file name="captchaservice.class.php" hash="409a5b97dd47a0c07f35e0c1146f7967"/><file name="captchaservice.interface.php" hash="48bd3a0c953099d0e33f7429a209cc20"/><file name="emailservice.class.php" hash="1376bfe3d519e4882fed14d8e7884194"/><file name="emailservice.interface.php" hash="a89a39c6b1ad0385dbade68c59a95d7f"/><dir name="entities"><file name="account.class.php" hash="2ef0ce88d66f1216c196baab563f2959"/><file name="captcha.class.php" hash="4f9133fffa745421086944de92a80eb1"/><file name="emailcontact.class.php" hash="912f82fac1e6dad67dd9fe120d74f527"/><file name="emailmessagepayload.class.php" hash="32f9ad93d54ca65fb3b0408de29f9694"/><file name="idempotentemailmessagepayload.class.php" hash="ee1944cf5a2a637483bc5902e53dce41"/><file name="integration.class.php" hash="3af352b91ab0e6410555678c570b4c08"/><file name="project.class.php" hash="056cc2d219fd9e007f9d34388ec86122"/><file name="serviceresponse.class.php" hash="10cbc9761e304c877b0c28cd18fc0c8c"/><file name="signature.class.php" hash="951dc5667a0e492640b26aae33a61765"/><file name="template.class.php" hash="13cc09cb93fe9abc0c0c37a765c5f895"/><file name="token.class.php" hash="c73ce6ee4b9e0be1b8bf58b52643d6a0"/><file name="userticket.class.php" hash="ad2b87e6830d64a0fde60d3b7edaafbc"/></dir><dir name="exceptions"><file name="alphamailauthorizationexception.class.php" hash="f023fee677c1e3b39b56023d6ec37bfa"/><file name="alphamailinternalexception.class.php" hash="f904c1ca0b6f7fb67226863355f527ee"/><file name="alphamailserviceexception.class.php" hash="504a6296576fed58d195fb6628e52b6a"/><file name="alphamailvalidationexception.class.php" hash="ca0274cf5ef8b1dabe2a44fab1c9f5e7"/></dir><file name="integrationservice.class.php" hash="c3d70049e69e7133d1dfdf67d77a3b30"/><file name="integrationservice.interface.php" hash="7dc480f988eebb500f324be4a8102042"/><file name="projectservice.class.php" hash="f47d84c22ec50bcae9518674edead89f"/><file name="projectservice.interface.php" hash="4a54c7cfbf959d01b6946216a8613366"/><file name="signatureservice.class.php" hash="20c7d060b5f3808f978168fc93feaec4"/><file name="signatureservice.interface.php" hash="9a9b90a695aead0844b50df6f0823f8f"/><file name="templateservice.class.php" hash="7d85d6e6f9e8c634f5dcd51510818ada"/><file name="templateservice.interface.php" hash="245ad486b7d8568e0016db036575c1ea"/><file name="tokenservice.class.php" hash="fa6b3d9009a71a8a3c36a11bfd9a9b72"/><file name="tokenservice.interface.php" hash="bf4cb7d022c3ab2539fd027e7f599b4e"/><file name="userticketservice.class.php" hash="9dfe7c29e9620ee6287bdcf2be6b87f6"/></dir><dir name="comfirm.services.client.rest"><dir name="httprequest"><dir name="filters"><file name="basicauthenticationfilterchainitem.class.php" hash="c5c8fdeae1ac8b04cc4d58e322c2f126"/><file name="httpchunkfilterchainitem.class.php" hash="69ff142a4c492956f341a16121be8327"/><file name="httpgzipfilterchainitem.class.php" hash="83df3eef9cb52298f0df1ad49a5ce9cb"/><file name="jsondeserializerchainitem.class.php" hash="a84baba1208ab0fec635a176490539b0"/></dir><file name="httpfilter.class.php" hash="d5e7dcd6771185e092ee08ce38933c57"/><file name="httpheadercollection.class.php" hash="3f1040d7f4ce7911695615dc1bab256a"/><file name="httppacketcompiler.class.php" hash="931ea0ee1b5e2ca207ed470b7bc2de29"/><file name="httppacketparser.class.php" hash="6d0e70960a462551ae008e7b5b5e4f5c"/><file name="httprequest.class.php" hash="98d6fa9909046f0b58f69ba9e1680a61"/><file name="httpsocket.class.php" hash="7d4f62d933507f8a940b415d4d63d57b"/><file name="httptypes.class.php" hash="47e6c7485835c530d94df9195d080739"/></dir><file name="restful.class.php" hash="e22d47632131e9dd3fc33d8c1ad14ce3"/></dir><file name="license.txt" hash="ea21b75a1e26825c31ae29f29a870a34"/></dir><dir name="sql"><dir name="alphamail_setup"><file name="mysql4-install-1.5.1.php" hash="8bae2124b862b235db9155d16ccd6e94"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="alphamail"><dir name="connect"><file name="completed.phtml" hash="aaa54932787c39495413c6ad675a1881"/><file name="login.phtml" hash="6b922150d646680ee8636f61beb2e5d5"/><file name="registration.phtml" hash="641d6c644878576c01b42e9cc4e2bcb2"/></dir><dir name="logging"><file name="event_view.phtml" hash="5e960e8a8477436c71638e50f725b724"/><file name="send_view.phtml" hash="570f75397afd2598b9b792bd1f3bc524"/></dir><dir name="projectmapping"><file name="index.phtml" hash="497f72fcf7abc8df4ae4a0cd80836993"/></dir><dir name="singlesignon"><file name="index.phtml" hash="096d2d23d4cac87961efe7ccd6ed1eac"/></dir><dir name="system"><file name="config.phtml" hash="27364c24a9a5c37e8d78654dfb1e6ab6"/></dir></dir></dir><dir name="layout"><file name="alphamail.xml" hash="f60d0e401c37c475c7a38e7b595cc419"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Comfirm_AlphaMail.xml" hash="41e608f730e29ee308a440eef9e4a6d7"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="alphamail"><file name="jquery-1.9.1.js" hash="08c235d357750c657ac1db7d1cf656a9"/><file name="jquery-ui.js" hash="9470d6d9290ed3ea5389da04d5cef0c0"/></dir></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Comfirm_AlphaMail</name>
4
+ <version>1.5.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/MIT">MIT</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Transactional email module for integration with AlphaMail.</summary>
10
  <description>The AlphaMail extension is a transactional email extension that makes it easier to manage, send and get reports on the transactional emails in Magento.</description>
11
+ <notes>* Fixed HttpRequest class naming collision</notes>
 
 
 
 
12
  <authors><author><name>comfirm</name><user>comfirm</user><email>robin.orheden@amail.io</email></author></authors>
13
+ <date>2013-09-05</date>
14
+ <time>22:43:18</time>
15
+ <contents><target name="magecommunity"><dir name="Comfirm"><dir name="AlphaMail"><dir name="Block"><dir name="Adminhtml"><file name="Notifications.php" hash="eaec18520548469707ebfa084500b54a"/><dir name="System"><dir name="Config"><file name="Wrapper.php" hash="c415b3e97e07cece6fa340bc5f929e06"/></dir></dir><dir name="Test"><file name="Authentication.php" hash="7686ab33c59f030b27b79e1276cac5b8"/><file name="Diagnostic.php" hash="3e375f1cbda77c55c296c40c4881345b"/><file name="Send.php" hash="f11c197f6c4b856161e016817c7e3b51"/></dir></dir><file name="Connect.php" hash="fea51cae61ecc1ca6b75fc8debc9227c"/><dir name="EventLog"><file name="Grid.php" hash="da1091bc5a364705377eefca546a6fa4"/><file name="View.php" hash="757aeed648f73af9a298db3017233413"/></dir><file name="EventLog.php" hash="49c29cbb6ebeb0b570f12e1cfbb4fa4e"/><file name="ProjectMapping.php" hash="4c28a21c88b2023ea5540c6f67aa23cd"/><dir name="SendLog"><file name="Grid.php" hash="41a99ef22551ebc240305727598b0905"/><file name="View.php" hash="849e622d3a665396a26dfe9ebc710610"/></dir><file name="SendLog.php" hash="f5bec3abe1520bd08fdec7f392cb775d"/><file name="SingleSignOn.php" hash="a08b174c4c2f5d9b1fa047d2bd739bae"/></dir><dir name="Controller"><file name="Abstract.php" hash="d4dfd8fb0addd5dd170f87c0108ae2c7"/></dir><dir name="Helper"><file name="Connection.php" hash="69c8e3bed181d1ce74817006225bdb3b"/><file name="Data.php" hash="cef1cde75e104483ae933a3292fe2444"/><file name="Diagnostic.php" hash="eb298663980805eae8afb854bf372823"/><file name="Message.php" hash="de8e6045441eff7f5098997b2156b076"/></dir><dir name="Message"><dir name="Customer"><dir name="Email"><file name="Confirmation.php" hash="dccbf4512ecf82b6c7d480845b293cfb"/></dir><dir name="Password"><file name="Renewal.php" hash="032b8969aed2ad37d1b94ef22e27c252"/></dir><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Update.php" hash="e9815267f403dec845c3d313a33d7eae"/></dir><file name="Invoice.php" hash="c452bd6b15666708cf6ec85e9a33f7e5"/><file name="Update.php" hash="be9a17636f526ff45fed3a3ddd02aa58"/></dir><file name="Order.php" hash="9ad01367fcdf10677eeb234b28c26e09"/></dir><file name="Welcome.php" hash="f712e596b45b679e65519615f85cea70"/></dir></dir><dir name="Model"><dir name="Email"><file name="Template.php" hash="1b5cf584e1874db9f281ebbf196c906b"/></dir><dir name="Event"><file name="Log.php" hash="8403425f64d04f2bb1439e6a3834b59f"/></dir><dir name="Mysql4"><dir name="Event"><dir name="Log"><file name="Collection.php" hash="46e23089ef49b668fb97ff43da6b48c9"/></dir><file name="Log.php" hash="fd0200706ad7966bbd5fdf9353e45f23"/></dir><dir name="Project"><dir name="Map"><file name="Collection.php" hash="803ab517739a8f08d5957703f8ba9a48"/></dir><file name="Map.php" hash="34b973bf31a675a38967f7958cf2605e"/></dir><dir name="Send"><dir name="Log"><file name="Collection.php" hash="56fc46a4771f5aee35ff65873638a501"/></dir><file name="Log.php" hash="464c694d0daf7cb8577ab2f8937394d4"/></dir><file name="Setup.php" hash="aada6ed95c86cfd9f370113da07bc5d2"/></dir><dir name="Project"><file name="Map.php" hash="1f5a87e55237c6670eecc772379e166c"/></dir><dir name="Send"><file name="Log.php" hash="0d1c8e64ac8ff890bb9e1922e7251993"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="General"><file name="EnabledDisabled.php" hash="9ffec22ca17202547c9433145f25a05b"/><file name="Fallback.php" hash="f291cc7a363a88611f3c5c747ac502fa"/><file name="NumberOfRetries.php" hash="a89384039313ce9b803f3db8c307250e"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="ConnectController.php" hash="14824fd663c7c2b0bf6bec096f75ff2e"/><file name="EventLogController.php" hash="d1258619ca3cb38aa7e6cf17aa97784b"/><file name="ProjectMappingController.php" hash="54991e1d1e912051986acdbf04afb200"/><file name="SendLogController.php" hash="b112c68d6145b868313f44883efebd24"/><file name="SingleSignOnController.php" hash="3f6d28d6e29c0af3de83f61a0153fbfd"/><file name="TestController.php" hash="f4adc512f507137962c0f9bf7b9d0ede"/></dir><dir name="data"><dir name="integration_defaults"><file name="email_confirmation.htm" hash="0af80701addd67f08b7a65eed53b4853"/><file name="email_confirmation.txt" hash="1fd7862262ee58a52d4a8a30bf61dd9d"/><file name="new_order_confirmation.htm" hash="a8cf51d585b363d8d553bb8ce0ff5f64"/><file name="new_order_confirmation.txt" hash="4b56b0d2c85f5643818d79f423ac5488"/><file name="order_update.htm" hash="4e157ce58a5bccaa26ba36e842806233"/><file name="order_update.txt" hash="7de48e9852b6289df406576a0ccc9653"/><file name="reset_password.htm" hash="ed0211256b7440fbbca8b7d16376d49d"/><file name="reset_password.txt" hash="6773028cea907880444a8787f2afd832"/><file name="welcome.htm" hash="6ccad54654ca9ca8912b3df87cdf25df"/><file name="welcome.txt" hash="e3646d12b18c1d23d6f2ce12cc125c04"/></dir><dir name="queue"><file name="4981757f-c28d-7eab-8077-11f1b435a8af.msg" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="templates"><dir name="confirm-email"><file name="data.json" hash="b2c1f23a74a5d45048a79810ac34d793"/><file name="template.htm" hash="679b6fe1cfa539a96f11deab2793ce58"/><file name="template.txt" hash="45bc1a150cc8127d9817616269063ecf"/></dir><dir name="order-confirmation"><file name="data.json" hash="5afc62bdddd2288eb696a4bda47f7142"/><file name="template.htm" hash="d414ea4bbb02b097b5e6bbfb05dcdb75"/><file name="template.txt" hash="b36ce7f5e1e84430624182d355691930"/></dir><dir name="order-update"><file name="data.json" hash="c5b7dab7c2fe07b5e5b5002cd16d33bc"/><file name="template.htm" hash="7def6b5399a64d702a3771c33ee6e115"/><file name="template.txt" hash="19ad7bd063edb90531c894232e0ad89f"/></dir><dir name="reset-password"><file name="data.json" hash="b4fd944f24cdbacd14a2649d05c279a5"/><file name="template.htm" hash="3c12431c254fc09285394abdd8345c8b"/><file name="template.txt" hash="ab364988a3671130725ffd82a4df8499"/></dir><dir name="welcome"><file name="data.json" hash="f022638f409c6e2bcb5968dd8e4d2ad0"/><file name="template.htm" hash="34aac6cf1d039842b2f6c5fcda7cd1ea"/><file name="template.txt" hash="6083f8b255b619c73b71576110d5295b"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="a2a750cd56a23acb1a4637eb1dd516e4"/><file name="system.xml" hash="dab3871a5e35ed6a4d0014a71211cd7a"/></dir><dir name="libraries"><dir name="comfirm.alphamail.client"><file name="accountservice.class.php" hash="915af5027b206f3bc73d34cd1c20d4a9"/><file name="accountservice.interface.php" hash="4f86f32bc47ad7ef0e07e8d886519c83"/><file name="captchaservice.class.php" hash="409a5b97dd47a0c07f35e0c1146f7967"/><file name="captchaservice.interface.php" hash="48bd3a0c953099d0e33f7429a209cc20"/><file name="emailservice.class.php" hash="1376bfe3d519e4882fed14d8e7884194"/><file name="emailservice.interface.php" hash="a89a39c6b1ad0385dbade68c59a95d7f"/><dir name="entities"><file name="account.class.php" hash="2ef0ce88d66f1216c196baab563f2959"/><file name="captcha.class.php" hash="4f9133fffa745421086944de92a80eb1"/><file name="emailcontact.class.php" hash="912f82fac1e6dad67dd9fe120d74f527"/><file name="emailmessagepayload.class.php" hash="32f9ad93d54ca65fb3b0408de29f9694"/><file name="idempotentemailmessagepayload.class.php" hash="ee1944cf5a2a637483bc5902e53dce41"/><file name="integration.class.php" hash="3af352b91ab0e6410555678c570b4c08"/><file name="project.class.php" hash="056cc2d219fd9e007f9d34388ec86122"/><file name="serviceresponse.class.php" hash="10cbc9761e304c877b0c28cd18fc0c8c"/><file name="signature.class.php" hash="951dc5667a0e492640b26aae33a61765"/><file name="template.class.php" hash="13cc09cb93fe9abc0c0c37a765c5f895"/><file name="token.class.php" hash="c73ce6ee4b9e0be1b8bf58b52643d6a0"/><file name="userticket.class.php" hash="ad2b87e6830d64a0fde60d3b7edaafbc"/></dir><dir name="exceptions"><file name="alphamailauthorizationexception.class.php" hash="f023fee677c1e3b39b56023d6ec37bfa"/><file name="alphamailinternalexception.class.php" hash="f904c1ca0b6f7fb67226863355f527ee"/><file name="alphamailserviceexception.class.php" hash="504a6296576fed58d195fb6628e52b6a"/><file name="alphamailvalidationexception.class.php" hash="ca0274cf5ef8b1dabe2a44fab1c9f5e7"/></dir><file name="integrationservice.class.php" hash="c3d70049e69e7133d1dfdf67d77a3b30"/><file name="integrationservice.interface.php" hash="7dc480f988eebb500f324be4a8102042"/><file name="projectservice.class.php" hash="f47d84c22ec50bcae9518674edead89f"/><file name="projectservice.interface.php" hash="4a54c7cfbf959d01b6946216a8613366"/><file name="signatureservice.class.php" hash="20c7d060b5f3808f978168fc93feaec4"/><file name="signatureservice.interface.php" hash="9a9b90a695aead0844b50df6f0823f8f"/><file name="templateservice.class.php" hash="7d85d6e6f9e8c634f5dcd51510818ada"/><file name="templateservice.interface.php" hash="245ad486b7d8568e0016db036575c1ea"/><file name="tokenservice.class.php" hash="fa6b3d9009a71a8a3c36a11bfd9a9b72"/><file name="tokenservice.interface.php" hash="bf4cb7d022c3ab2539fd027e7f599b4e"/><file name="userticketservice.class.php" hash="9dfe7c29e9620ee6287bdcf2be6b87f6"/></dir><dir name="comfirm.services.client.rest"><dir name="httprequest"><dir name="filters"><file name="basicauthenticationfilterchainitem.class.php" hash="c5c8fdeae1ac8b04cc4d58e322c2f126"/><file name="httpchunkfilterchainitem.class.php" hash="69ff142a4c492956f341a16121be8327"/><file name="httpgzipfilterchainitem.class.php" hash="83df3eef9cb52298f0df1ad49a5ce9cb"/><file name="jsondeserializerchainitem.class.php" hash="a84baba1208ab0fec635a176490539b0"/></dir><file name="httpfilter.class.php" hash="d5e7dcd6771185e092ee08ce38933c57"/><file name="httpheadercollection.class.php" hash="3f1040d7f4ce7911695615dc1bab256a"/><file name="httppacketcompiler.class.php" hash="931ea0ee1b5e2ca207ed470b7bc2de29"/><file name="httppacketparser.class.php" hash="6d0e70960a462551ae008e7b5b5e4f5c"/><file name="httprequest.class.php" hash="294f7dea5ccb60f01dbd7a71037bc92f"/><file name="httpsocket.class.php" hash="7d4f62d933507f8a940b415d4d63d57b"/><file name="httptypes.class.php" hash="47e6c7485835c530d94df9195d080739"/></dir><file name="restful.class.php" hash="237490d577735c1b10c26ced11e8ee4e"/></dir><file name="license.txt" hash="ea21b75a1e26825c31ae29f29a870a34"/></dir><dir name="sql"><dir name="alphamail_setup"><file name="mysql4-install-1.5.2.php" hash="8bae2124b862b235db9155d16ccd6e94"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="alphamail"><dir name="connect"><file name="completed.phtml" hash="aaa54932787c39495413c6ad675a1881"/><file name="login.phtml" hash="6b922150d646680ee8636f61beb2e5d5"/><file name="registration.phtml" hash="641d6c644878576c01b42e9cc4e2bcb2"/></dir><dir name="logging"><file name="event_view.phtml" hash="5e960e8a8477436c71638e50f725b724"/><file name="send_view.phtml" hash="570f75397afd2598b9b792bd1f3bc524"/></dir><dir name="projectmapping"><file name="index.phtml" hash="497f72fcf7abc8df4ae4a0cd80836993"/></dir><dir name="singlesignon"><file name="index.phtml" hash="096d2d23d4cac87961efe7ccd6ed1eac"/></dir><dir name="system"><file name="config.phtml" hash="27364c24a9a5c37e8d78654dfb1e6ab6"/></dir></dir></dir><dir name="layout"><file name="alphamail.xml" hash="f60d0e401c37c475c7a38e7b595cc419"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Comfirm_AlphaMail.xml" hash="41e608f730e29ee308a440eef9e4a6d7"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="alphamail"><file name="jquery-1.9.1.js" hash="08c235d357750c657ac1db7d1cf656a9"/><file name="jquery-ui.js" hash="9470d6d9290ed3ea5389da04d5cef0c0"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>