DndInxmail_Subscriber - Version 3.1.0.1

Version Notes

None

Download this release

Release Info

Developer Agence
Extension DndInxmail_Subscriber
Version 3.1.0.1
Comparing to
See all releases


Code changes from version 3.1.0.0 to 3.1.0.1

Files changed (448) hide show
  1. app/code/community/DndInxmail/.DS_Store +0 -0
  2. app/code/community/DndInxmail/Subscriber/.DS_Store +0 -0
  3. app/code/community/DndInxmail/Subscriber/Block/Adminhtml/Newsletter/Subscriber/Grid.php +0 -0
  4. app/code/community/DndInxmail/Subscriber/Block/Adminhtml/System/Config/Date.php +0 -0
  5. app/code/community/DndInxmail/Subscriber/Block/Adminhtml/System/Config/Form/Button/Groups.php +0 -0
  6. app/code/community/DndInxmail/Subscriber/Block/Adminhtml/System/Config/Form/Button/Subscribers.php +0 -0
  7. app/code/community/DndInxmail/Subscriber/Block/Synchronization/Groups.php +0 -0
  8. app/code/community/DndInxmail/Subscriber/Block/Synchronization/Subscribers.php +0 -0
  9. app/code/community/DndInxmail/Subscriber/Helper/Abstract.php +0 -0
  10. app/code/community/DndInxmail/Subscriber/Helper/Data.php +0 -0
  11. app/code/community/DndInxmail/Subscriber/Helper/Error.php +0 -0
  12. app/code/community/DndInxmail/Subscriber/Helper/Group.php +0 -0
  13. app/code/community/DndInxmail/Subscriber/Helper/Log.php +0 -0
  14. app/code/community/DndInxmail/Subscriber/Helper/Mapping.php +0 -0
  15. app/code/community/DndInxmail/Subscriber/Helper/Synchronize.php +0 -0
  16. app/code/community/DndInxmail/Subscriber/Helper/Synchronize/Groups.php +0 -0
  17. app/code/community/DndInxmail/Subscriber/Helper/Synchronize/Subscribers.php +0 -0
  18. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Backend/Cron.php +0 -0
  19. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Backend/Customer/Group.php +0 -0
  20. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Backend/Date.php +0 -0
  21. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Attributes.php +0 -0
  22. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Cron/Frequency.php +0 -0
  23. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Group.php +0 -0
  24. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Group/Specific.php +0 -0
  25. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns.php +0 -0
  26. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Dateonly.php +0 -0
  27. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Float.php +0 -0
  28. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Int.php +0 -0
  29. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Text.php +0 -0
  30. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Yesno.php +0 -0
  31. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Lists.php +0 -0
  32. app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Orders.php +0 -0
  33. app/code/community/DndInxmail/Subscriber/Model/Observer.php +0 -0
  34. app/code/community/DndInxmail/Subscriber/Model/Xml.php +0 -0
  35. app/code/community/DndInxmail/Subscriber/controllers/Adminhtml/InxmailcolumnsController.php +0 -0
  36. app/code/community/DndInxmail/Subscriber/controllers/Adminhtml/SynchronizeController.php +0 -0
  37. app/code/community/DndInxmail/Subscriber/controllers/LogController.php +0 -0
  38. app/code/community/DndInxmail/Subscriber/controllers/MessagesController.php +0 -0
  39. app/code/community/DndInxmail/Subscriber/controllers/SourceController.php +0 -0
  40. app/code/community/DndInxmail/Subscriber/controllers/SynchronizeController.php +0 -0
  41. app/code/community/DndInxmail/Subscriber/etc/adminhtml.xml +0 -0
  42. app/code/community/DndInxmail/Subscriber/etc/config.xml +1 -1
  43. app/code/community/DndInxmail/Subscriber/etc/system.xml +0 -0
  44. app/code/community/DndInxmail/Subscriber/sql/dndinxmail_subscriber_setup/mysql4-install-1.0.0.0.php +0 -0
  45. app/code/community/DndInxmail/Subscriber/sql/dndinxmail_subscriber_setup/mysql4-upgrade-1.0.0.0-3.1.0.0.php +0 -0
  46. app/design/adminhtml/default/default/layout/dndinxmail.xml +0 -0
  47. app/design/adminhtml/default/default/template/dndinxmail/subscriber/system/config/form/button/groups.phtml +0 -0
  48. app/design/adminhtml/default/default/template/dndinxmail/subscriber/system/config/form/button/subscribers.phtml +0 -0
  49. app/design/adminhtml/default/default/template/dndinxmail/subscriber/system/inxmail/columns.phtml +0 -0
  50. app/design/frontend/base/default/layout/dndinxmail.xml +0 -0
  51. app/design/frontend/base/default/template/dndinxmail/page/messages.phtml +0 -0
  52. app/design/frontend/base/default/template/dndinxmail/page/synchronize.phtml +0 -0
  53. app/design/frontend/base/default/template/dndinxmail/synchronization/groups.phtml +0 -0
  54. app/design/frontend/base/default/template/dndinxmail/synchronization/subscribers.phtml +0 -0
  55. app/etc/modules/DndInxmail_Subscriber.xml +0 -0
  56. app/locale/de_DE/DndInxmail_Subscriber.csv +0 -111
  57. app/locale/en_US/DndInxmail_Subscriber.csv +0 -0
  58. app/locale/fr_FR/DndInxmail_Subscriber.csv +0 -0
  59. js/dndinxmail/synchronize.js +0 -0
  60. lib/Inx/Api/APIException.php +0 -0
  61. lib/Inx/Api/Action/Action.php +0 -0
  62. lib/Inx/Api/Action/ActionManager.php +0 -0
  63. lib/Inx/Api/Action/Command.php +0 -0
  64. lib/Inx/Api/Action/CommandFactory.php +0 -0
  65. lib/Inx/Api/Action/DeleteRecipientCommand.php +0 -0
  66. lib/Inx/Api/Action/SendActionMailCommand.php +0 -0
  67. lib/Inx/Api/Action/SendMailCommand.php +0 -0
  68. lib/Inx/Api/Action/SetValueCommand.php +0 -0
  69. lib/Inx/Api/Action/SubUnsubscriptionCommand.php +0 -0
  70. lib/Inx/Api/Action/SubscriptionCommand.php +0 -0
  71. lib/Inx/Api/Action/UnsubscriptionCommand.php +0 -0
  72. lib/Inx/Api/Approval/Approver.php +0 -0
  73. lib/Inx/Api/Approval/ApproverManager.php +0 -0
  74. lib/Inx/Api/BOManager.php +0 -0
  75. lib/Inx/Api/BOResultSet.php +0 -0
  76. lib/Inx/Api/Blacklist/BlacklistEntry.php +0 -0
  77. lib/Inx/Api/Blacklist/BlacklistManager.php +0 -0
  78. lib/Inx/Api/Bounce/Bounce.php +0 -0
  79. lib/Inx/Api/Bounce/BounceManager.php +0 -0
  80. lib/Inx/Api/BusinessObject.php +0 -0
  81. lib/Inx/Api/ConnectException.php +0 -0
  82. lib/Inx/Api/DataAccess/ClickData.php +0 -0
  83. lib/Inx/Api/DataAccess/ClickDataRowSet.php +0 -0
  84. lib/Inx/Api/DataAccess/DataAccess.php +0 -0
  85. lib/Inx/Api/DataAccess/DataRowSet.php +0 -0
  86. lib/Inx/Api/DataAccess/LinkData.php +0 -0
  87. lib/Inx/Api/DataAccess/LinkDataRowSet.php +0 -0
  88. lib/Inx/Api/DataException.php +0 -0
  89. lib/Inx/Api/DesignTemplate/DesignCollection.php +0 -0
  90. lib/Inx/Api/DesignTemplate/DesignCollectionManager.php +0 -0
  91. lib/Inx/Api/DesignTemplate/ImportException.php +0 -0
  92. lib/Inx/Api/DesignTemplate/Style.php +0 -0
  93. lib/Inx/Api/DesignTemplate/Template.php +0 -0
  94. lib/Inx/Api/FeatureNotAvailableException.php +0 -0
  95. lib/Inx/Api/Features.php +0 -0
  96. lib/Inx/Api/Filter/Filter.php +0 -0
  97. lib/Inx/Api/Filter/FilterManager.php +0 -0
  98. lib/Inx/Api/FilterStmtException.php +0 -0
  99. lib/Inx/Api/IOException.php +0 -0
  100. lib/Inx/Api/IllegalArgumentException.php +0 -0
  101. lib/Inx/Api/IllegalStateException.php +0 -0
  102. lib/Inx/Api/Inbox/InboxManager.php +0 -0
  103. lib/Inx/Api/Inbox/InboxMessage.php +0 -0
  104. lib/Inx/Api/IndexOutOfBoundsException.php +0 -0
  105. lib/Inx/Api/IndexSelection.php +0 -0
  106. lib/Inx/Api/InputStream.php +0 -0
  107. lib/Inx/Api/List/AdminListContext.php +0 -0
  108. lib/Inx/Api/List/FilterListContext.php +0 -0
  109. lib/Inx/Api/List/ListContext.php +0 -0
  110. lib/Inx/Api/List/ListContextManager.php +0 -0
  111. lib/Inx/Api/List/ListSize.php +0 -0
  112. lib/Inx/Api/List/StandardListContext.php +0 -0
  113. lib/Inx/Api/List/SystemListContext.php +0 -0
  114. lib/Inx/Api/LockException.php +0 -0
  115. lib/Inx/Api/LockTicket.php +0 -0
  116. lib/Inx/Api/LoginException.php +0 -0
  117. lib/Inx/Api/Mail/Attachment.php +0 -0
  118. lib/Inx/Api/Mail/BuildException.php +0 -0
  119. lib/Inx/Api/Mail/HeaderField.php +0 -0
  120. lib/Inx/Api/Mail/MailContent.php +0 -0
  121. lib/Inx/Api/Mail/MailingRenderer.php +0 -0
  122. lib/Inx/Api/Mail/ParseException.php +0 -0
  123. lib/Inx/Api/Mail/RenderError.php +0 -0
  124. lib/Inx/Api/Mailing/ContentHandler.php +0 -0
  125. lib/Inx/Api/Mailing/HtmlTextContentHandler.php +0 -0
  126. lib/Inx/Api/Mailing/Mailing.php +0 -0
  127. lib/Inx/Api/Mailing/MailingConstants.php +0 -0
  128. lib/Inx/Api/Mailing/MailingManager.php +0 -0
  129. lib/Inx/Api/Mailing/MailingStateException.php +0 -0
  130. lib/Inx/Api/Mailing/MultiPartContentHandler.php +0 -0
  131. lib/Inx/Api/Mailing/PlainTextContentHandler.php +0 -0
  132. lib/Inx/Api/Mailing/SendException.php +0 -0
  133. lib/Inx/Api/Mailing/SendingInfo.php +0 -0
  134. lib/Inx/Api/Mailing/SinglePartContentHandler.php +0 -0
  135. lib/Inx/Api/Mailing/XsltContentHandler.php +0 -0
  136. lib/Inx/Api/Mailing/XsltHtmlTextContentHandler.php +0 -0
  137. lib/Inx/Api/Mailing/XsltMultiPartContentHandler.php +0 -0
  138. lib/Inx/Api/Mailing/XsltPlainTextContentHandler.php +0 -0
  139. lib/Inx/Api/MailingTemplate/MailingTemplate.php +0 -0
  140. lib/Inx/Api/MailingTemplate/MailingTemplateManager.php +0 -0
  141. lib/Inx/Api/NameException.php +0 -0
  142. lib/Inx/Api/NullPointerException.php +0 -0
  143. lib/Inx/Api/Order.php +0 -0
  144. lib/Inx/Api/Plugin/PluginStore.php +0 -0
  145. lib/Inx/Api/PluginStatusService.php +0 -0
  146. lib/Inx/Api/Property/ApprovalPropertyValue.php +0 -0
  147. lib/Inx/Api/Property/FormatChoicePropertyFormatter.php +0 -0
  148. lib/Inx/Api/Property/Property.php +0 -0
  149. lib/Inx/Api/Property/PropertyFormatter.php +0 -0
  150. lib/Inx/Api/Property/PropertyNames.php +0 -0
  151. lib/Inx/Api/Recipient/Attribute.php +0 -0
  152. lib/Inx/Api/Recipient/AttributeManager.php +0 -0
  153. lib/Inx/Api/Recipient/AttributeNotFoundException.php +0 -0
  154. lib/Inx/Api/Recipient/BatchChannel.php +0 -0
  155. lib/Inx/Api/Recipient/BlackListException.php +0 -0
  156. lib/Inx/Api/Recipient/DuplicateKeyException.php +0 -0
  157. lib/Inx/Api/Recipient/IllegalValueException.php +0 -0
  158. lib/Inx/Api/Recipient/RecipientContext.php +0 -0
  159. lib/Inx/Api/Recipient/RecipientMetaData.php +0 -0
  160. lib/Inx/Api/Recipient/RecipientRowSet.php +0 -0
  161. lib/Inx/Api/Recipient/SelectException.php +0 -0
  162. lib/Inx/Api/Recipient/UnsubscriptionRecipientRowSet.php +0 -0
  163. lib/Inx/Api/RemoteException.php +0 -0
  164. lib/Inx/Api/Reporting/ConfigDescriptor.php +0 -0
  165. lib/Inx/Api/Reporting/Control.php +0 -0
  166. lib/Inx/Api/Reporting/ControlUnit.php +0 -0
  167. lib/Inx/Api/Reporting/DownloadableResult.php +0 -0
  168. lib/Inx/Api/Reporting/ReportEngine.php +0 -0
  169. lib/Inx/Api/Reporting/ReportException.php +0 -0
  170. lib/Inx/Api/Reporting/ReportRequest.php +0 -0
  171. lib/Inx/Api/Reporting/ReportTicket.php +0 -0
  172. lib/Inx/Api/Resource/Resource.php +0 -0
  173. lib/Inx/Api/Resource/ResourceManager.php +0 -0
  174. lib/Inx/Api/SecurityException.php +0 -0
  175. lib/Inx/Api/ServerTime.php +0 -0
  176. lib/Inx/Api/Session.php +0 -0
  177. lib/Inx/Api/Subscription/SubscriptionLogEntryRowSet.php +0 -0
  178. lib/Inx/Api/Subscription/SubscriptionManager.php +0 -0
  179. lib/Inx/Api/Testprofiles/TestRecipientContext.php +0 -0
  180. lib/Inx/Api/Testprofiles/TestRecipientRowSet.php +0 -0
  181. lib/Inx/Api/TextModule/TextModule.php +0 -0
  182. lib/Inx/Api/TextModule/TextModuleManager.php +0 -0
  183. lib/Inx/Api/TriggerMail/Attachment.php +0 -0
  184. lib/Inx/Api/TriggerMail/BuildException.php +0 -0
  185. lib/Inx/Api/TriggerMail/BuildMode.php +0 -0
  186. lib/Inx/Api/TriggerMail/ParseException.php +0 -0
  187. lib/Inx/Api/TriggerMail/RenderError.php +0 -0
  188. lib/Inx/Api/TriggerMail/TriggerMailContent.php +0 -0
  189. lib/Inx/Api/TriggerMail/TriggerMailingConstants.php +0 -0
  190. lib/Inx/Api/TriggerMail/TriggerMailingContentType.php +0 -0
  191. lib/Inx/Api/TriggerMail/TriggerMailingExceptionType.php +0 -0
  192. lib/Inx/Api/TriggerMail/TriggerMailingRenderer.php +0 -0
  193. lib/Inx/Api/TriggerMailing/Descriptor/ActionTriggerDescriptorBuilder.php +0 -0
  194. lib/Inx/Api/TriggerMailing/Descriptor/AnniversaryTriggerDescriptorBuilder.php +0 -0
  195. lib/Inx/Api/TriggerMailing/Descriptor/AttributeTriggerDescriptorBuilder.php +0 -0
  196. lib/Inx/Api/TriggerMailing/Descriptor/DailyTriggerIntervalBuilder.php +0 -0
  197. lib/Inx/Api/TriggerMailing/Descriptor/HourlyTriggerIntervalBuilder.php +0 -0
  198. lib/Inx/Api/TriggerMailing/Descriptor/IntervalTriggerDescriptorBuilder.php +0 -0
  199. lib/Inx/Api/TriggerMailing/Descriptor/MonthlyTriggerIntervalBuilder.php +0 -0
  200. lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerDescriptorBuilder.php +0 -0
  201. lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerDispatchInterval.php +0 -0
  202. lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerOffset.php +0 -0
  203. lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerOffsetType.php +0 -0
  204. lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerUnit.php +0 -0
  205. lib/Inx/Api/TriggerMailing/Descriptor/TriggerDescriptor.php +0 -0
  206. lib/Inx/Api/TriggerMailing/Descriptor/TriggerDescriptorBuilder.php +0 -0
  207. lib/Inx/Api/TriggerMailing/Descriptor/TriggerDescriptorBuilderFactory.php +0 -0
  208. lib/Inx/Api/TriggerMailing/Descriptor/TriggerInterval.php +0 -0
  209. lib/Inx/Api/TriggerMailing/Descriptor/TriggerIntervalBuilder.php +0 -0
  210. lib/Inx/Api/TriggerMailing/Descriptor/TriggerIntervalBuilderFactory.php +0 -0
  211. lib/Inx/Api/TriggerMailing/Descriptor/TriggerType.php +0 -0
  212. lib/Inx/Api/TriggerMailing/Descriptor/WeeklyTriggerIntervalBuilder.php +0 -0
  213. lib/Inx/Api/TriggerMailing/FilterConcatenationType.php +0 -0
  214. lib/Inx/Api/TriggerMailing/SendException.php +0 -0
  215. lib/Inx/Api/TriggerMailing/StateFilter.php +0 -0
  216. lib/Inx/Api/TriggerMailing/TriggerMailing.php +0 -0
  217. lib/Inx/Api/TriggerMailing/TriggerMailingAttribute.php +0 -0
  218. lib/Inx/Api/TriggerMailing/TriggerMailingManager.php +0 -0
  219. lib/Inx/Api/TriggerMailing/TriggerMailingState.php +0 -0
  220. lib/Inx/Api/TriggerMailing/TriggerMailingStateException.php +0 -0
  221. lib/Inx/Api/TriggerMailing/TriggerState.php +0 -0
  222. lib/Inx/Api/UnknownRecipientException.php +0 -0
  223. lib/Inx/Api/UpdateException.php +0 -0
  224. lib/Inx/Api/User.php +0 -0
  225. lib/Inx/Api/UserContext.php +0 -0
  226. lib/Inx/Api/UserRights.php +0 -0
  227. lib/Inx/Api/Util/TellAFriendException.php +0 -0
  228. lib/Inx/Api/Util/TemporaryMail.php +0 -0
  229. lib/Inx/Api/Util/TemporaryMailSender.php +0 -0
  230. lib/Inx/Api/Util/Utilities.php +0 -0
  231. lib/Inx/Api/Webpage/Webpage.php +0 -0
  232. lib/Inx/Api/Webpage/WebpageManager.php +0 -0
  233. lib/Inx/Apiimpl/AbstractSession.php +0 -0
  234. lib/Inx/Apiimpl/Action/ActionConstants.php +0 -0
  235. lib/Inx/Apiimpl/Action/ActionImpl.php +0 -0
  236. lib/Inx/Apiimpl/Action/ActionManagerImpl.php +0 -0
  237. lib/Inx/Apiimpl/Action/CommandFactoryImpl.php +0 -0
  238. lib/Inx/Apiimpl/Action/CommandImpl.php +0 -0
  239. lib/Inx/Apiimpl/Action/CommandImpl/RemoveRecipientCmd.php +0 -0
  240. lib/Inx/Apiimpl/Action/CommandImpl/SendActionMailCmd.php +0 -0
  241. lib/Inx/Apiimpl/Action/CommandImpl/SendMailCmd.php +0 -0
  242. lib/Inx/Apiimpl/Action/CommandImpl/SetValueCmd.php +0 -0
  243. lib/Inx/Apiimpl/Action/CommandImpl/SubUnsubscriptionCmd.php +0 -0
  244. lib/Inx/Apiimpl/Action/CommandImpl/SubscriptionCmd.php +0 -0
  245. lib/Inx/Apiimpl/Action/CommandImpl/UnknownCmd.php +0 -0
  246. lib/Inx/Apiimpl/Action/CommandImpl/UnsubscriptionCmd.php +0 -0
  247. lib/Inx/Apiimpl/Approval/ApproverImpl.php +0 -0
  248. lib/Inx/Apiimpl/Approval/ApproverManagerImpl.php +0 -0
  249. lib/Inx/Apiimpl/AxisPluginStatusService.php +0 -0
  250. lib/Inx/Apiimpl/Blacklist/BlacklistConstants.php +0 -0
  251. lib/Inx/Apiimpl/Blacklist/BlacklistEntryImpl.php +0 -0
  252. lib/Inx/Apiimpl/Blacklist/BlacklistManagerImpl.php +0 -0
  253. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet.php +0 -0
  254. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/AttrGetter.php +0 -0
  255. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/BooleanGetter.php +0 -0
  256. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/DateGetter.php +0 -0
  257. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/DateTimeGetter.php +0 -0
  258. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/DoubleGetter.php +0 -0
  259. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/IntegerGetter.php +0 -0
  260. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/StringGetter.php +0 -0
  261. lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/TimeGetter.php +0 -0
  262. lib/Inx/Apiimpl/Bounce/BounceImpl.php +0 -0
  263. lib/Inx/Apiimpl/Bounce/BounceManagerImpl.php +0 -0
  264. lib/Inx/Apiimpl/Constants.php +0 -0
  265. lib/Inx/Apiimpl/Core/AbstractBOResultSet.php +0 -0
  266. lib/Inx/Apiimpl/Core/BOResultSetDelegate.php +0 -0
  267. lib/Inx/Apiimpl/Core/DelegateBOResultSet.php +0 -0
  268. lib/Inx/Apiimpl/Core/RemoteInputStream.php +0 -0
  269. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl.php +0 -0
  270. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/AttrGetter.php +0 -0
  271. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/BooleanGetter.php +0 -0
  272. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/DateGetter.php +0 -0
  273. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/DateTimeGetter.php +0 -0
  274. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/DoubleGetter.php +0 -0
  275. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/IntegerGetter.php +0 -0
  276. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/StringGetter.php +0 -0
  277. lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/TimeGetter.php +0 -0
  278. lib/Inx/Apiimpl/Core/SubscriptionManagerImpl.php +0 -0
  279. lib/Inx/Apiimpl/Core/Uploader.php +0 -0
  280. lib/Inx/Apiimpl/Core/UserContextImpl.php +0 -0
  281. lib/Inx/Apiimpl/DataAccess/ClickDataImpl.php +0 -0
  282. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl.php +0 -0
  283. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/AttrGetter.php +0 -0
  284. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/BooleanGetter.php +0 -0
  285. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/DateGetter.php +0 -0
  286. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/DateTimeGetter.php +0 -0
  287. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/DoubleGetter.php +0 -0
  288. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/IntegerGetter.php +0 -0
  289. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/StringGetter.php +0 -0
  290. lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/TimeGetter.php +0 -0
  291. lib/Inx/Apiimpl/DataAccess/DataAccessImpl.php +0 -0
  292. lib/Inx/Apiimpl/DataAccess/LinkDataImpl.php +0 -0
  293. lib/Inx/Apiimpl/DataAccess/LinkDataRowSetImpl.php +0 -0
  294. lib/Inx/Apiimpl/DesignTemplate/DesignCollectionImpl.php +0 -0
  295. lib/Inx/Apiimpl/DesignTemplate/DesignCollectionManagerImpl.php +0 -0
  296. lib/Inx/Apiimpl/DesignTemplate/StyleImpl.php +0 -0
  297. lib/Inx/Apiimpl/DesignTemplate/TemplateImpl.php +0 -0
  298. lib/Inx/Apiimpl/Filter/FilterConstants.php +0 -0
  299. lib/Inx/Apiimpl/Filter/FilterImpl.php +0 -0
  300. lib/Inx/Apiimpl/Filter/FilterManagerImpl.php +0 -0
  301. lib/Inx/Apiimpl/Inbox/InboxManagerImpl.php +0 -0
  302. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet.php +0 -0
  303. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/AttrGetter.php +0 -0
  304. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/BooleanGetter.php +0 -0
  305. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/DateGetter.php +0 -0
  306. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/DateTimeGetter.php +0 -0
  307. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/DoubleGetter.php +0 -0
  308. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/IntegerGetter.php +0 -0
  309. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/StringGetter.php +0 -0
  310. lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/TimeGetter.php +0 -0
  311. lib/Inx/Apiimpl/Inbox/InboxMessageImpl.php +0 -0
  312. lib/Inx/Apiimpl/List/AdminListImpl.php +0 -0
  313. lib/Inx/Apiimpl/List/FilterListImpl.php +0 -0
  314. lib/Inx/Apiimpl/List/ListImpl.php +0 -0
  315. lib/Inx/Apiimpl/List/ListManagerImpl.php +0 -0
  316. lib/Inx/Apiimpl/List/ListSizeImpl.php +0 -0
  317. lib/Inx/Apiimpl/List/StandardListImpl.php +0 -0
  318. lib/Inx/Apiimpl/List/SystemListImpl.php +0 -0
  319. lib/Inx/Apiimpl/Loader.php +0 -0
  320. lib/Inx/Apiimpl/Mailing/AttachmentImpl.php +0 -0
  321. lib/Inx/Apiimpl/Mailing/MailContentImpl.php +0 -0
  322. lib/Inx/Apiimpl/Mailing/MailingContentHandler.php +0 -0
  323. lib/Inx/Apiimpl/Mailing/MailingContentHandler/HtmlTextImpl.php +0 -0
  324. lib/Inx/Apiimpl/Mailing/MailingContentHandler/MultiPartImpl.php +0 -0
  325. lib/Inx/Apiimpl/Mailing/MailingContentHandler/PlainTextImpl.php +0 -0
  326. lib/Inx/Apiimpl/Mailing/MailingContentHandler/XsltHtmlTextImpl.php +0 -0
  327. lib/Inx/Apiimpl/Mailing/MailingContentHandler/XsltImpl.php +0 -0
  328. lib/Inx/Apiimpl/Mailing/MailingContentHandler/XsltMultiPartImpl.php +0 -0
  329. lib/Inx/Apiimpl/Mailing/MailingContentHandler/XsltPlainTextImpl.php +0 -0
  330. lib/Inx/Apiimpl/Mailing/MailingImpl.php +0 -0
  331. lib/Inx/Apiimpl/Mailing/MailingManagerImpl.php +0 -0
  332. lib/Inx/Apiimpl/Mailing/MailingRendererImpl.php +0 -0
  333. lib/Inx/Apiimpl/Mailing/MailingRendererTestRecipientImpl.php +0 -0
  334. lib/Inx/Apiimpl/Mailing/MailingResultSet.php +0 -0
  335. lib/Inx/Apiimpl/Mailing/SendingInfoImpl.php +0 -0
  336. lib/Inx/Apiimpl/MailingTemplate/MailingTemplateImpl.php +0 -0
  337. lib/Inx/Apiimpl/MailingTemplate/MailingTemplateManagerImpl.php +0 -0
  338. lib/Inx/Apiimpl/Plugin/PluginStoreImpl.php +0 -0
  339. lib/Inx/Apiimpl/Property/PropertyConstants.php +0 -0
  340. lib/Inx/Apiimpl/Property/PropertyContext.php +0 -0
  341. lib/Inx/Apiimpl/Property/PropertyFormatterImpl.php +0 -0
  342. lib/Inx/Apiimpl/Property/PropertyImpl.php +0 -0
  343. lib/Inx/Apiimpl/Property/PropertyResultSet.php +0 -0
  344. lib/Inx/Apiimpl/PropertyConstants.php +0 -0
  345. lib/Inx/Apiimpl/Recipient/AttributeManagerImpl.php +0 -0
  346. lib/Inx/Apiimpl/Recipient/BatchChannelImpl.php +0 -0
  347. lib/Inx/Apiimpl/Recipient/Constants.php +0 -0
  348. lib/Inx/Apiimpl/Recipient/ContextAttribute.php +0 -0
  349. lib/Inx/Apiimpl/Recipient/ContextAttribute/Boolean.php +0 -0
  350. lib/Inx/Apiimpl/Recipient/ContextAttribute/Date.php +0 -0
  351. lib/Inx/Apiimpl/Recipient/ContextAttribute/Datetime.php +0 -0
  352. lib/Inx/Apiimpl/Recipient/ContextAttribute/Double.php +0 -0
  353. lib/Inx/Apiimpl/Recipient/ContextAttribute/Hardbounce.php +0 -0
  354. lib/Inx/Apiimpl/Recipient/ContextAttribute/Id.php +0 -0
  355. lib/Inx/Apiimpl/Recipient/ContextAttribute/Integer.php +0 -0
  356. lib/Inx/Apiimpl/Recipient/ContextAttribute/LastModification.php +0 -0
  357. lib/Inx/Apiimpl/Recipient/ContextAttribute/String.php +0 -0
  358. lib/Inx/Apiimpl/Recipient/ContextAttribute/Time.php +0 -0
  359. lib/Inx/Apiimpl/Recipient/RecipientContextImpl.php +0 -0
  360. lib/Inx/Apiimpl/Recipient/RecipientContextImpl/AttributeIterator.php +0 -0
  361. lib/Inx/Apiimpl/Recipient/RecipientRowSetImpl.php +0 -0
  362. lib/Inx/Apiimpl/Recipient/UnsubscriptionRecipientRowSetImpl.php +0 -0
  363. lib/Inx/Apiimpl/RemoteObject.php +0 -0
  364. lib/Inx/Apiimpl/RemoteRef.php +0 -0
  365. lib/Inx/Apiimpl/RemoteRefImpl.php +0 -0
  366. lib/Inx/Apiimpl/RemoteSession.php +0 -0
  367. lib/Inx/Apiimpl/Reporting/ConfigDescriptorImpl.php +0 -0
  368. lib/Inx/Apiimpl/Reporting/ControlImpl.php +0 -0
  369. lib/Inx/Apiimpl/Reporting/ControlUnitImpl.php +0 -0
  370. lib/Inx/Apiimpl/Reporting/DownloadableResultImpl.php +0 -0
  371. lib/Inx/Apiimpl/Reporting/ReportEngineImpl.php +0 -0
  372. lib/Inx/Apiimpl/Reporting/ReportTicketImpl.php +0 -0
  373. lib/Inx/Apiimpl/Resource/ResourceImpl.php +0 -0
  374. lib/Inx/Apiimpl/Resource/ResourceManagerImpl.php +0 -0
  375. lib/Inx/Apiimpl/SecureLogin.php +0 -0
  376. lib/Inx/Apiimpl/ServerTimeImpl.php +0 -0
  377. lib/Inx/Apiimpl/SessionContext.php +0 -0
  378. lib/Inx/Apiimpl/SoapClient.php +0 -0
  379. lib/Inx/Apiimpl/SoapException.php +0 -0
  380. lib/Inx/Apiimpl/SoapSession.php +0 -0
  381. lib/Inx/Apiimpl/TConvert.php +0 -0
  382. lib/Inx/Apiimpl/Testprofiles/TestRecipientContextImpl.php +0 -0
  383. lib/Inx/Apiimpl/Testprofiles/TestRecipientRowSetImpl.php +0 -0
  384. lib/Inx/Apiimpl/TextModule/TextModuleImpl.php +0 -0
  385. lib/Inx/Apiimpl/TextModule/TextModuleManagerImpl.php +0 -0
  386. lib/Inx/Apiimpl/TriggerMailing/AttachmentImpl.php +0 -0
  387. lib/Inx/Apiimpl/TriggerMailing/Descriptor/ActionTriggerDescriptorBuilderImpl.php +0 -0
  388. lib/Inx/Apiimpl/TriggerMailing/Descriptor/AnniversaryTriggerDescriptorBuilderImpl.php +0 -0
  389. lib/Inx/Apiimpl/TriggerMailing/Descriptor/AttributeTriggerDescriptorBuilderImpl.php +0 -0
  390. lib/Inx/Apiimpl/TriggerMailing/Descriptor/DailyTriggerIntervalBuilderImpl.php +0 -0
  391. lib/Inx/Apiimpl/TriggerMailing/Descriptor/HourlyTriggerIntervalBuilderImpl.php +0 -0
  392. lib/Inx/Apiimpl/TriggerMailing/Descriptor/IntervalImpl.php +0 -0
  393. lib/Inx/Apiimpl/TriggerMailing/Descriptor/IntervalTriggerDescriptorBuilderImpl.php +0 -0
  394. lib/Inx/Apiimpl/TriggerMailing/Descriptor/MonthlyTriggerIntervalBuilderImpl.php +0 -0
  395. lib/Inx/Apiimpl/TriggerMailing/Descriptor/TimeTriggerDescriptorBuilderImpl.php +0 -0
  396. lib/Inx/Apiimpl/TriggerMailing/Descriptor/TriggerDescriptorBuilderFactoryImpl.php +0 -0
  397. lib/Inx/Apiimpl/TriggerMailing/Descriptor/TriggerDescriptorImpl.php +0 -0
  398. lib/Inx/Apiimpl/TriggerMailing/Descriptor/TriggerIntervalBuilderFactoryImpl.php +0 -0
  399. lib/Inx/Apiimpl/TriggerMailing/Descriptor/WeeklyTriggerIntervalBuilderImpl.php +0 -0
  400. lib/Inx/Apiimpl/TriggerMailing/StateFilterImpl.php +0 -0
  401. lib/Inx/Apiimpl/TriggerMailing/TriggerMailContentImpl.php +0 -0
  402. lib/Inx/Apiimpl/TriggerMailing/TriggerMailingContentHandler.php +0 -0
  403. lib/Inx/Apiimpl/TriggerMailing/TriggerMailingImpl.php +0 -0
  404. lib/Inx/Apiimpl/TriggerMailing/TriggerMailingManagerImpl.php +0 -0
  405. lib/Inx/Apiimpl/TriggerMailing/TriggerMailingRendererImpl.php +0 -0
  406. lib/Inx/Apiimpl/TriggerMailing/TriggerMailingRendererTestRecipientImpl.php +0 -0
  407. lib/Inx/Apiimpl/TriggerMailing/TriggerMailingResultSet.php +0 -0
  408. lib/Inx/Apiimpl/Util/IndexException.php +0 -0
  409. lib/Inx/Apiimpl/Util/IndexedBuffer.php +0 -0
  410. lib/Inx/Apiimpl/Util/SelectionUtils.php +0 -0
  411. lib/Inx/Apiimpl/Util/UtilitiesImpl.php +0 -0
  412. lib/Inx/Apiimpl/Util/Utils.php +0 -0
  413. lib/Inx/Apiimpl/Webpage/WebpageImpl.php +0 -0
  414. lib/Inx/Apiimpl/Webpage/WebpageManagerImpl.php +0 -0
  415. lib/Inx/Apiimpl/wsdl/ActionService.wsdl +0 -0
  416. lib/Inx/Apiimpl/wsdl/ApproverService.wsdl +0 -0
  417. lib/Inx/Apiimpl/wsdl/BlacklistService.wsdl +0 -0
  418. lib/Inx/Apiimpl/wsdl/Bounce2Service.wsdl +0 -0
  419. lib/Inx/Apiimpl/wsdl/BounceService.wsdl +0 -0
  420. lib/Inx/Apiimpl/wsdl/CoreService.wsdl +0 -0
  421. lib/Inx/Apiimpl/wsdl/DataAccessService.wsdl +0 -0
  422. lib/Inx/Apiimpl/wsdl/DesignTemplate2Service.wsdl +0 -0
  423. lib/Inx/Apiimpl/wsdl/DesignTemplateService.wsdl +0 -0
  424. lib/Inx/Apiimpl/wsdl/FilterService.wsdl +0 -0
  425. lib/Inx/Apiimpl/wsdl/InboxService.wsdl +0 -0
  426. lib/Inx/Apiimpl/wsdl/ListService.wsdl +0 -0
  427. lib/Inx/Apiimpl/wsdl/Mailing2Service.wsdl +0 -0
  428. lib/Inx/Apiimpl/wsdl/Mailing3Service.wsdl +0 -0
  429. lib/Inx/Apiimpl/wsdl/Mailing4Service.wsdl +0 -0
  430. lib/Inx/Apiimpl/wsdl/Mailing5Service.wsdl +0 -0
  431. lib/Inx/Apiimpl/wsdl/Mailing6Service.wsdl +0 -0
  432. lib/Inx/Apiimpl/wsdl/MailingService.wsdl +0 -0
  433. lib/Inx/Apiimpl/wsdl/MailingTemplateService.wsdl +0 -0
  434. lib/Inx/Apiimpl/wsdl/PluginService.wsdl +0 -0
  435. lib/Inx/Apiimpl/wsdl/PropertyService.wsdl +0 -0
  436. lib/Inx/Apiimpl/wsdl/RecipientService.wsdl +0 -0
  437. lib/Inx/Apiimpl/wsdl/ReportingService.wsdl +0 -0
  438. lib/Inx/Apiimpl/wsdl/ResourceService.wsdl +0 -0
  439. lib/Inx/Apiimpl/wsdl/TestrecipientService.wsdl +0 -0
  440. lib/Inx/Apiimpl/wsdl/TextmoduleService.wsdl +0 -0
  441. lib/Inx/Apiimpl/wsdl/TriggerMailingService.wsdl +0 -0
  442. lib/Inx/Apiimpl/wsdl/UnsubscriberService.wsdl +0 -0
  443. lib/Inx/Apiimpl/wsdl/WebpageService.wsdl +0 -0
  444. package.xml +6 -7
  445. skin/frontend/base/default/dndinxmail/images/ajax-loader.gif +0 -0
  446. skin/frontend/base/default/dndinxmail/images/bkg-inxmail-sync-bar.png +0 -0
  447. skin/frontend/base/default/dndinxmail/images/inxmail-logo.png +0 -0
  448. skin/frontend/base/default/dndinxmail/inxmail-synchronization.css +0 -0
app/code/community/DndInxmail/.DS_Store CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/.DS_Store CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Block/Adminhtml/Newsletter/Subscriber/Grid.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Block/Adminhtml/System/Config/Date.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Block/Adminhtml/System/Config/Form/Button/Groups.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Block/Adminhtml/System/Config/Form/Button/Subscribers.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Block/Synchronization/Groups.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Block/Synchronization/Subscribers.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Abstract.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Data.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Error.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Group.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Log.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Mapping.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Synchronize.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Synchronize/Groups.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Helper/Synchronize/Subscribers.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Backend/Cron.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Backend/Customer/Group.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Backend/Date.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Attributes.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Cron/Frequency.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Group.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Group/Specific.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Dateonly.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Float.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Int.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Text.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Columns/Type/Yesno.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Inxmail/Lists.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Adminhtml/System/Config/Source/Orders.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Observer.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/Model/Xml.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/controllers/Adminhtml/InxmailcolumnsController.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/controllers/Adminhtml/SynchronizeController.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/controllers/LogController.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/controllers/MessagesController.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/controllers/SourceController.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/controllers/SynchronizeController.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/etc/adminhtml.xml CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/etc/config.xml CHANGED
@@ -14,7 +14,7 @@
14
  <config>
15
  <modules>
16
  <DndInxmail_Subscriber>
17
- <version>3.1.0.0</version>
18
  </DndInxmail_Subscriber>
19
  </modules>
20
  <global>
14
  <config>
15
  <modules>
16
  <DndInxmail_Subscriber>
17
+ <version>3.1.0.1</version>
18
  </DndInxmail_Subscriber>
19
  </modules>
20
  <global>
app/code/community/DndInxmail/Subscriber/etc/system.xml CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/sql/dndinxmail_subscriber_setup/mysql4-install-1.0.0.0.php CHANGED
File without changes
app/code/community/DndInxmail/Subscriber/sql/dndinxmail_subscriber_setup/mysql4-upgrade-1.0.0.0-3.1.0.0.php CHANGED
File without changes
app/design/adminhtml/default/default/layout/dndinxmail.xml CHANGED
File without changes
app/design/adminhtml/default/default/template/dndinxmail/subscriber/system/config/form/button/groups.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/dndinxmail/subscriber/system/config/form/button/subscribers.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/dndinxmail/subscriber/system/inxmail/columns.phtml CHANGED
File without changes
app/design/frontend/base/default/layout/dndinxmail.xml CHANGED
File without changes
app/design/frontend/base/default/template/dndinxmail/page/messages.phtml CHANGED
File without changes
app/design/frontend/base/default/template/dndinxmail/page/synchronize.phtml CHANGED
File without changes
app/design/frontend/base/default/template/dndinxmail/synchronization/groups.phtml CHANGED
File without changes
app/design/frontend/base/default/template/dndinxmail/synchronization/subscribers.phtml CHANGED
File without changes
app/etc/modules/DndInxmail_Subscriber.xml CHANGED
File without changes
app/locale/de_DE/DndInxmail_Subscriber.csv DELETED
@@ -1,111 +0,0 @@
1
- "Enabled,""Aktiviert"""
2
- "API Url,""API Url"""
3
- "API User,""API Benutzer"""
4
- "API Password,""API Passwort"""
5
- "General,""Allgemein"""
6
- "Guest,""Gast"""
7
- "Magento subscribers are successfully synchronized to Inxmail.,""Die Newsletter-Abonnenten aus Magento wurden erfolgreich nach Inxmail synchronisiert."""
8
- "Synchronize All Subscribers,""Alle Abonnenten synchronisieren"""
9
- "Inxmail List,""Inxmail Mailingliste"""
10
- "Fields to synchronize,""Felder synchronisieren"""
11
- "Synchronize all Magento subscribers to Inxmail,""Alle Newsletter-Abonnenten nach Inxmail synchronisieren."""
12
- "Select your Inxmail list,""Wählen Sie die Inxmail Mailingliste"""
13
- "Mapping <strong>{customer_attribute}:{inxmail_attribute}</strong><br/><span class=notice"">If the {inxmail_attribute} is not defined, the value of {customer_attribute} will be taken</span>"",""Zuordnung <strong>{attribut_client}:{attribut_inxmail}</strong><br/><span class=""notice"">Wenn {attribut_inxmail} nicht definiert ist, wird der {attribut_client} Wert verwendet</span>"""
14
- "Synchronize now,""Jetzt synchronisieren"""
15
- "Disabled,""Deaktiviert"""
16
- "No list selected,""Keine Mailingliste ausgewählt"""
17
- "No list defined in configuration,""Keine Mailingliste in der Konfiguration definiert"""
18
- "No column available,""Keine Spalte verfügbar"""
19
- "No list available,""Keine Mailingliste verfügbar"""
20
- "Inxmail session does not exist,""Inxmail-Sitzung nicht aktiv"""
21
- "Yes,""Ja"""
22
- "No,""Nein"""
23
- "Inxmail API Error: %s,""Inxmail API Fehler: %s"""
24
- "Mapping Customer Fields,""Zuordnung Kundenfelder"""
25
- "Mapping Dynamic Fields,""Zuordnung Dynamische Felder"""
26
- "Customer ID,""Kunden ID"""
27
- "Website ID,""Website ID"""
28
- "Group ID,""Gruppe ID"""
29
- "Store ID,""Store ID"""
30
- "Creation Date,""Erstellungsdatum"""
31
- "Update Date,""Updatedatum"""
32
- "Customer is active,""Kunde ist aktiv"""
33
- "Firstname,""Vorname"""
34
- "Lastname,""Nachname"""
35
- "First Order,""Erste Bestellung"""
36
- "Last Order,""Letzte Bestellung"""
37
- "Total Orders,""Anzahl Bestellungen"""
38
- "AVG Orders,""Durchschnittswert Bestellungen"""
39
- "Last Connection,""Letzte Verbindung"""
40
- "Error truncating Inxmail list,""Fehler während des Leerens der Inxmail Mailingliste"""
41
- "Mapping Customer Group,""Zuordnung Kundengruppe"""
42
- "Customer Group,""Kundengruppe"""
43
- "Specific groups customer limit,""Limit Anzahl Kunden spezifische Kundengruppen"""
44
- "Last customers (specific),""Letzter Kunde(spezifisch)"""
45
- "Best customers (specific),""Beste Kunden(spezifisch)"""
46
- "Customers birthday (specific),""Kunden mit Geburtstag(spezifisch)"""
47
- "Abandonned carts (specific),""Abgebrochene Warenkörbe(spezifisch)"""
48
- "Today orders (specific),""Heutige Bestellungen(spezifisch)"""
49
- "You have selected the Birthday group even though the date of birth is not enabled on your shop,""Sie haben die Geburtstagsgruppe ausgewählt, obwohl das Geburtstagsdatum im Shop nicht aktiviert ist"""
50
- "You have selected the Birthday group even though the date of birth is not enabled on your shop,""You have selected the Birthday group even though the date of birth is not enabled on your shop"""
51
- "Image Width,""Bildbreite"""
52
- "Image Height,""Bildhöhe"""
53
- "Add Specific Attributes,""Spezielle Attribute hinzufügen"""
54
- "Number Of Products In The Feed,""Anzahl der Produkte im Product Feed"""
55
- "Unsubscribed customer synchronization,""Abgemeldete Kunden synchronisieren"""
56
- "Customer groups synchronization,""Kundengruppen synchronisieren"""
57
- "Frequency,""Intervall"""
58
- "Start Time,""Startzeit"""
59
- "Daily,""Täglich"""
60
- "Weekly,""Wöchentlich"""
61
- "Monthly,""Monatlich"""
62
- "Mapping,""Zuordnung"""
63
- "Launch manually,""Manuell starten"""
64
- "Synchronize All Groups,""Alle Gruppen synchronisieren"""
65
- "Customers per pass,""Kunden pro Transfer"""
66
- "Subscribers per pass,""Abonnenten pro Transfer"""
67
- "Subscribers synchronization,""Abonnenten-Synchronisation"""
68
- "Create Inxmail column,""Inxmail-Spalte erstellen"""
69
- "Create,""Erstellen"""
70
- "Column name,""Spaltenname"""
71
- "Column length,""Spaltenlänge"""
72
- "Column type,""Spaltentyp"""
73
- "Text,""Text"""
74
- "Date and time,""Datum und Uhrzzeit"""
75
- "Date only,""nur Datum"""
76
- "Time only,""nur Uhrzeit"""
77
- "Integer,""Ganzzahl"""
78
- "Float,""Gleitkommazahl"""
79
- "Yes / No,""Ja / Nein"""
80
- "Subscribers synchronization is only available on the store view configuration of your website.,""Die Synchronisation der Newsletter-Abonnenten ist nur in der Konfigurationsansicht des Stores verfügbar."""
81
- "Column %s successfully created in Inxmail,""Die Spalte %s wurde erfolgreich in Inxmail erstellt"""
82
- "Column %s already exist in Inxmail,""Die Spalte %s ist in Inxmail bereits vorhanden"""
83
- "No post data,""Keine Post Daten"""
84
- "No store set,""Kein Store ausgewählt"""
85
- "No default store set,""Kein Default Store ausgewählt"""
86
- "You are not allowed on this page.,""Sie haben für diese Seite keine Erlaubnis."""
87
- "No subscriber to synchronize.,""Kein Abonnent zu synchronisieren."""
88
- "Error synchronizing unsubscribed customers from Inxmail,""Fehler beim Synchronisieren abgemeldeter Kunden von Inxmail"""
89
- "No customer to synchronize.,""Kein Kunde zu synchronisieren."""
90
- "Type Date only,""Typ nur Datum"""
91
- "Type Yes/No,""Typ Ja/Nein"""
92
- "Type Integer,""Typ Ganzzahl"""
93
- "Type Float,""Typ Gleitkommazahl"""
94
- "Type Text,""Typ Text"""
95
- "Last customers,""Letzte Kunden"""
96
- "Best customers,""Beste Kunden"""
97
- "Abandonned carts,""Abgebrochene Warenkörbe"""
98
- "Orders configuration,""Konfiguration Bestellungen"""
99
- "Orders configuration: Last X Days,""Konfiguration Bestellungen: die letzten X Tage"""
100
- "Orders configuration: Date range From,""Konfiguration Bestellungen: Anfangsdatum Bestellzeitraum"""
101
- "Orders configuration: Date range to,""Konfiguration Bestellungen: Enddatum Bestellzeitraum"""
102
- "Get last customers since X days,""Die letzten Kunden der letzten X Tage"""
103
- "Get customers whose sum of all orders is superior to X,""Kunden, deren Bestellsumme höher als X ist"""
104
- "Get abandonned carts' customer since X days,""Abgebrochene Warenkörbe von Kunden der letzten X Tage"""
105
- "Configuration to get orders,""Konfiguration, um Bestellungen zu erhalten"""
106
- "Get orders since X days,""Bestellungen der letzten X Tage"""
107
- "Get orders of specific date range (from),""Bestellungen ab einem bestimmten Startdatum"""
108
- "Get orders of specific date range (to),""Bestellungen bis zu einem bestimmten Enddatum"""
109
- "Last X Days,""Die letzten X Tage"""
110
- "Date Range,""Zeitraum"""
111
- "Orders (specific),""Bestellungen (spezifisch)"""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/locale/en_US/DndInxmail_Subscriber.csv CHANGED
File without changes
app/locale/fr_FR/DndInxmail_Subscriber.csv CHANGED
File without changes
js/dndinxmail/synchronize.js CHANGED
File without changes
lib/Inx/Api/APIException.php CHANGED
File without changes
lib/Inx/Api/Action/Action.php CHANGED
File without changes
lib/Inx/Api/Action/ActionManager.php CHANGED
File without changes
lib/Inx/Api/Action/Command.php CHANGED
File without changes
lib/Inx/Api/Action/CommandFactory.php CHANGED
File without changes
lib/Inx/Api/Action/DeleteRecipientCommand.php CHANGED
File without changes
lib/Inx/Api/Action/SendActionMailCommand.php CHANGED
File without changes
lib/Inx/Api/Action/SendMailCommand.php CHANGED
File without changes
lib/Inx/Api/Action/SetValueCommand.php CHANGED
File without changes
lib/Inx/Api/Action/SubUnsubscriptionCommand.php CHANGED
File without changes
lib/Inx/Api/Action/SubscriptionCommand.php CHANGED
File without changes
lib/Inx/Api/Action/UnsubscriptionCommand.php CHANGED
File without changes
lib/Inx/Api/Approval/Approver.php CHANGED
File without changes
lib/Inx/Api/Approval/ApproverManager.php CHANGED
File without changes
lib/Inx/Api/BOManager.php CHANGED
File without changes
lib/Inx/Api/BOResultSet.php CHANGED
File without changes
lib/Inx/Api/Blacklist/BlacklistEntry.php CHANGED
File without changes
lib/Inx/Api/Blacklist/BlacklistManager.php CHANGED
File without changes
lib/Inx/Api/Bounce/Bounce.php CHANGED
File without changes
lib/Inx/Api/Bounce/BounceManager.php CHANGED
File without changes
lib/Inx/Api/BusinessObject.php CHANGED
File without changes
lib/Inx/Api/ConnectException.php CHANGED
File without changes
lib/Inx/Api/DataAccess/ClickData.php CHANGED
File without changes
lib/Inx/Api/DataAccess/ClickDataRowSet.php CHANGED
File without changes
lib/Inx/Api/DataAccess/DataAccess.php CHANGED
File without changes
lib/Inx/Api/DataAccess/DataRowSet.php CHANGED
File without changes
lib/Inx/Api/DataAccess/LinkData.php CHANGED
File without changes
lib/Inx/Api/DataAccess/LinkDataRowSet.php CHANGED
File without changes
lib/Inx/Api/DataException.php CHANGED
File without changes
lib/Inx/Api/DesignTemplate/DesignCollection.php CHANGED
File without changes
lib/Inx/Api/DesignTemplate/DesignCollectionManager.php CHANGED
File without changes
lib/Inx/Api/DesignTemplate/ImportException.php CHANGED
File without changes
lib/Inx/Api/DesignTemplate/Style.php CHANGED
File without changes
lib/Inx/Api/DesignTemplate/Template.php CHANGED
File without changes
lib/Inx/Api/FeatureNotAvailableException.php CHANGED
File without changes
lib/Inx/Api/Features.php CHANGED
File without changes
lib/Inx/Api/Filter/Filter.php CHANGED
File without changes
lib/Inx/Api/Filter/FilterManager.php CHANGED
File without changes
lib/Inx/Api/FilterStmtException.php CHANGED
File without changes
lib/Inx/Api/IOException.php CHANGED
File without changes
lib/Inx/Api/IllegalArgumentException.php CHANGED
File without changes
lib/Inx/Api/IllegalStateException.php CHANGED
File without changes
lib/Inx/Api/Inbox/InboxManager.php CHANGED
File without changes
lib/Inx/Api/Inbox/InboxMessage.php CHANGED
File without changes
lib/Inx/Api/IndexOutOfBoundsException.php CHANGED
File without changes
lib/Inx/Api/IndexSelection.php CHANGED
File without changes
lib/Inx/Api/InputStream.php CHANGED
File without changes
lib/Inx/Api/List/AdminListContext.php CHANGED
File without changes
lib/Inx/Api/List/FilterListContext.php CHANGED
File without changes
lib/Inx/Api/List/ListContext.php CHANGED
File without changes
lib/Inx/Api/List/ListContextManager.php CHANGED
File without changes
lib/Inx/Api/List/ListSize.php CHANGED
File without changes
lib/Inx/Api/List/StandardListContext.php CHANGED
File without changes
lib/Inx/Api/List/SystemListContext.php CHANGED
File without changes
lib/Inx/Api/LockException.php CHANGED
File without changes
lib/Inx/Api/LockTicket.php CHANGED
File without changes
lib/Inx/Api/LoginException.php CHANGED
File without changes
lib/Inx/Api/Mail/Attachment.php CHANGED
File without changes
lib/Inx/Api/Mail/BuildException.php CHANGED
File without changes
lib/Inx/Api/Mail/HeaderField.php CHANGED
File without changes
lib/Inx/Api/Mail/MailContent.php CHANGED
File without changes
lib/Inx/Api/Mail/MailingRenderer.php CHANGED
File without changes
lib/Inx/Api/Mail/ParseException.php CHANGED
File without changes
lib/Inx/Api/Mail/RenderError.php CHANGED
File without changes
lib/Inx/Api/Mailing/ContentHandler.php CHANGED
File without changes
lib/Inx/Api/Mailing/HtmlTextContentHandler.php CHANGED
File without changes
lib/Inx/Api/Mailing/Mailing.php CHANGED
File without changes
lib/Inx/Api/Mailing/MailingConstants.php CHANGED
File without changes
lib/Inx/Api/Mailing/MailingManager.php CHANGED
File without changes
lib/Inx/Api/Mailing/MailingStateException.php CHANGED
File without changes
lib/Inx/Api/Mailing/MultiPartContentHandler.php CHANGED
File without changes
lib/Inx/Api/Mailing/PlainTextContentHandler.php CHANGED
File without changes
lib/Inx/Api/Mailing/SendException.php CHANGED
File without changes
lib/Inx/Api/Mailing/SendingInfo.php CHANGED
File without changes
lib/Inx/Api/Mailing/SinglePartContentHandler.php CHANGED
File without changes
lib/Inx/Api/Mailing/XsltContentHandler.php CHANGED
File without changes
lib/Inx/Api/Mailing/XsltHtmlTextContentHandler.php CHANGED
File without changes
lib/Inx/Api/Mailing/XsltMultiPartContentHandler.php CHANGED
File without changes
lib/Inx/Api/Mailing/XsltPlainTextContentHandler.php CHANGED
File without changes
lib/Inx/Api/MailingTemplate/MailingTemplate.php CHANGED
File without changes
lib/Inx/Api/MailingTemplate/MailingTemplateManager.php CHANGED
File without changes
lib/Inx/Api/NameException.php CHANGED
File without changes
lib/Inx/Api/NullPointerException.php CHANGED
File without changes
lib/Inx/Api/Order.php CHANGED
File without changes
lib/Inx/Api/Plugin/PluginStore.php CHANGED
File without changes
lib/Inx/Api/PluginStatusService.php CHANGED
File without changes
lib/Inx/Api/Property/ApprovalPropertyValue.php CHANGED
File without changes
lib/Inx/Api/Property/FormatChoicePropertyFormatter.php CHANGED
File without changes
lib/Inx/Api/Property/Property.php CHANGED
File without changes
lib/Inx/Api/Property/PropertyFormatter.php CHANGED
File without changes
lib/Inx/Api/Property/PropertyNames.php CHANGED
File without changes
lib/Inx/Api/Recipient/Attribute.php CHANGED
File without changes
lib/Inx/Api/Recipient/AttributeManager.php CHANGED
File without changes
lib/Inx/Api/Recipient/AttributeNotFoundException.php CHANGED
File without changes
lib/Inx/Api/Recipient/BatchChannel.php CHANGED
File without changes
lib/Inx/Api/Recipient/BlackListException.php CHANGED
File without changes
lib/Inx/Api/Recipient/DuplicateKeyException.php CHANGED
File without changes
lib/Inx/Api/Recipient/IllegalValueException.php CHANGED
File without changes
lib/Inx/Api/Recipient/RecipientContext.php CHANGED
File without changes
lib/Inx/Api/Recipient/RecipientMetaData.php CHANGED
File without changes
lib/Inx/Api/Recipient/RecipientRowSet.php CHANGED
File without changes
lib/Inx/Api/Recipient/SelectException.php CHANGED
File without changes
lib/Inx/Api/Recipient/UnsubscriptionRecipientRowSet.php CHANGED
File without changes
lib/Inx/Api/RemoteException.php CHANGED
File without changes
lib/Inx/Api/Reporting/ConfigDescriptor.php CHANGED
File without changes
lib/Inx/Api/Reporting/Control.php CHANGED
File without changes
lib/Inx/Api/Reporting/ControlUnit.php CHANGED
File without changes
lib/Inx/Api/Reporting/DownloadableResult.php CHANGED
File without changes
lib/Inx/Api/Reporting/ReportEngine.php CHANGED
File without changes
lib/Inx/Api/Reporting/ReportException.php CHANGED
File without changes
lib/Inx/Api/Reporting/ReportRequest.php CHANGED
File without changes
lib/Inx/Api/Reporting/ReportTicket.php CHANGED
File without changes
lib/Inx/Api/Resource/Resource.php CHANGED
File without changes
lib/Inx/Api/Resource/ResourceManager.php CHANGED
File without changes
lib/Inx/Api/SecurityException.php CHANGED
File without changes
lib/Inx/Api/ServerTime.php CHANGED
File without changes
lib/Inx/Api/Session.php CHANGED
File without changes
lib/Inx/Api/Subscription/SubscriptionLogEntryRowSet.php CHANGED
File without changes
lib/Inx/Api/Subscription/SubscriptionManager.php CHANGED
File without changes
lib/Inx/Api/Testprofiles/TestRecipientContext.php CHANGED
File without changes
lib/Inx/Api/Testprofiles/TestRecipientRowSet.php CHANGED
File without changes
lib/Inx/Api/TextModule/TextModule.php CHANGED
File without changes
lib/Inx/Api/TextModule/TextModuleManager.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/Attachment.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/BuildException.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/BuildMode.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/ParseException.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/RenderError.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/TriggerMailContent.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/TriggerMailingConstants.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/TriggerMailingContentType.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/TriggerMailingExceptionType.php CHANGED
File without changes
lib/Inx/Api/TriggerMail/TriggerMailingRenderer.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/ActionTriggerDescriptorBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/AnniversaryTriggerDescriptorBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/AttributeTriggerDescriptorBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/DailyTriggerIntervalBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/HourlyTriggerIntervalBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/IntervalTriggerDescriptorBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/MonthlyTriggerIntervalBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerDescriptorBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerDispatchInterval.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerOffset.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerOffsetType.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TimeTriggerUnit.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TriggerDescriptor.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TriggerDescriptorBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TriggerDescriptorBuilderFactory.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TriggerInterval.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TriggerIntervalBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TriggerIntervalBuilderFactory.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/TriggerType.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/Descriptor/WeeklyTriggerIntervalBuilder.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/FilterConcatenationType.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/SendException.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/StateFilter.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/TriggerMailing.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/TriggerMailingAttribute.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/TriggerMailingManager.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/TriggerMailingState.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/TriggerMailingStateException.php CHANGED
File without changes
lib/Inx/Api/TriggerMailing/TriggerState.php CHANGED
File without changes
lib/Inx/Api/UnknownRecipientException.php CHANGED
File without changes
lib/Inx/Api/UpdateException.php CHANGED
File without changes
lib/Inx/Api/User.php CHANGED
File without changes
lib/Inx/Api/UserContext.php CHANGED
File without changes
lib/Inx/Api/UserRights.php CHANGED
File without changes
lib/Inx/Api/Util/TellAFriendException.php CHANGED
File without changes
lib/Inx/Api/Util/TemporaryMail.php CHANGED
File without changes
lib/Inx/Api/Util/TemporaryMailSender.php CHANGED
File without changes
lib/Inx/Api/Util/Utilities.php CHANGED
File without changes
lib/Inx/Api/Webpage/Webpage.php CHANGED
File without changes
lib/Inx/Api/Webpage/WebpageManager.php CHANGED
File without changes
lib/Inx/Apiimpl/AbstractSession.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/ActionConstants.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/ActionImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/ActionManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandFactoryImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl/RemoveRecipientCmd.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl/SendActionMailCmd.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl/SendMailCmd.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl/SetValueCmd.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl/SubUnsubscriptionCmd.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl/SubscriptionCmd.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl/UnknownCmd.php CHANGED
File without changes
lib/Inx/Apiimpl/Action/CommandImpl/UnsubscriptionCmd.php CHANGED
File without changes
lib/Inx/Apiimpl/Approval/ApproverImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Approval/ApproverManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/AxisPluginStatusService.php CHANGED
File without changes
lib/Inx/Apiimpl/Blacklist/BlacklistConstants.php CHANGED
File without changes
lib/Inx/Apiimpl/Blacklist/BlacklistEntryImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Blacklist/BlacklistManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/AttrGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/BooleanGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/DateGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/DateTimeGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/DoubleGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/IntegerGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/StringGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceDelegateResultSet/TimeGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Bounce/BounceManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Constants.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/AbstractBOResultSet.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/BOResultSetDelegate.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/DelegateBOResultSet.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/RemoteInputStream.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/AttrGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/BooleanGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/DateGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/DateTimeGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/DoubleGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/IntegerGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/StringGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionLogEntryRowSetImpl/TimeGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/SubscriptionManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/Uploader.php CHANGED
File without changes
lib/Inx/Apiimpl/Core/UserContextImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/AttrGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/BooleanGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/DateGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/DateTimeGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/DoubleGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/IntegerGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/StringGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/ClickDataRowSetImpl/TimeGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/DataAccessImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/LinkDataImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DataAccess/LinkDataRowSetImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DesignTemplate/DesignCollectionImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DesignTemplate/DesignCollectionManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DesignTemplate/StyleImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/DesignTemplate/TemplateImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Filter/FilterConstants.php CHANGED
File without changes
lib/Inx/Apiimpl/Filter/FilterImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Filter/FilterManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/AttrGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/BooleanGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/DateGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/DateTimeGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/DoubleGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/IntegerGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/StringGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageDelegateResultSet/TimeGetter.php CHANGED
File without changes
lib/Inx/Apiimpl/Inbox/InboxMessageImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/List/AdminListImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/List/FilterListImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/List/ListImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/List/ListManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/List/ListSizeImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/List/StandardListImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/List/SystemListImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Loader.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/AttachmentImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailContentImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingContentHandler.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingContentHandler/HtmlTextImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingContentHandler/MultiPartImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingContentHandler/PlainTextImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingContentHandler/XsltHtmlTextImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingContentHandler/XsltImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingContentHandler/XsltMultiPartImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingContentHandler/XsltPlainTextImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingRendererImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingRendererTestRecipientImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/MailingResultSet.php CHANGED
File without changes
lib/Inx/Apiimpl/Mailing/SendingInfoImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/MailingTemplate/MailingTemplateImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/MailingTemplate/MailingTemplateManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Plugin/PluginStoreImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Property/PropertyConstants.php CHANGED
File without changes
lib/Inx/Apiimpl/Property/PropertyContext.php CHANGED
File without changes
lib/Inx/Apiimpl/Property/PropertyFormatterImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Property/PropertyImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Property/PropertyResultSet.php CHANGED
File without changes
lib/Inx/Apiimpl/PropertyConstants.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/AttributeManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/BatchChannelImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/Constants.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/Boolean.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/Date.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/Datetime.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/Double.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/Hardbounce.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/Id.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/Integer.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/LastModification.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/String.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/ContextAttribute/Time.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/RecipientContextImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/RecipientContextImpl/AttributeIterator.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/RecipientRowSetImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Recipient/UnsubscriptionRecipientRowSetImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/RemoteObject.php CHANGED
File without changes
lib/Inx/Apiimpl/RemoteRef.php CHANGED
File without changes
lib/Inx/Apiimpl/RemoteRefImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/RemoteSession.php CHANGED
File without changes
lib/Inx/Apiimpl/Reporting/ConfigDescriptorImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Reporting/ControlImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Reporting/ControlUnitImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Reporting/DownloadableResultImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Reporting/ReportEngineImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Reporting/ReportTicketImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Resource/ResourceImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Resource/ResourceManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/SecureLogin.php CHANGED
File without changes
lib/Inx/Apiimpl/ServerTimeImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/SessionContext.php CHANGED
File without changes
lib/Inx/Apiimpl/SoapClient.php CHANGED
File without changes
lib/Inx/Apiimpl/SoapException.php CHANGED
File without changes
lib/Inx/Apiimpl/SoapSession.php CHANGED
File without changes
lib/Inx/Apiimpl/TConvert.php CHANGED
File without changes
lib/Inx/Apiimpl/Testprofiles/TestRecipientContextImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Testprofiles/TestRecipientRowSetImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TextModule/TextModuleImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TextModule/TextModuleManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/AttachmentImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/ActionTriggerDescriptorBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/AnniversaryTriggerDescriptorBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/AttributeTriggerDescriptorBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/DailyTriggerIntervalBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/HourlyTriggerIntervalBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/IntervalImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/IntervalTriggerDescriptorBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/MonthlyTriggerIntervalBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/TimeTriggerDescriptorBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/TriggerDescriptorBuilderFactoryImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/TriggerDescriptorImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/TriggerIntervalBuilderFactoryImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/Descriptor/WeeklyTriggerIntervalBuilderImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/StateFilterImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/TriggerMailContentImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/TriggerMailingContentHandler.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/TriggerMailingImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/TriggerMailingManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/TriggerMailingRendererImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/TriggerMailingRendererTestRecipientImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/TriggerMailing/TriggerMailingResultSet.php CHANGED
File without changes
lib/Inx/Apiimpl/Util/IndexException.php CHANGED
File without changes
lib/Inx/Apiimpl/Util/IndexedBuffer.php CHANGED
File without changes
lib/Inx/Apiimpl/Util/SelectionUtils.php CHANGED
File without changes
lib/Inx/Apiimpl/Util/UtilitiesImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Util/Utils.php CHANGED
File without changes
lib/Inx/Apiimpl/Webpage/WebpageImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/Webpage/WebpageManagerImpl.php CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/ActionService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/ApproverService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/BlacklistService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/Bounce2Service.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/BounceService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/CoreService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/DataAccessService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/DesignTemplate2Service.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/DesignTemplateService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/FilterService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/InboxService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/ListService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/Mailing2Service.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/Mailing3Service.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/Mailing4Service.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/Mailing5Service.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/Mailing6Service.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/MailingService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/MailingTemplateService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/PluginService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/PropertyService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/RecipientService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/ReportingService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/ResourceService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/TestrecipientService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/TextmoduleService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/TriggerMailingService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/UnsubscriberService.wsdl CHANGED
File without changes
lib/Inx/Apiimpl/wsdl/WebpageService.wsdl CHANGED
File without changes
package.xml CHANGED
@@ -1,14 +1,13 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>DndInxmail_Subscriber</name>
4
- <version>3.1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL-v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Inxmail Professional extension for Magento CE</summary>
10
  <description>Inxmail extension with Magento &#x2013; personalised mailings for shop visitors and customers&#xD;
11
- Price is &#x20AC; 150,-. The amount will be credited when ordering the Inxmail Professional API.&#xD;
12
  We&#x2019;ll be happy to advise you! Feel free to contact us at +49 761 29 69 79-800, info@inxmail.com&#xD;
13
  Your benefits from the Inxmail integration:&#xD;
14
  Retention marketing based on the life cycle of the shop customers.&#xD;
@@ -35,11 +34,11 @@ Transfer data to Inxmail Professional.&#xD;
35
  Time-controlled dispatch via the Inxmail mail servers.&#xD;
36
  Return transfer of unsubscriptions to Magento. &#xD;
37
  Comprehensive success measurement directly after the mailing has been dispatched.</description>
38
- <notes>First release</notes>
39
- <authors><author><name>Matth&#xE9;o Geoffray</name><user>mattgeoffray</user><email>mattheo.geoffray@dnd.fr</email></author><author><name>Aymeric Aitamer</name><user>aymericaitamer</user><email>aymeric.aitamer@dnd.fr</email></author><author><name>Christophe Didier</name><user>christophedidier</user><email>christophe.didier@dnd.fr</email></author><author><name>Julien Didier</name><user>juliendidier</user><email>julien.didier@dnd.fr</email></author></authors>
40
- <date>2014-07-17</date>
41
- <time>14:33:00</time>
42
- <contents><target name="magecommunity"><dir name="DndInxmail"><dir name="Subscriber"><dir name="Block"><dir name="Adminhtml"><dir name="Newsletter"><dir name="Subscriber"><file name="Grid.php" hash="b5ed28e9108912c8294875f425594f81"/></dir></dir><dir name="System"><dir name="Config"><file name="Date.php" hash="0f3d67458ba58968986ff12ef96dc480"/><dir name="Form"><dir name="Button"><file name="Groups.php" hash="359bd306f3c97f118de05f4be88667a5"/><file name="Subscribers.php" hash="69fa5ef916dd6f82ee3c99ab3872aaef"/></dir></dir></dir></dir></dir><dir name="Synchronization"><file name="Groups.php" hash="8d22edbccf9aac2c70dabf56237fb3e7"/><file name="Subscribers.php" hash="96bf55110cb916277558db85c2cdfa1c"/></dir></dir><dir name="Helper"><file name="Abstract.php" hash="93353e85d33b533a041977fd7ba81e08"/><file name="Data.php" hash="2c235dc3b03828b35e66d0c8141059d9"/><file name="Error.php" hash="da28f79336d5d79fffd31f64fd7ffb21"/><file name="Group.php" hash="034edc49e8d4e4d693a20c021eb35c49"/><file name="Log.php" hash="94b10c3ef3659559a5ef375015130cb7"/><file name="Mapping.php" hash="5483af6468f26c9f24f8d936858506c0"/><dir name="Synchronize"><file name="Groups.php" hash="c7073643e2cf16917cac866fbb4453c1"/><file name="Subscribers.php" hash="4f4d8b139fcec947b5c68d060b323620"/></dir><file name="Synchronize.php" hash="3c24bf86552d8546957a58e8ce3a34ca"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Cron.php" hash="c78af2705f2b887c54cf8db300d13b40"/><dir name="Customer"><file name="Group.php" hash="9cd0afe7f4b87380567fa1b581ace215"/></dir><file name="Date.php" hash="c4775672c4284f2cc4f177a5870c9aaf"/></dir><dir name="Source"><file name="Attributes.php" hash="98fb1ab62fc648c84b003f79ab80079b"/><dir name="Cron"><file name="Frequency.php" hash="946bf5bf660416942182d012c6d09f09"/></dir><dir name="Group"><file name="Specific.php" hash="f9f5c1e8a41c920e023b2d5da14a267d"/></dir><file name="Group.php" hash="3418152cb9104c1ff81840cfd3b87bb5"/><dir name="Inxmail"><dir name="Columns"><dir name="Type"><file name="Dateonly.php" hash="06bc2908da0209c46f4a27473ace9d69"/><file name="Float.php" hash="a341c6bcd62a64501afb66ac83ae4445"/><file name="Int.php" hash="11b51fcc463e7af3d99211183d5d396c"/><file name="Text.php" hash="04cb76cd1790b61f4e84513f1ae6fa8b"/><file name="Yesno.php" hash="c1074e453fc4daf0d4a9c6ebfb669710"/></dir></dir><file name="Columns.php" hash="4ba3ce4198c446c0678b508ceb3a9843"/><file name="Lists.php" hash="f3653a1b08623dae3baac743d3221b20"/></dir><file name="Orders.php" hash="c56f2ad158f46ee77ca0466e96d1b92c"/></dir></dir></dir></dir><file name="Observer.php" hash="45b619e3e231824dce88063c68283842"/><file name="Xml.php" hash="40b247885575c368c672e51e36ac2d49"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="InxmailcolumnsController.php" hash="c2b66cbe614105ae07deaef02943cc5f"/><file name="SynchronizeController.php" hash="a0555a88522681c7ac7eb617b199f53d"/></dir><file name="LogController.php" hash="fb38eeac648f7095127069c1266622d5"/><file name="MessagesController.php" hash="f514ea6603e3c19507d7e58893ac9278"/><file name="SourceController.php" hash="e2577c35ac67bdf93601c76c2eccf5ab"/><file name="SynchronizeController.php" hash="712c1c05f8fa5a188692b56efe28f4b9"/></dir><dir name="etc"><file name="adminhtml.xml" hash="5c5e02879e09544611d527e9b4d70d6b"/><file name="config.xml" hash="97bd6960f333e188907211bb18df3052"/><file name="system.xml" hash="cd69489006f9d2e36d5ba45df1d729b1"/></dir><dir name="sql"><dir name="dndinxmail_subscriber_setup"><file name="mysql4-install-1.0.0.0.php" hash="f76dbd90576888fd82713ee3f77c0225"/><file name="mysql4-upgrade-1.0.0.0-3.1.0.0.php" hash="75f86e046783d9551af69601462ddd6c"/></dir></dir><file name=".DS_Store" hash="43572f0bc4d22c23da3b68bbfd7983d5"/></dir><file name=".DS_Store" hash="a7bb5f04e7571d7504538f28cb46ff44"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="dndinxmail.xml" hash="a5bef55ae4a09e3eade8cf51c3dbf924"/></dir><dir name="template"><dir name="dndinxmail"><dir name="subscriber"><dir name="system"><dir name="config"><dir name="form"><dir name="button"><file name="groups.phtml" hash="3518010bfad9268e6d5f8a1c822215e1"/><file name="subscribers.phtml" hash="52971eb90b80ff1b8d75423d7bd13949"/></dir></dir></dir><dir name="inxmail"><file name="columns.phtml" hash="9ed3d5cee08a6dae8dd6ce7af548b1c2"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="dndinxmail.xml" hash="bcf182c3c06d1afe83c4261a29215e75"/></dir><dir name="template"><dir name="dndinxmail"><dir name="page"><file name="messages.phtml" hash="b0155c06befe67c4c21c5d2132fda89e"/><file name="synchronize.phtml" hash="b75ff3207b177a717000a608d0d4ff9c"/></dir><dir name="synchronization"><file name="groups.phtml" hash="08bab57207b4d0a5471d03fa0327d064"/><file name="subscribers.phtml" hash="1c3eb9981611e475944f29eaec7139a3"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DndInxmail_Subscriber.xml" hash="87b482d6a16641e818648e615163bee3"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="DndInxmail_Subscriber.csv" hash="0cd54b302198adaeb6986ce4a7da698f"/></dir><dir name="fr_FR"><file name="DndInxmail_Subscriber.csv" hash="4819a65a90799bd0fce59b50abe8a495"/></dir></dir></target><target name="mage"><dir name="js"><dir name="dndinxmail"><file name="synchronize.js" hash="c00f2c2002dafa6eb39da796642c1836"/></dir></dir></target><target name="magelib"><dir name="Inx"><dir name="Api"><file name="APIException.php" hash="cd54a0750901485e9e8690de5ad5246a"/><dir name="Action"><file name="Action.php" hash="23cc64b7041d4c4cb8876a688eba717c"/><file name="ActionManager.php" hash="0d8cb6ed17517521d7b4887524f78cd6"/><file name="Command.php" hash="e43628257e4e70d8368c72c4bab0dd08"/><file name="CommandFactory.php" hash="07e7a034db4e787bd6e4008c2f77a4e2"/><file name="DeleteRecipientCommand.php" hash="e16c5082c0f8b891935d19e7bf5bac37"/><file name="SendActionMailCommand.php" hash="d4d89666620ebed59abc821037f7fba0"/><file name="SendMailCommand.php" hash="ea2965978e83d551f78f1b899c2575aa"/><file name="SetValueCommand.php" hash="daa643eb5e324c30d27ba562553ccd19"/><file name="SubUnsubscriptionCommand.php" hash="639cf2bc611b0aae9de59648a987fa6f"/><file name="SubscriptionCommand.php" hash="d1b95af63560ad49ba8aa82b2301684b"/><file name="UnsubscriptionCommand.php" hash="bf342168d8664f1bab148a7c585b120f"/></dir><dir name="Approval"><file name="Approver.php" hash="398c2baf6a7e16aed03d116a98f0574d"/><file name="ApproverManager.php" hash="b86d3f424e9fc4ada85f019d9d6409d3"/></dir><file name="BOManager.php" hash="6bb31e5f0dca4d04a7ec68a9599f2890"/><file name="BOResultSet.php" hash="e17bfdd0707f65398a0869285ef52f1f"/><dir name="Blacklist"><file name="BlacklistEntry.php" hash="271260e423d8ab8bb68d3055a82ff3df"/><file name="BlacklistManager.php" hash="01c653c0f335409c7f92d18999abfcf1"/></dir><dir name="Bounce"><file name="Bounce.php" hash="71003bfc1527e6577990f608b047c1c8"/><file name="BounceManager.php" hash="4597ee77483225e46936e9a8953cf915"/></dir><file name="BusinessObject.php" hash="dde00faedf1b976feac319b77ed31fbc"/><file name="ConnectException.php" hash="9f169bb2be254fac472324e543b95346"/><dir name="DataAccess"><file name="ClickData.php" hash="c4480f959e7bb258c8971e067b25fd31"/><file name="ClickDataRowSet.php" hash="0ba81ac549741b99cb25e7fe3a471741"/><file name="DataAccess.php" hash="558312518d83567bab8afa08be34a155"/><file name="DataRowSet.php" hash="b4c1b1c6cd54b94c507918e1585f4eee"/><file name="LinkData.php" hash="d76aaa1d4a682ccba89c4a03bffb57ca"/><file name="LinkDataRowSet.php" hash="b1f6b1015172c08ea9e913b74bb9a3a3"/></dir><file name="DataException.php" hash="ec356035ac146b8aa9abbbc86f0ec9b6"/><dir name="DesignTemplate"><file name="DesignCollection.php" hash="8f359298cfa099a9b21820948e5bb375"/><file name="DesignCollectionManager.php" hash="259d40303f757e3de4c61be78a9a6ea4"/><file name="ImportException.php" hash="707077dc9a6b772614484702049e4116"/><file name="Style.php" hash="7429cad366a613b77a6abc1af08a07e5"/><file name="Template.php" hash="223f216d718685d1ac0ee188d49d40e8"/></dir><file name="FeatureNotAvailableException.php" hash="aac4c80f2bcf5aa8afb82133bec65080"/><file name="Features.php" hash="4b8264a9b46f730d1b60868ff3652b5c"/><dir name="Filter"><file name="Filter.php" hash="8c6e719b971ea97b77e4dcfa982e37c6"/><file name="FilterManager.php" hash="ab13a6505d2d104b558cbd782b404013"/></dir><file name="FilterStmtException.php" hash="bb0647ba81e91e2a828008176ec4e31e"/><file name="IOException.php" hash="6529a0521cba31d7cd21e2480b7cf539"/><file name="IllegalArgumentException.php" hash="97dd2b482dc3f3432e210ee8de7537a1"/><file name="IllegalStateException.php" hash="554021016305c9f925f7a5b9a916b7f1"/><dir name="Inbox"><file name="InboxManager.php" hash="eacdb6f94329afcc7c30022429d127dd"/><file name="InboxMessage.php" hash="2f15d1a04656cf3a168b272955ca78a1"/></dir><file name="IndexOutOfBoundsException.php" hash="b6540c77abfe67a4babd3d1d81ebb07d"/><file name="IndexSelection.php" hash="d945202618cf627deba0c10f689eaaff"/><file name="InputStream.php" hash="ea8f19a4cb5abe7f2dc7f8abee3f81d5"/><dir name="List"><file name="AdminListContext.php" hash="baa67ed7444f9193c93d924103a9e5ba"/><file name="FilterListContext.php" hash="778e53fbd218fc7dc41c652b7becae9e"/><file name="ListContext.php" hash="7e497880ce83f2d6e5e929f70ca2035b"/><file name="ListContextManager.php" hash="7d1a13a02e0a2b9d060a18d16ae28f4c"/><file name="ListSize.php" hash="23c93e1d8135e8c065cc2e97bdc315e0"/><file name="StandardListContext.php" hash="31003ba4eb787850f5f7193568da34a7"/><file name="SystemListContext.php" hash="abd62b603790f0a9f74808fed8494b37"/></dir><file name="LockException.php" hash="1bfb472512c9afc6cffecef9ed3a7139"/><file name="LockTicket.php" hash="895d6dda37856b22ad966aecc343205c"/><file name="LoginException.php" hash="b2dd030c5b9138be4eb54034c16c65a2"/><dir name="Mail"><file name="Attachment.php" hash="1b51017705f23a73c0595b9e77526424"/><file name="BuildException.php" hash="6131f755acbe53ef30ab1f7ee598a1cc"/><file name="HeaderField.php" hash="41064f0a57c96ddfb45f6261ff6a47a4"/><file name="MailContent.php" hash="f00f4eb2796b0cbcfbedcd13c42a28e5"/><file name="MailingRenderer.php" hash="db148e8e3be09298c02164c2081bef77"/><file name="ParseException.php" hash="3dbcfd375240d124f6212c97f2270f89"/><file name="RenderError.php" hash="8c394c5e1e4ccf436b48a890a6069e19"/></dir><dir name="Mailing"><file name="ContentHandler.php" hash="cfa856aff7def9d8cac5274b45754084"/><file name="HtmlTextContentHandler.php" hash="687074edc0da205eb0db697f22b9d64a"/><file name="Mailing.php" hash="55917ad43a5edfc9af645cd6ba2bbba0"/><file name="MailingConstants.php" hash="0a55df985533e0b1a9ba5166ad55db31"/><file name="MailingManager.php" hash="e374e0df727e4fdf6250ebab3ff7ef87"/><file name="MailingStateException.php" hash="7451ae5d08df03b4f72bdf92eb3580f0"/><file name="MultiPartContentHandler.php" hash="125509bfc68c52f34edd204c8dae19b0"/><file name="PlainTextContentHandler.php" hash="3b3604686f849b44ea34920e9526b017"/><file name="SendException.php" hash="4dd20378fabed595ea2f2824d421e74d"/><file name="SendingInfo.php" hash="eab51cf10fdfafcd5a5e905bd560c84c"/><file name="SinglePartContentHandler.php" hash="ecc3d8494628332f2f9cafce326acc96"/><file name="XsltContentHandler.php" hash="d294b4d09ede46479b51f5f00f0bdc86"/><file name="XsltHtmlTextContentHandler.php" hash="880545751bd4bbe08a3aec9851ff0c4d"/><file name="XsltMultiPartContentHandler.php" hash="58de83e1979120d77da8b7fb968dcbc8"/><file name="XsltPlainTextContentHandler.php" hash="7fdc485ccf55e74053306451b00eb143"/></dir><dir name="MailingTemplate"><file name="MailingTemplate.php" hash="57fdee4dcbe65ccf5a11c251fff402d3"/><file name="MailingTemplateManager.php" hash="582c7e37c56e2841ca3975e2432e9a50"/></dir><file name="NameException.php" hash="e4881c80503e2da8f7714d1e21ebe5cc"/><file name="NullPointerException.php" hash="efd39dcce2a3a8b8c457e3c60db42b30"/><file name="Order.php" hash="5a24339bdb8f501764e03532fb69fa21"/><dir name="Plugin"><file name="PluginStore.php" hash="a54c99a07a7353c2af66df1e83fd8d22"/></dir><file name="PluginStatusService.php" hash="2dcf3e299611d85e92b6c24b62ca0caf"/><dir name="Property"><file name="ApprovalPropertyValue.php" hash="12c56a0d34b6c77cc658b7f5adf882fe"/><file name="FormatChoicePropertyFormatter.php" hash="7bf1d3b42e63ec4e0593c1be9c39c3fa"/><file name="Property.php" hash="0e3b5236bee293b3b5f7f5e3d929de8a"/><file name="PropertyFormatter.php" hash="891ee029bc1f5889cf54661f02a008a1"/><file name="PropertyNames.php" hash="06d58e88d7aa417973677d4de02c1bd4"/></dir><dir name="Recipient"><file name="Attribute.php" hash="b491e14fb0675abe19e21ba9ec47511c"/><file name="AttributeManager.php" hash="c0b207d530795ade9eaeb329c2329531"/><file name="AttributeNotFoundException.php" hash="9df716b4504b2e7426696e9b48cff313"/><file name="BatchChannel.php" hash="7ff4ac60008aa69b362f71835833a051"/><file name="BlackListException.php" hash="2beb8ddb0bcfbbdfcfcb479185223ba2"/><file name="DuplicateKeyException.php" hash="1e7b3b0acd7ee6a5ec32aaf3b9dcf440"/><file name="IllegalValueException.php" hash="f2f93510caca40ef35dbfe8f93f107c4"/><file name="RecipientContext.php" hash="7337890f2d5ab48982f67f4b38fe67ce"/><file name="RecipientMetaData.php" hash="2ad66ae6de6d12618d2ca8896f4a06d4"/><file name="RecipientRowSet.php" hash="e3deb362047bc78ca25c8045ffcbe94a"/><file name="SelectException.php" hash="63315e8cd92fc6b1f6f881b1b5e6a8e5"/><file name="UnsubscriptionRecipientRowSet.php" hash="21527e9ebc00848cc4727f6e1172e044"/></dir><file name="RemoteException.php" hash="832a732fa39c1855c45cf65bf7f6877b"/><dir name="Reporting"><file name="ConfigDescriptor.php" hash="9e8438d540d70870824cdc863d803747"/><file name="Control.php" hash="899fc95b97943e3a8370004f753af3d8"/><file name="ControlUnit.php" hash="9f891fe50ee8879b07f0873a5766b1ae"/><file name="DownloadableResult.php" hash="afb8dd810d04f542a34f7a6c5b4cc25f"/><file name="ReportEngine.php" hash="32e1e94b3903cdde162c6999afa3a047"/><file name="ReportException.php" hash="e8d640d1cc1a5a9ce19160ef3626a9e7"/><file name="ReportRequest.php" hash="b90af6e5b42164818d5b5b9d5e6006f5"/><file name="ReportTicket.php" hash="5e14228ee6fbd9fb4ef9c178bf2a52a4"/></dir><dir name="Resource"><file name="Resource.php" hash="e525ef57620f36d1725600ae128fe794"/><file name="ResourceManager.php" hash="fd156e44f0ab6be2b93d8d27ff3f39da"/></dir><file name="SecurityException.php" hash="48c790e529ad4d7ebccabed4c06491bc"/><file name="ServerTime.php" hash="7bee61012b85de2a4aba0816e2245aac"/><file name="Session.php" hash="fbba675b7383308bf9ca4714f4609d4e"/><dir name="Subscription"><file name="SubscriptionLogEntryRowSet.php" hash="d42de23ebab0352d51ec0015f68e24de"/><file name="SubscriptionManager.php" hash="9adff6dd81646f381b2970e4dac5b878"/></dir><dir name="Testprofiles"><file name="TestRecipientContext.php" hash="c2627ed5e66f6c36246c42c23f0e63a8"/><file name="TestRecipientRowSet.php" hash="b6f7edfedd1d89baab00863873387d11"/></dir><dir name="TextModule"><file name="TextModule.php" hash="029f4c493a70a5f51039f0f9f0238358"/><file name="TextModuleManager.php" hash="460a750d470dcc78dbf68bbb65cc50bc"/></dir><dir name="TriggerMail"><file name="Attachment.php" hash="63edd19c4d47bc547ea2d803b7952b50"/><file name="BuildException.php" hash="c5a44bc006a4e8ebf005b0225aa8c342"/><file name="BuildMode.php" hash="6e0db4163aa68e6720938fc99bc70335"/><file name="ParseException.php" hash="20e0dc188e8f87c24eb1b9a2ce9e62e0"/><file name="RenderError.php" hash="851bc0adfc3192b00f9863fdf5a941e8"/><file name="TriggerMailContent.php" hash="daf234dffb5f626412045d3547d609a5"/><file name="TriggerMailingConstants.php" hash="0bd74dbf4611cd6f000b76befbb61ed3"/><file name="TriggerMailingContentType.php" hash="91797f2b347ec364ca2a0b5fb9dba895"/><file name="TriggerMailingExceptionType.php" hash="5ff9d8155a345acd7afbda1b670fc59e"/><file name="TriggerMailingRenderer.php" hash="b87b05fbab7487134ded4a9c81b9f95d"/></dir><dir name="TriggerMailing"><dir name="Descriptor"><file name="ActionTriggerDescriptorBuilder.php" hash="590b5d243ba865babad54d579485ffab"/><file name="AnniversaryTriggerDescriptorBuilder.php" hash="a3a3521e9ef2ca65b2973553c398cf11"/><file name="AttributeTriggerDescriptorBuilder.php" hash="d308ce93f7b061529cd3a282511ce32a"/><file name="DailyTriggerIntervalBuilder.php" hash="00cf93764b8f0e94050399c490df4579"/><file name="HourlyTriggerIntervalBuilder.php" hash="fc4e8c62c6145ddbdae88421a2160411"/><file name="IntervalTriggerDescriptorBuilder.php" hash="9885d3d7511badadb20c6ca42005a4ec"/><file name="MonthlyTriggerIntervalBuilder.php" hash="cb70203959b2d4f4046e5e323d68fb79"/><file name="TimeTriggerDescriptorBuilder.php" hash="d73eba7a83dc3e28052e9785518fefb8"/><file name="TimeTriggerDispatchInterval.php" hash="7f10a01e10efa1aaf1ec7d9e31f09757"/><file name="TimeTriggerOffset.php" hash="dad792f6bfb445de6e4ea8450fa3b377"/><file name="TimeTriggerOffsetType.php" hash="68cd3c7119fb148325cf4d4ba6360f63"/><file name="TimeTriggerUnit.php" hash="a48e5c4ee6e0550bc8021d9d2697d37a"/><file name="TriggerDescriptor.php" hash="c8e82bf5239a5c0d66452f9e72b317e8"/><file name="TriggerDescriptorBuilder.php" hash="4affc3a11cb57854b457c6dfc590f211"/><file name="TriggerDescriptorBuilderFactory.php" hash="29eafd239dbee70106ebc618168ab9ea"/><file name="TriggerInterval.php" hash="b48708f6eee52a4a74efb39ae5a24ee9"/><file name="TriggerIntervalBuilder.php" hash="c21d6a4436b946eaed754b3fc104e0a7"/><file name="TriggerIntervalBuilderFactory.php" hash="5c0f27c68d110f5077fbb4d9f6a0982e"/><file name="TriggerType.php" hash="6eaaeb5325dabea3a1673148a69e9229"/><file name="WeeklyTriggerIntervalBuilder.php" hash="17d3a0f06eee2f5b12d6f7573d7a6c1c"/></dir><file name="FilterConcatenationType.php" hash="486ea82e75c32dd449c52644f7d77f68"/><file name="SendException.php" hash="f03297f29bd7b3ad34b0d56dda67d78e"/><file name="StateFilter.php" hash="b93c0ce8146775effb56f4616f85175f"/><file name="TriggerMailing.php" hash="2ecdedd81fc3efc5c61665f1aab308a0"/><file name="TriggerMailingAttribute.php" hash="c888b38755e78e9385fe61ec70c40e8c"/><file name="TriggerMailingManager.php" hash="bf4da5a5c5f62ab9bb6f9a90c4ede829"/><file name="TriggerMailingState.php" hash="a6bc00ab248f58cb24edeac772018c67"/><file name="TriggerMailingStateException.php" hash="1cad16b7478d16b1b7a89477879b40f4"/><file name="TriggerState.php" hash="9e4c573fc11d95991f495d99e3d8b25a"/></dir><file name="UnknownRecipientException.php" hash="fd60fbb2a862018902446c22acae3e39"/><file name="UpdateException.php" hash="5eab1ab678e906461ca4e3ba521c6303"/><file name="User.php" hash="2f5ffca72a24971bccd0195ba0716f96"/><file name="UserContext.php" hash="0b3a302e4fe70e44750a50980afd82ad"/><file name="UserRights.php" hash="2fb507c14e8b68075b37ec44a7291743"/><dir name="Util"><file name="TellAFriendException.php" hash="7af24d87796588d0ba7039dcba78feb8"/><file name="TemporaryMail.php" hash="c3c16bd04fa21483f3d4e4394081cd56"/><file name="TemporaryMailSender.php" hash="6257ca5b5e5c50010a2126fb3cef6db5"/><file name="Utilities.php" hash="10e7d85f3b184a036b6ce95998c262bf"/></dir><dir name="Webpage"><file name="Webpage.php" hash="d98a3894eb2bfab82a8bae10bf5aaba9"/><file name="WebpageManager.php" hash="f6e9405179c2f446eab8aec1243aa482"/></dir></dir><dir name="Apiimpl"><file name="AbstractSession.php" hash="366356783cb67b94499c793421367ed3"/><dir name="Action"><file name="ActionConstants.php" hash="74a1aeb6dd6d8c26d3e3261b8f3ecf85"/><file name="ActionImpl.php" hash="ced12b8990fdddf5dec76ca33cc3e12e"/><file name="ActionManagerImpl.php" hash="5709583e18ee4639849691287a7d95c9"/><file name="CommandFactoryImpl.php" hash="c2801cba3e569a08497be0a4add29e2e"/><dir name="CommandImpl"><file name="RemoveRecipientCmd.php" hash="e93a7dfa8e73123f7f92557f5e660826"/><file name="SendActionMailCmd.php" hash="f29e9df8e314c6f0dfb3d00ffd43217c"/><file name="SendMailCmd.php" hash="06635dc1b6a6a5d1707ac71985e1cb99"/><file name="SetValueCmd.php" hash="306741c4895fc7c6a95d4cea8c7b3297"/><file name="SubUnsubscriptionCmd.php" hash="697dfc43dba052f25aa5e3153266e710"/><file name="SubscriptionCmd.php" hash="49ec5d0ebea09f7d511b0c91f3a03dea"/><file name="UnknownCmd.php" hash="85771d39dcb89ca92d00b15c2408105e"/><file name="UnsubscriptionCmd.php" hash="9c15f0764ff5c03498800f3fe5282ea6"/></dir><file name="CommandImpl.php" hash="e7d80d2d2415f8f9a908aaec9c57161e"/></dir><dir name="Approval"><file name="ApproverImpl.php" hash="32bbc6581959b5ff793aa484a2369451"/><file name="ApproverManagerImpl.php" hash="76db65517b94044bfedc8ff31e0d9e7f"/></dir><file name="AxisPluginStatusService.php" hash="603ea9d715bdc026061fe75a2ad6d748"/><dir name="Blacklist"><file name="BlacklistConstants.php" hash="d9c866914eccb44f58c413c81afcf529"/><file name="BlacklistEntryImpl.php" hash="debc3c7e2b6c4e1efdf65f2a07d14937"/><file name="BlacklistManagerImpl.php" hash="223b2f3d17c8c90000ac2edcd16236f2"/></dir><dir name="Bounce"><dir name="BounceDelegateResultSet"><file name="AttrGetter.php" hash="8b73e66a19560bf4b567f1aac3d2ca50"/><file name="BooleanGetter.php" hash="60b49a6a4aa967b762b12bf7ffafc585"/><file name="DateGetter.php" hash="89aaecf9603070a8ea128b96a5a3a7c0"/><file name="DateTimeGetter.php" hash="c6fa4b1487a2bea04b288f8cea610f11"/><file name="DoubleGetter.php" hash="5a8a9a23bc69368d04db85941dc8bd3b"/><file name="IntegerGetter.php" hash="d72cb5d5ad480f3e3aea2cbf661dfa9e"/><file name="StringGetter.php" hash="8f0b26bc051973eca763d3c4e951de2b"/><file name="TimeGetter.php" hash="d33ce9e6156a8f525999b070335d9fa5"/></dir><file name="BounceDelegateResultSet.php" hash="39f62cc6a18b6c47e62f549399e724fc"/><file name="BounceImpl.php" hash="61c3014494fa5a271f46254160a4d06c"/><file name="BounceManagerImpl.php" hash="cee52bb74330be832e3846124f860406"/></dir><file name="Constants.php" hash="87f4b4f239aeabb0cc26d277de41d0af"/><dir name="Core"><file name="AbstractBOResultSet.php" hash="1b22b1a5af50855d65be0926d4d9008d"/><file name="BOResultSetDelegate.php" hash="08aae66cb0774e3d5ae2413ac99eada0"/><file name="DelegateBOResultSet.php" hash="e37acd15f3d15c72661efa2265673eac"/><file name="RemoteInputStream.php" hash="fe5e1f5928d764d0e651cb0172698cdd"/><dir name="SubscriptionLogEntryRowSetImpl"><file name="AttrGetter.php" hash="58bb75f9a98bed790eaa685bccf9eb1e"/><file name="BooleanGetter.php" hash="63c2763d28807231f54b8c4d40535b3b"/><file name="DateGetter.php" hash="c8e88abc79f49050bcfdf63d157c9040"/><file name="DateTimeGetter.php" hash="ae8403a6cbb9240eb3e019f2d9ebcc5e"/><file name="DoubleGetter.php" hash="27672e785d1014d2f9b3fda018851dfc"/><file name="IntegerGetter.php" hash="ade0248e8c338d26aa56fc5e8e15ed0c"/><file name="StringGetter.php" hash="33a479437ff798fa58371e2876b250f9"/><file name="TimeGetter.php" hash="9d6083a04aa80f6158a48970610ead0d"/></dir><file name="SubscriptionLogEntryRowSetImpl.php" hash="002abe10cb728b486201dd46095edba0"/><file name="SubscriptionManagerImpl.php" hash="63c6e5ac06ab3142793f582fcd5fcadb"/><file name="Uploader.php" hash="2271e891897c304df0623cd66eb58d76"/><file name="UserContextImpl.php" hash="d8f9432a80443d133b3b7c79496a687b"/></dir><dir name="DataAccess"><file name="ClickDataImpl.php" hash="25777a8b89ba20899d53a3cadb89e36c"/><dir name="ClickDataRowSetImpl"><file name="AttrGetter.php" hash="2a7b36951f6065e4aff60d1a57a04c56"/><file name="BooleanGetter.php" hash="c61543b88d05f5f6f9aa18795b33bd07"/><file name="DateGetter.php" hash="c8e88abc79f49050bcfdf63d157c9040"/><file name="DateTimeGetter.php" hash="ae8403a6cbb9240eb3e019f2d9ebcc5e"/><file name="DoubleGetter.php" hash="27672e785d1014d2f9b3fda018851dfc"/><file name="IntegerGetter.php" hash="ade0248e8c338d26aa56fc5e8e15ed0c"/><file name="StringGetter.php" hash="33a479437ff798fa58371e2876b250f9"/><file name="TimeGetter.php" hash="9d6083a04aa80f6158a48970610ead0d"/></dir><file name="ClickDataRowSetImpl.php" hash="1f537a23d4fdde838afa3b9d01f1a209"/><file name="DataAccessImpl.php" hash="a54e73e74a8d6259f4c76ee60f3dc390"/><file name="LinkDataImpl.php" hash="a167a01f54e6a60f6362b2ce15ee3e1f"/><file name="LinkDataRowSetImpl.php" hash="70ba51962968972525d18acfd9043815"/></dir><dir name="DesignTemplate"><file name="DesignCollectionImpl.php" hash="7cadf4102f290eac0d72e6b5f9efd1b1"/><file name="DesignCollectionManagerImpl.php" hash="3dfbfbcee75272e54824f07263f756db"/><file name="StyleImpl.php" hash="92597b11655c9d88a0e11af75a89fa65"/><file name="TemplateImpl.php" hash="ea5e87fe355d762ef205d8453598cfd4"/></dir><dir name="Filter"><file name="FilterConstants.php" hash="247f2f9de64e30069e2daa9937bd0e50"/><file name="FilterImpl.php" hash="c0dfe42dfc79f7eeb3a84bf9757e852c"/><file name="FilterManagerImpl.php" hash="0164491a48e5cf358dd7a50811b7b618"/></dir><dir name="Inbox"><file name="InboxManagerImpl.php" hash="2feea5f2de6275d9022219cc494bd818"/><dir name="InboxMessageDelegateResultSet"><file name="AttrGetter.php" hash="82502b8cefdbec6b430258e997e4b1cc"/><file name="BooleanGetter.php" hash="6818d23b7d7dabe8b2e6eebee9b4137a"/><file name="DateGetter.php" hash="524790444c7c622ae8f443c797a805ee"/><file name="DateTimeGetter.php" hash="1622651e10e6afa88790100f9cca20e1"/><file name="DoubleGetter.php" hash="365b9e043d150bcb4ee2fc91ea882773"/><file name="IntegerGetter.php" hash="e0c692483087d923cb73c6379afb1388"/><file name="StringGetter.php" hash="628ca239a954b14ae4cb7e2d4e0b3755"/><file name="TimeGetter.php" hash="8195d1dc4e65a9ae837917d16471ac4a"/></dir><file name="InboxMessageDelegateResultSet.php" hash="ecd44b7e22451bf1a835859bb28b6062"/><file name="InboxMessageImpl.php" hash="d9db75483d161b9533c4b3d27c83f70d"/></dir><dir name="List"><file name="AdminListImpl.php" hash="afd81aafa65e79865c09002890ef65c8"/><file name="FilterListImpl.php" hash="c40b6123238e2d5d7f6de58de12b1990"/><file name="ListImpl.php" hash="306508d309e35b82b1f7e225c6e8bd02"/><file name="ListManagerImpl.php" hash="0c839addd7516061a7b3ad3e7781dfae"/><file name="ListSizeImpl.php" hash="7ea8bade241c4fb42f956c14a12e0524"/><file name="StandardListImpl.php" hash="dfd14c838f2e6eec058e62bb071826a6"/><file name="SystemListImpl.php" hash="f0e1a9c57a4835a1c437e1678e8f99df"/></dir><file name="Loader.php" hash="06c03170fbacc4ad85829f6573336fc1"/><dir name="Mailing"><file name="AttachmentImpl.php" hash="df430eef73df1f53a5ccdb0c08e844df"/><file name="MailContentImpl.php" hash="7b81da013dab665caee1f833523e2794"/><dir name="MailingContentHandler"><file name="HtmlTextImpl.php" hash="7087dfaed8228eca6882fdfe57cbef02"/><file name="MultiPartImpl.php" hash="4c2cb5a94a61a379fea7ace4f8217dfa"/><file name="PlainTextImpl.php" hash="e33648a7b317f51ecb6525eda81347ae"/><file name="XsltHtmlTextImpl.php" hash="5e93ac256aeb80b9f2a7c7492926c679"/><file name="XsltImpl.php" hash="3d8f5a55878fce4342bface3bfda3f7e"/><file name="XsltMultiPartImpl.php" hash="e46e58c66051c2b38f33e30b63c0c3dd"/><file name="XsltPlainTextImpl.php" hash="3958c721b9a17f85a8879e5afabca80b"/></dir><file name="MailingContentHandler.php" hash="fa6ea25815af13c4656af774f54d8889"/><file name="MailingImpl.php" hash="e424d34ee50e06fc2887c1ea6bd62f4c"/><file name="MailingManagerImpl.php" hash="5920edd03e47b0a28edc76ad92204709"/><file name="MailingRendererImpl.php" hash="4d09f47dd637f5855db2746412c7f75b"/><file name="MailingRendererTestRecipientImpl.php" hash="9e8ebf01574d6a75fd77edaae256d2cf"/><file name="MailingResultSet.php" hash="bf36e35f23dbf47bf61d532a414d9b72"/><file name="SendingInfoImpl.php" hash="fd8b6c08b3231e19a74363997d43b905"/></dir><dir name="MailingTemplate"><file name="MailingTemplateImpl.php" hash="53df0ce9521f8b69c117a29c3b2227f1"/><file name="MailingTemplateManagerImpl.php" hash="22ee020c705efec9bdc839d93d8a1e8f"/></dir><dir name="Plugin"><file name="PluginStoreImpl.php" hash="558472c2a8a1c6806f03be4f62a58ab1"/></dir><dir name="Property"><file name="PropertyConstants.php" hash="40d084ab962b5956dd8a78a309c263e5"/><file name="PropertyContext.php" hash="625bad971dde275ae6ce7ac332aa4b81"/><file name="PropertyFormatterImpl.php" hash="261a66755cb02d4879f2133c375989ea"/><file name="PropertyImpl.php" hash="36a52eea4c348604c64ac39cf81bbbdd"/><file name="PropertyResultSet.php" hash="b56075efd98e833c528948e4c00b93ad"/></dir><file name="PropertyConstants.php" hash="458851dbc66df3d4da374142a5e8e69e"/><dir name="Recipient"><file name="AttributeManagerImpl.php" hash="694f265c4ed1123cde65fbbe08e3f511"/><file name="BatchChannelImpl.php" hash="69cdb8e281c0d3b2bbe2a464ba6d36d8"/><file name="Constants.php" hash="5e046f745599ff85e4ac1ce215115825"/><dir name="ContextAttribute"><file name="Boolean.php" hash="247d8891d8f4807bd98499a92eeeb051"/><file name="Date.php" hash="ced2272afc797857c6de053dbd4eda26"/><file name="Datetime.php" hash="b007ce13ceab79a750f1fb20b2ca9100"/><file name="Double.php" hash="0f2873be6232da1736eacfd5d20d4657"/><file name="Hardbounce.php" hash="216e37c076ffb70c31670078c8d5d382"/><file name="Id.php" hash="6cc74d2d3d5cbfbae5ecc9c15e186e2c"/><file name="Integer.php" hash="c68e8ae314a37cb321e87b96f13b833e"/><file name="LastModification.php" hash="34d04005261bdea969ad12127ec43b3c"/><file name="String.php" hash="a6f6c8b0c3a0ec283c5bf9ffdcf1ed9f"/><file name="Time.php" hash="ddfdd18d1dcffdb147f8e27d732b3550"/></dir><file name="ContextAttribute.php" hash="de003d91940ff1e4f1cded41cae2f5aa"/><dir name="RecipientContextImpl"><file name="AttributeIterator.php" hash="24cc0dfeca1ce2ed454aae1577ccc4ce"/></dir><file name="RecipientContextImpl.php" hash="739c663bf370e4cb6ea866376b30604f"/><file name="RecipientRowSetImpl.php" hash="60698d565344f0874fa6daf0a9f30d3b"/><file name="UnsubscriptionRecipientRowSetImpl.php" hash="e6f71e2ca9b6119d54724a2b76f35631"/></dir><file name="RemoteObject.php" hash="52f1193e8d9c7e8c2b7ad0fa7c3b7721"/><file name="RemoteRef.php" hash="213124297bba53fe084229e03e705cc5"/><file name="RemoteRefImpl.php" hash="da4e211ac03eb96b7929b748fc40d1af"/><file name="RemoteSession.php" hash="bd21442d873951d915c34768e60ace7e"/><dir name="Reporting"><file name="ConfigDescriptorImpl.php" hash="e150c21c38adeaa16a9094771c664e4f"/><file name="ControlImpl.php" hash="41eb512af20e38f8c7ed71c2ec5c012e"/><file name="ControlUnitImpl.php" hash="81685a0630edcba2c2d8e11a52506509"/><file name="DownloadableResultImpl.php" hash="c7f58021e8899702bf5dd50e701d4d0c"/><file name="ReportEngineImpl.php" hash="483a7b4def4a1db73c65ef32946b085d"/><file name="ReportTicketImpl.php" hash="ac6ddf705cf29f1268255ca80f38fc5f"/></dir><dir name="Resource"><file name="ResourceImpl.php" hash="43c67ae74d0fc2ee1f35c9fe76298239"/><file name="ResourceManagerImpl.php" hash="2fdb8e086191af66544d5e48d96f128b"/></dir><file name="SecureLogin.php" hash="fc83766437f46880f60071639282608d"/><file name="ServerTimeImpl.php" hash="71a279306057568a33fcff5e2f58a958"/><file name="SessionContext.php" hash="3ea4635546b3623d3ce9e31abfff439a"/><file name="SoapClient.php" hash="50eac81424af6902de2339a31c12338c"/><file name="SoapException.php" hash="84de1d5c15ede940d4c8ee180e2f7ea3"/><file name="SoapSession.php" hash="cf0e319e1e79650ccf774319215d492c"/><file name="TConvert.php" hash="4de4d743739f1383aa8ceaefcb02192f"/><dir name="Testprofiles"><file name="TestRecipientContextImpl.php" hash="97b0ba79a281d6b1edb8b9abb41f6bb1"/><file name="TestRecipientRowSetImpl.php" hash="543eaf464ac94ac515f2fe9d4fb801ea"/></dir><dir name="TextModule"><file name="TextModuleImpl.php" hash="2cf0aff8d065bd133479a61a96e7915a"/><file name="TextModuleManagerImpl.php" hash="79dd597fef46c569cbcf31d28e2b1b4c"/></dir><dir name="TriggerMailing"><file name="AttachmentImpl.php" hash="bd1df9a6da6136dcdcb66edd408b5f4c"/><dir name="Descriptor"><file name="ActionTriggerDescriptorBuilderImpl.php" hash="66aac7a9840714a717b0f2930f650952"/><file name="AnniversaryTriggerDescriptorBuilderImpl.php" hash="fdeb6a31e452260cb76e032891dbcad4"/><file name="AttributeTriggerDescriptorBuilderImpl.php" hash="611ff638c4b9817b6c76f61be7e0e422"/><file name="DailyTriggerIntervalBuilderImpl.php" hash="cd3fe4a4bb066a85e1237ec5bbffdbbc"/><file name="HourlyTriggerIntervalBuilderImpl.php" hash="4280e214d8b893967bc65a259eebbdc3"/><file name="IntervalImpl.php" hash="6787b58ed62ec9b4621f67406663ff30"/><file name="IntervalTriggerDescriptorBuilderImpl.php" hash="cebd6dc93fa823787bb765a5f36b9da6"/><file name="MonthlyTriggerIntervalBuilderImpl.php" hash="6d1a1b34a7405240a63e13e105897bb6"/><file name="TimeTriggerDescriptorBuilderImpl.php" hash="fc98ebac354a04813fce2003e85884e3"/><file name="TriggerDescriptorBuilderFactoryImpl.php" hash="626622f3029813b19e8360457d5d186d"/><file name="TriggerDescriptorImpl.php" hash="bbb9893d1b2fab58ba56c81402a042e4"/><file name="TriggerIntervalBuilderFactoryImpl.php" hash="da016c030c3a5e3b4d39b2b72df86474"/><file name="WeeklyTriggerIntervalBuilderImpl.php" hash="0483f56c4e23bddeaaf76f059cd722c3"/></dir><file name="StateFilterImpl.php" hash="f0cc8550f5d05784d49d4a3f7238e14d"/><file name="TriggerMailContentImpl.php" hash="4638baf41a9cb0af49eefd7c44ad4969"/><file name="TriggerMailingContentHandler.php" hash="d476e9928911d50f3ab4cbd49fcbdd40"/><file name="TriggerMailingImpl.php" hash="37d8510a90056b00587befdf80a901a9"/><file name="TriggerMailingManagerImpl.php" hash="6de8be001a4cc1c51f41456737f4c518"/><file name="TriggerMailingRendererImpl.php" hash="bd725ba3aab577d93f802dbe5b809e23"/><file name="TriggerMailingRendererTestRecipientImpl.php" hash="f139f2484325f67ed4aa12113e947a0a"/><file name="TriggerMailingResultSet.php" hash="9df09d590dd10b483c2e9cdfa33d2c4f"/></dir><dir name="Util"><file name="IndexException.php" hash="480c87ff5460fcf0157a9729e3ead51f"/><file name="IndexedBuffer.php" hash="497f1014582403bdbb2bff2d8c8eb383"/><file name="SelectionUtils.php" hash="64c5d73ab278f67bac773489dafafb3b"/><file name="UtilitiesImpl.php" hash="0609d0dce8a15f7f53165bb06a2c5b4d"/><file name="Utils.php" hash="ef57aca9e50dc7db5002580a24d42432"/></dir><dir name="Webpage"><file name="WebpageImpl.php" hash="eba8e6e7de90d5c39f7fa413c17c8cf3"/><file name="WebpageManagerImpl.php" hash="4ea70aba2e449f8c683e3628492ec875"/></dir><dir name="wsdl"><file name="ActionService.wsdl" hash="03ffe3b53e0e9bbaeff20151b7d711f9"/><file name="ApproverService.wsdl" hash="5aebaac503eb355609866c8268051b9c"/><file name="BlacklistService.wsdl" hash="6784a2074e19a6bcc326b6a8faf55a78"/><file name="Bounce2Service.wsdl" hash="b9ff658fc78c0a124c5f06cdac68d69f"/><file name="BounceService.wsdl" hash="573f8b0b462a779a12a58e0e33e3c95a"/><file name="CoreService.wsdl" hash="dbc8f7e565c40d8d4f78822060f1055d"/><file name="DataAccessService.wsdl" hash="003e64c10810fbaeacf037b687eaab03"/><file name="DesignTemplate2Service.wsdl" hash="e40633cf326e85b6a2e5c2916745d712"/><file name="DesignTemplateService.wsdl" hash="760ecee7729556c5f5acd61e57c06c7e"/><file name="FilterService.wsdl" hash="a0e5170978f082e73652305310e227c6"/><file name="InboxService.wsdl" hash="dfb06d8896895c93fc6e25678cd3fbaf"/><file name="ListService.wsdl" hash="14c650229911a7a713d2d44cbd4bfa97"/><file name="Mailing2Service.wsdl" hash="79a58ab9fe54cd7c729d76736a40f672"/><file name="Mailing3Service.wsdl" hash="846b220ef8f771e82c0eff2aee5d7edc"/><file name="Mailing4Service.wsdl" hash="f48c5bb37dc0e23e78a64be58d4ec576"/><file name="Mailing5Service.wsdl" hash="f6306b889609b6eb6165b057bc6f163e"/><file name="Mailing6Service.wsdl" hash="bc30c36e23b80309ad23ddcebd9200e0"/><file name="MailingService.wsdl" hash="89fb9f5cb3e4ad662ef3cb91fb5f55a7"/><file name="MailingTemplateService.wsdl" hash="364a418da074c02b72c109a8423c7107"/><file name="PluginService.wsdl" hash="024d045daa3151e9366231d206717dbe"/><file name="PropertyService.wsdl" hash="c9d4dd7ca1dc552bdca45c523424987e"/><file name="RecipientService.wsdl" hash="4cfa582fffa4046ca0105e2c3ed9d086"/><file name="ReportingService.wsdl" hash="f0165460f37387724875fb940555b7d5"/><file name="ResourceService.wsdl" hash="9ff6f3b0769d946e1e5cac9230f65291"/><file name="TestrecipientService.wsdl" hash="79964cffe88138008c13a6a887cb33d3"/><file name="TextmoduleService.wsdl" hash="1144a7e8d82d500340a808524618dc30"/><file name="TriggerMailingService.wsdl" hash="e956b03275783f07bc14aa33eced0502"/><file name="UnsubscriberService.wsdl" hash="7bdb5f68d56ea3de62c85c449fbab890"/><file name="WebpageService.wsdl" hash="be874f919835b630efc6dc2a1ae7e554"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="dndinxmail"><dir name="images"><file name="ajax-loader.gif" hash="a51c5608d01acf32df728f299767f82b"/><file name="bkg-inxmail-sync-bar.png" hash="7f07f66c431d62a772fa0e806b16c9be"/><file name="inxmail-logo.png" hash="efd5c9ee6f517cfd873ddcdcb11ad85d"/></dir><file name="inxmail-synchronization.css" hash="4515e5b1c99ede764d2a2c7d88c50e35"/></dir></dir></dir></dir></target></contents>
43
  <compatible/>
44
  <dependencies><required><php><min>5.2.13</min><max>5.3.24</max></php><package><name>Mage_Newsletter</name><channel>core</channel><min>1.6.0.0</min><max>1.6.0.0</max></package></required></dependencies>
45
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>DndInxmail_Subscriber</name>
4
+ <version>3.1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL-v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Inxmail Professional extension for Magento CE</summary>
10
  <description>Inxmail extension with Magento &#x2013; personalised mailings for shop visitors and customers&#xD;
 
11
  We&#x2019;ll be happy to advise you! Feel free to contact us at +49 761 29 69 79-800, info@inxmail.com&#xD;
12
  Your benefits from the Inxmail integration:&#xD;
13
  Retention marketing based on the life cycle of the shop customers.&#xD;
34
  Time-controlled dispatch via the Inxmail mail servers.&#xD;
35
  Return transfer of unsubscriptions to Magento. &#xD;
36
  Comprehensive success measurement directly after the mailing has been dispatched.</description>
37
+ <notes>None</notes>
38
+ <authors><author><name>Agence</name><user>DnD</user><email>magento@dnd.fr</email></author></authors>
39
+ <date>2014-11-07</date>
40
+ <time>14:44:19</time>
41
+ <contents><target name="magecommunity"><dir name="DndInxmail"><dir name="Subscriber"><dir name="Block"><dir name="Adminhtml"><dir name="Newsletter"><dir name="Subscriber"><file name="Grid.php" hash="b5ed28e9108912c8294875f425594f81"/></dir></dir><dir name="System"><dir name="Config"><file name="Date.php" hash="0f3d67458ba58968986ff12ef96dc480"/><dir name="Form"><dir name="Button"><file name="Groups.php" hash="359bd306f3c97f118de05f4be88667a5"/><file name="Subscribers.php" hash="69fa5ef916dd6f82ee3c99ab3872aaef"/></dir></dir></dir></dir></dir><dir name="Synchronization"><file name="Groups.php" hash="8d22edbccf9aac2c70dabf56237fb3e7"/><file name="Subscribers.php" hash="96bf55110cb916277558db85c2cdfa1c"/></dir></dir><dir name="Helper"><file name="Abstract.php" hash="93353e85d33b533a041977fd7ba81e08"/><file name="Data.php" hash="2c235dc3b03828b35e66d0c8141059d9"/><file name="Error.php" hash="da28f79336d5d79fffd31f64fd7ffb21"/><file name="Group.php" hash="034edc49e8d4e4d693a20c021eb35c49"/><file name="Log.php" hash="94b10c3ef3659559a5ef375015130cb7"/><file name="Mapping.php" hash="5483af6468f26c9f24f8d936858506c0"/><dir name="Synchronize"><file name="Groups.php" hash="c7073643e2cf16917cac866fbb4453c1"/><file name="Subscribers.php" hash="4f4d8b139fcec947b5c68d060b323620"/></dir><file name="Synchronize.php" hash="3c24bf86552d8546957a58e8ce3a34ca"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Cron.php" hash="c78af2705f2b887c54cf8db300d13b40"/><dir name="Customer"><file name="Group.php" hash="9cd0afe7f4b87380567fa1b581ace215"/></dir><file name="Date.php" hash="c4775672c4284f2cc4f177a5870c9aaf"/></dir><dir name="Source"><file name="Attributes.php" hash="98fb1ab62fc648c84b003f79ab80079b"/><dir name="Cron"><file name="Frequency.php" hash="946bf5bf660416942182d012c6d09f09"/></dir><dir name="Group"><file name="Specific.php" hash="f9f5c1e8a41c920e023b2d5da14a267d"/></dir><file name="Group.php" hash="3418152cb9104c1ff81840cfd3b87bb5"/><dir name="Inxmail"><dir name="Columns"><dir name="Type"><file name="Dateonly.php" hash="06bc2908da0209c46f4a27473ace9d69"/><file name="Float.php" hash="a341c6bcd62a64501afb66ac83ae4445"/><file name="Int.php" hash="11b51fcc463e7af3d99211183d5d396c"/><file name="Text.php" hash="04cb76cd1790b61f4e84513f1ae6fa8b"/><file name="Yesno.php" hash="c1074e453fc4daf0d4a9c6ebfb669710"/></dir></dir><file name="Columns.php" hash="4ba3ce4198c446c0678b508ceb3a9843"/><file name="Lists.php" hash="f3653a1b08623dae3baac743d3221b20"/></dir><file name="Orders.php" hash="c56f2ad158f46ee77ca0466e96d1b92c"/></dir></dir></dir></dir><file name="Observer.php" hash="45b619e3e231824dce88063c68283842"/><file name="Xml.php" hash="40b247885575c368c672e51e36ac2d49"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="InxmailcolumnsController.php" hash="c2b66cbe614105ae07deaef02943cc5f"/><file name="SynchronizeController.php" hash="a0555a88522681c7ac7eb617b199f53d"/></dir><file name="LogController.php" hash="fb38eeac648f7095127069c1266622d5"/><file name="MessagesController.php" hash="f514ea6603e3c19507d7e58893ac9278"/><file name="SourceController.php" hash="e2577c35ac67bdf93601c76c2eccf5ab"/><file name="SynchronizeController.php" hash="712c1c05f8fa5a188692b56efe28f4b9"/></dir><dir name="etc"><file name="adminhtml.xml" hash="5c5e02879e09544611d527e9b4d70d6b"/><file name="config.xml" hash="f01ffb92edfbae6e402a7f9eb9803243"/><file name="system.xml" hash="cd69489006f9d2e36d5ba45df1d729b1"/></dir><dir name="sql"><dir name="dndinxmail_subscriber_setup"><file name="mysql4-install-1.0.0.0.php" hash="f76dbd90576888fd82713ee3f77c0225"/><file name="mysql4-upgrade-1.0.0.0-3.1.0.0.php" hash="75f86e046783d9551af69601462ddd6c"/></dir></dir><file name=".DS_Store" hash="43572f0bc4d22c23da3b68bbfd7983d5"/></dir><file name=".DS_Store" hash="a7bb5f04e7571d7504538f28cb46ff44"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="dndinxmail.xml" hash="a5bef55ae4a09e3eade8cf51c3dbf924"/></dir><dir name="template"><dir name="dndinxmail"><dir name="subscriber"><dir name="system"><dir name="config"><dir name="form"><dir name="button"><file name="groups.phtml" hash="3518010bfad9268e6d5f8a1c822215e1"/><file name="subscribers.phtml" hash="52971eb90b80ff1b8d75423d7bd13949"/></dir></dir></dir><dir name="inxmail"><file name="columns.phtml" hash="9ed3d5cee08a6dae8dd6ce7af548b1c2"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="dndinxmail.xml" hash="bcf182c3c06d1afe83c4261a29215e75"/></dir><dir name="template"><dir name="dndinxmail"><dir name="page"><file name="messages.phtml" hash="b0155c06befe67c4c21c5d2132fda89e"/><file name="synchronize.phtml" hash="b75ff3207b177a717000a608d0d4ff9c"/></dir><dir name="synchronization"><file name="groups.phtml" hash="08bab57207b4d0a5471d03fa0327d064"/><file name="subscribers.phtml" hash="1c3eb9981611e475944f29eaec7139a3"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DndInxmail_Subscriber.xml" hash="87b482d6a16641e818648e615163bee3"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="DndInxmail_Subscriber.csv" hash="0cd54b302198adaeb6986ce4a7da698f"/></dir><dir name="fr_FR"><file name="DndInxmail_Subscriber.csv" hash="4819a65a90799bd0fce59b50abe8a495"/></dir></dir></target><target name="mage"><dir name="js"><dir name="dndinxmail"><file name="synchronize.js" hash="c00f2c2002dafa6eb39da796642c1836"/></dir></dir></target><target name="magelib"><dir name="Inx"><dir name="Api"><file name="APIException.php" hash="cd54a0750901485e9e8690de5ad5246a"/><dir name="Action"><file name="Action.php" hash="23cc64b7041d4c4cb8876a688eba717c"/><file name="ActionManager.php" hash="0d8cb6ed17517521d7b4887524f78cd6"/><file name="Command.php" hash="e43628257e4e70d8368c72c4bab0dd08"/><file name="CommandFactory.php" hash="07e7a034db4e787bd6e4008c2f77a4e2"/><file name="DeleteRecipientCommand.php" hash="e16c5082c0f8b891935d19e7bf5bac37"/><file name="SendActionMailCommand.php" hash="d4d89666620ebed59abc821037f7fba0"/><file name="SendMailCommand.php" hash="ea2965978e83d551f78f1b899c2575aa"/><file name="SetValueCommand.php" hash="daa643eb5e324c30d27ba562553ccd19"/><file name="SubUnsubscriptionCommand.php" hash="639cf2bc611b0aae9de59648a987fa6f"/><file name="SubscriptionCommand.php" hash="d1b95af63560ad49ba8aa82b2301684b"/><file name="UnsubscriptionCommand.php" hash="bf342168d8664f1bab148a7c585b120f"/></dir><dir name="Approval"><file name="Approver.php" hash="398c2baf6a7e16aed03d116a98f0574d"/><file name="ApproverManager.php" hash="b86d3f424e9fc4ada85f019d9d6409d3"/></dir><file name="BOManager.php" hash="6bb31e5f0dca4d04a7ec68a9599f2890"/><file name="BOResultSet.php" hash="e17bfdd0707f65398a0869285ef52f1f"/><dir name="Blacklist"><file name="BlacklistEntry.php" hash="271260e423d8ab8bb68d3055a82ff3df"/><file name="BlacklistManager.php" hash="01c653c0f335409c7f92d18999abfcf1"/></dir><dir name="Bounce"><file name="Bounce.php" hash="71003bfc1527e6577990f608b047c1c8"/><file name="BounceManager.php" hash="4597ee77483225e46936e9a8953cf915"/></dir><file name="BusinessObject.php" hash="dde00faedf1b976feac319b77ed31fbc"/><file name="ConnectException.php" hash="9f169bb2be254fac472324e543b95346"/><dir name="DataAccess"><file name="ClickData.php" hash="c4480f959e7bb258c8971e067b25fd31"/><file name="ClickDataRowSet.php" hash="0ba81ac549741b99cb25e7fe3a471741"/><file name="DataAccess.php" hash="558312518d83567bab8afa08be34a155"/><file name="DataRowSet.php" hash="b4c1b1c6cd54b94c507918e1585f4eee"/><file name="LinkData.php" hash="d76aaa1d4a682ccba89c4a03bffb57ca"/><file name="LinkDataRowSet.php" hash="b1f6b1015172c08ea9e913b74bb9a3a3"/></dir><file name="DataException.php" hash="ec356035ac146b8aa9abbbc86f0ec9b6"/><dir name="DesignTemplate"><file name="DesignCollection.php" hash="8f359298cfa099a9b21820948e5bb375"/><file name="DesignCollectionManager.php" hash="259d40303f757e3de4c61be78a9a6ea4"/><file name="ImportException.php" hash="707077dc9a6b772614484702049e4116"/><file name="Style.php" hash="7429cad366a613b77a6abc1af08a07e5"/><file name="Template.php" hash="223f216d718685d1ac0ee188d49d40e8"/></dir><file name="FeatureNotAvailableException.php" hash="aac4c80f2bcf5aa8afb82133bec65080"/><file name="Features.php" hash="4b8264a9b46f730d1b60868ff3652b5c"/><dir name="Filter"><file name="Filter.php" hash="8c6e719b971ea97b77e4dcfa982e37c6"/><file name="FilterManager.php" hash="ab13a6505d2d104b558cbd782b404013"/></dir><file name="FilterStmtException.php" hash="bb0647ba81e91e2a828008176ec4e31e"/><file name="IOException.php" hash="6529a0521cba31d7cd21e2480b7cf539"/><file name="IllegalArgumentException.php" hash="97dd2b482dc3f3432e210ee8de7537a1"/><file name="IllegalStateException.php" hash="554021016305c9f925f7a5b9a916b7f1"/><dir name="Inbox"><file name="InboxManager.php" hash="eacdb6f94329afcc7c30022429d127dd"/><file name="InboxMessage.php" hash="2f15d1a04656cf3a168b272955ca78a1"/></dir><file name="IndexOutOfBoundsException.php" hash="b6540c77abfe67a4babd3d1d81ebb07d"/><file name="IndexSelection.php" hash="d945202618cf627deba0c10f689eaaff"/><file name="InputStream.php" hash="ea8f19a4cb5abe7f2dc7f8abee3f81d5"/><dir name="List"><file name="AdminListContext.php" hash="baa67ed7444f9193c93d924103a9e5ba"/><file name="FilterListContext.php" hash="778e53fbd218fc7dc41c652b7becae9e"/><file name="ListContext.php" hash="7e497880ce83f2d6e5e929f70ca2035b"/><file name="ListContextManager.php" hash="7d1a13a02e0a2b9d060a18d16ae28f4c"/><file name="ListSize.php" hash="23c93e1d8135e8c065cc2e97bdc315e0"/><file name="StandardListContext.php" hash="31003ba4eb787850f5f7193568da34a7"/><file name="SystemListContext.php" hash="abd62b603790f0a9f74808fed8494b37"/></dir><file name="LockException.php" hash="1bfb472512c9afc6cffecef9ed3a7139"/><file name="LockTicket.php" hash="895d6dda37856b22ad966aecc343205c"/><file name="LoginException.php" hash="b2dd030c5b9138be4eb54034c16c65a2"/><dir name="Mail"><file name="Attachment.php" hash="1b51017705f23a73c0595b9e77526424"/><file name="BuildException.php" hash="6131f755acbe53ef30ab1f7ee598a1cc"/><file name="HeaderField.php" hash="41064f0a57c96ddfb45f6261ff6a47a4"/><file name="MailContent.php" hash="f00f4eb2796b0cbcfbedcd13c42a28e5"/><file name="MailingRenderer.php" hash="db148e8e3be09298c02164c2081bef77"/><file name="ParseException.php" hash="3dbcfd375240d124f6212c97f2270f89"/><file name="RenderError.php" hash="8c394c5e1e4ccf436b48a890a6069e19"/></dir><dir name="Mailing"><file name="ContentHandler.php" hash="cfa856aff7def9d8cac5274b45754084"/><file name="HtmlTextContentHandler.php" hash="687074edc0da205eb0db697f22b9d64a"/><file name="Mailing.php" hash="55917ad43a5edfc9af645cd6ba2bbba0"/><file name="MailingConstants.php" hash="0a55df985533e0b1a9ba5166ad55db31"/><file name="MailingManager.php" hash="e374e0df727e4fdf6250ebab3ff7ef87"/><file name="MailingStateException.php" hash="7451ae5d08df03b4f72bdf92eb3580f0"/><file name="MultiPartContentHandler.php" hash="125509bfc68c52f34edd204c8dae19b0"/><file name="PlainTextContentHandler.php" hash="3b3604686f849b44ea34920e9526b017"/><file name="SendException.php" hash="4dd20378fabed595ea2f2824d421e74d"/><file name="SendingInfo.php" hash="eab51cf10fdfafcd5a5e905bd560c84c"/><file name="SinglePartContentHandler.php" hash="ecc3d8494628332f2f9cafce326acc96"/><file name="XsltContentHandler.php" hash="d294b4d09ede46479b51f5f00f0bdc86"/><file name="XsltHtmlTextContentHandler.php" hash="880545751bd4bbe08a3aec9851ff0c4d"/><file name="XsltMultiPartContentHandler.php" hash="58de83e1979120d77da8b7fb968dcbc8"/><file name="XsltPlainTextContentHandler.php" hash="7fdc485ccf55e74053306451b00eb143"/></dir><dir name="MailingTemplate"><file name="MailingTemplate.php" hash="57fdee4dcbe65ccf5a11c251fff402d3"/><file name="MailingTemplateManager.php" hash="582c7e37c56e2841ca3975e2432e9a50"/></dir><file name="NameException.php" hash="e4881c80503e2da8f7714d1e21ebe5cc"/><file name="NullPointerException.php" hash="efd39dcce2a3a8b8c457e3c60db42b30"/><file name="Order.php" hash="5a24339bdb8f501764e03532fb69fa21"/><dir name="Plugin"><file name="PluginStore.php" hash="a54c99a07a7353c2af66df1e83fd8d22"/></dir><file name="PluginStatusService.php" hash="2dcf3e299611d85e92b6c24b62ca0caf"/><dir name="Property"><file name="ApprovalPropertyValue.php" hash="12c56a0d34b6c77cc658b7f5adf882fe"/><file name="FormatChoicePropertyFormatter.php" hash="7bf1d3b42e63ec4e0593c1be9c39c3fa"/><file name="Property.php" hash="0e3b5236bee293b3b5f7f5e3d929de8a"/><file name="PropertyFormatter.php" hash="891ee029bc1f5889cf54661f02a008a1"/><file name="PropertyNames.php" hash="06d58e88d7aa417973677d4de02c1bd4"/></dir><dir name="Recipient"><file name="Attribute.php" hash="b491e14fb0675abe19e21ba9ec47511c"/><file name="AttributeManager.php" hash="c0b207d530795ade9eaeb329c2329531"/><file name="AttributeNotFoundException.php" hash="9df716b4504b2e7426696e9b48cff313"/><file name="BatchChannel.php" hash="7ff4ac60008aa69b362f71835833a051"/><file name="BlackListException.php" hash="2beb8ddb0bcfbbdfcfcb479185223ba2"/><file name="DuplicateKeyException.php" hash="1e7b3b0acd7ee6a5ec32aaf3b9dcf440"/><file name="IllegalValueException.php" hash="f2f93510caca40ef35dbfe8f93f107c4"/><file name="RecipientContext.php" hash="7337890f2d5ab48982f67f4b38fe67ce"/><file name="RecipientMetaData.php" hash="2ad66ae6de6d12618d2ca8896f4a06d4"/><file name="RecipientRowSet.php" hash="e3deb362047bc78ca25c8045ffcbe94a"/><file name="SelectException.php" hash="63315e8cd92fc6b1f6f881b1b5e6a8e5"/><file name="UnsubscriptionRecipientRowSet.php" hash="21527e9ebc00848cc4727f6e1172e044"/></dir><file name="RemoteException.php" hash="832a732fa39c1855c45cf65bf7f6877b"/><dir name="Reporting"><file name="ConfigDescriptor.php" hash="9e8438d540d70870824cdc863d803747"/><file name="Control.php" hash="899fc95b97943e3a8370004f753af3d8"/><file name="ControlUnit.php" hash="9f891fe50ee8879b07f0873a5766b1ae"/><file name="DownloadableResult.php" hash="afb8dd810d04f542a34f7a6c5b4cc25f"/><file name="ReportEngine.php" hash="32e1e94b3903cdde162c6999afa3a047"/><file name="ReportException.php" hash="e8d640d1cc1a5a9ce19160ef3626a9e7"/><file name="ReportRequest.php" hash="b90af6e5b42164818d5b5b9d5e6006f5"/><file name="ReportTicket.php" hash="5e14228ee6fbd9fb4ef9c178bf2a52a4"/></dir><dir name="Resource"><file name="Resource.php" hash="e525ef57620f36d1725600ae128fe794"/><file name="ResourceManager.php" hash="fd156e44f0ab6be2b93d8d27ff3f39da"/></dir><file name="SecurityException.php" hash="48c790e529ad4d7ebccabed4c06491bc"/><file name="ServerTime.php" hash="7bee61012b85de2a4aba0816e2245aac"/><file name="Session.php" hash="fbba675b7383308bf9ca4714f4609d4e"/><dir name="Subscription"><file name="SubscriptionLogEntryRowSet.php" hash="d42de23ebab0352d51ec0015f68e24de"/><file name="SubscriptionManager.php" hash="9adff6dd81646f381b2970e4dac5b878"/></dir><dir name="Testprofiles"><file name="TestRecipientContext.php" hash="c2627ed5e66f6c36246c42c23f0e63a8"/><file name="TestRecipientRowSet.php" hash="b6f7edfedd1d89baab00863873387d11"/></dir><dir name="TextModule"><file name="TextModule.php" hash="029f4c493a70a5f51039f0f9f0238358"/><file name="TextModuleManager.php" hash="460a750d470dcc78dbf68bbb65cc50bc"/></dir><dir name="TriggerMail"><file name="Attachment.php" hash="63edd19c4d47bc547ea2d803b7952b50"/><file name="BuildException.php" hash="c5a44bc006a4e8ebf005b0225aa8c342"/><file name="BuildMode.php" hash="6e0db4163aa68e6720938fc99bc70335"/><file name="ParseException.php" hash="20e0dc188e8f87c24eb1b9a2ce9e62e0"/><file name="RenderError.php" hash="851bc0adfc3192b00f9863fdf5a941e8"/><file name="TriggerMailContent.php" hash="daf234dffb5f626412045d3547d609a5"/><file name="TriggerMailingConstants.php" hash="0bd74dbf4611cd6f000b76befbb61ed3"/><file name="TriggerMailingContentType.php" hash="91797f2b347ec364ca2a0b5fb9dba895"/><file name="TriggerMailingExceptionType.php" hash="5ff9d8155a345acd7afbda1b670fc59e"/><file name="TriggerMailingRenderer.php" hash="b87b05fbab7487134ded4a9c81b9f95d"/></dir><dir name="TriggerMailing"><dir name="Descriptor"><file name="ActionTriggerDescriptorBuilder.php" hash="590b5d243ba865babad54d579485ffab"/><file name="AnniversaryTriggerDescriptorBuilder.php" hash="a3a3521e9ef2ca65b2973553c398cf11"/><file name="AttributeTriggerDescriptorBuilder.php" hash="d308ce93f7b061529cd3a282511ce32a"/><file name="DailyTriggerIntervalBuilder.php" hash="00cf93764b8f0e94050399c490df4579"/><file name="HourlyTriggerIntervalBuilder.php" hash="fc4e8c62c6145ddbdae88421a2160411"/><file name="IntervalTriggerDescriptorBuilder.php" hash="9885d3d7511badadb20c6ca42005a4ec"/><file name="MonthlyTriggerIntervalBuilder.php" hash="cb70203959b2d4f4046e5e323d68fb79"/><file name="TimeTriggerDescriptorBuilder.php" hash="d73eba7a83dc3e28052e9785518fefb8"/><file name="TimeTriggerDispatchInterval.php" hash="7f10a01e10efa1aaf1ec7d9e31f09757"/><file name="TimeTriggerOffset.php" hash="dad792f6bfb445de6e4ea8450fa3b377"/><file name="TimeTriggerOffsetType.php" hash="68cd3c7119fb148325cf4d4ba6360f63"/><file name="TimeTriggerUnit.php" hash="a48e5c4ee6e0550bc8021d9d2697d37a"/><file name="TriggerDescriptor.php" hash="c8e82bf5239a5c0d66452f9e72b317e8"/><file name="TriggerDescriptorBuilder.php" hash="4affc3a11cb57854b457c6dfc590f211"/><file name="TriggerDescriptorBuilderFactory.php" hash="29eafd239dbee70106ebc618168ab9ea"/><file name="TriggerInterval.php" hash="b48708f6eee52a4a74efb39ae5a24ee9"/><file name="TriggerIntervalBuilder.php" hash="c21d6a4436b946eaed754b3fc104e0a7"/><file name="TriggerIntervalBuilderFactory.php" hash="5c0f27c68d110f5077fbb4d9f6a0982e"/><file name="TriggerType.php" hash="6eaaeb5325dabea3a1673148a69e9229"/><file name="WeeklyTriggerIntervalBuilder.php" hash="17d3a0f06eee2f5b12d6f7573d7a6c1c"/></dir><file name="FilterConcatenationType.php" hash="486ea82e75c32dd449c52644f7d77f68"/><file name="SendException.php" hash="f03297f29bd7b3ad34b0d56dda67d78e"/><file name="StateFilter.php" hash="b93c0ce8146775effb56f4616f85175f"/><file name="TriggerMailing.php" hash="2ecdedd81fc3efc5c61665f1aab308a0"/><file name="TriggerMailingAttribute.php" hash="c888b38755e78e9385fe61ec70c40e8c"/><file name="TriggerMailingManager.php" hash="bf4da5a5c5f62ab9bb6f9a90c4ede829"/><file name="TriggerMailingState.php" hash="a6bc00ab248f58cb24edeac772018c67"/><file name="TriggerMailingStateException.php" hash="1cad16b7478d16b1b7a89477879b40f4"/><file name="TriggerState.php" hash="9e4c573fc11d95991f495d99e3d8b25a"/></dir><file name="UnknownRecipientException.php" hash="fd60fbb2a862018902446c22acae3e39"/><file name="UpdateException.php" hash="5eab1ab678e906461ca4e3ba521c6303"/><file name="User.php" hash="2f5ffca72a24971bccd0195ba0716f96"/><file name="UserContext.php" hash="0b3a302e4fe70e44750a50980afd82ad"/><file name="UserRights.php" hash="2fb507c14e8b68075b37ec44a7291743"/><dir name="Util"><file name="TellAFriendException.php" hash="7af24d87796588d0ba7039dcba78feb8"/><file name="TemporaryMail.php" hash="c3c16bd04fa21483f3d4e4394081cd56"/><file name="TemporaryMailSender.php" hash="6257ca5b5e5c50010a2126fb3cef6db5"/><file name="Utilities.php" hash="10e7d85f3b184a036b6ce95998c262bf"/></dir><dir name="Webpage"><file name="Webpage.php" hash="d98a3894eb2bfab82a8bae10bf5aaba9"/><file name="WebpageManager.php" hash="f6e9405179c2f446eab8aec1243aa482"/></dir></dir><dir name="Apiimpl"><file name="AbstractSession.php" hash="366356783cb67b94499c793421367ed3"/><dir name="Action"><file name="ActionConstants.php" hash="74a1aeb6dd6d8c26d3e3261b8f3ecf85"/><file name="ActionImpl.php" hash="ced12b8990fdddf5dec76ca33cc3e12e"/><file name="ActionManagerImpl.php" hash="5709583e18ee4639849691287a7d95c9"/><file name="CommandFactoryImpl.php" hash="c2801cba3e569a08497be0a4add29e2e"/><dir name="CommandImpl"><file name="RemoveRecipientCmd.php" hash="e93a7dfa8e73123f7f92557f5e660826"/><file name="SendActionMailCmd.php" hash="f29e9df8e314c6f0dfb3d00ffd43217c"/><file name="SendMailCmd.php" hash="06635dc1b6a6a5d1707ac71985e1cb99"/><file name="SetValueCmd.php" hash="306741c4895fc7c6a95d4cea8c7b3297"/><file name="SubUnsubscriptionCmd.php" hash="697dfc43dba052f25aa5e3153266e710"/><file name="SubscriptionCmd.php" hash="49ec5d0ebea09f7d511b0c91f3a03dea"/><file name="UnknownCmd.php" hash="85771d39dcb89ca92d00b15c2408105e"/><file name="UnsubscriptionCmd.php" hash="9c15f0764ff5c03498800f3fe5282ea6"/></dir><file name="CommandImpl.php" hash="e7d80d2d2415f8f9a908aaec9c57161e"/></dir><dir name="Approval"><file name="ApproverImpl.php" hash="32bbc6581959b5ff793aa484a2369451"/><file name="ApproverManagerImpl.php" hash="76db65517b94044bfedc8ff31e0d9e7f"/></dir><file name="AxisPluginStatusService.php" hash="603ea9d715bdc026061fe75a2ad6d748"/><dir name="Blacklist"><file name="BlacklistConstants.php" hash="d9c866914eccb44f58c413c81afcf529"/><file name="BlacklistEntryImpl.php" hash="debc3c7e2b6c4e1efdf65f2a07d14937"/><file name="BlacklistManagerImpl.php" hash="223b2f3d17c8c90000ac2edcd16236f2"/></dir><dir name="Bounce"><dir name="BounceDelegateResultSet"><file name="AttrGetter.php" hash="8b73e66a19560bf4b567f1aac3d2ca50"/><file name="BooleanGetter.php" hash="60b49a6a4aa967b762b12bf7ffafc585"/><file name="DateGetter.php" hash="89aaecf9603070a8ea128b96a5a3a7c0"/><file name="DateTimeGetter.php" hash="c6fa4b1487a2bea04b288f8cea610f11"/><file name="DoubleGetter.php" hash="5a8a9a23bc69368d04db85941dc8bd3b"/><file name="IntegerGetter.php" hash="d72cb5d5ad480f3e3aea2cbf661dfa9e"/><file name="StringGetter.php" hash="8f0b26bc051973eca763d3c4e951de2b"/><file name="TimeGetter.php" hash="d33ce9e6156a8f525999b070335d9fa5"/></dir><file name="BounceDelegateResultSet.php" hash="39f62cc6a18b6c47e62f549399e724fc"/><file name="BounceImpl.php" hash="61c3014494fa5a271f46254160a4d06c"/><file name="BounceManagerImpl.php" hash="cee52bb74330be832e3846124f860406"/></dir><file name="Constants.php" hash="87f4b4f239aeabb0cc26d277de41d0af"/><dir name="Core"><file name="AbstractBOResultSet.php" hash="1b22b1a5af50855d65be0926d4d9008d"/><file name="BOResultSetDelegate.php" hash="08aae66cb0774e3d5ae2413ac99eada0"/><file name="DelegateBOResultSet.php" hash="e37acd15f3d15c72661efa2265673eac"/><file name="RemoteInputStream.php" hash="fe5e1f5928d764d0e651cb0172698cdd"/><dir name="SubscriptionLogEntryRowSetImpl"><file name="AttrGetter.php" hash="58bb75f9a98bed790eaa685bccf9eb1e"/><file name="BooleanGetter.php" hash="63c2763d28807231f54b8c4d40535b3b"/><file name="DateGetter.php" hash="c8e88abc79f49050bcfdf63d157c9040"/><file name="DateTimeGetter.php" hash="ae8403a6cbb9240eb3e019f2d9ebcc5e"/><file name="DoubleGetter.php" hash="27672e785d1014d2f9b3fda018851dfc"/><file name="IntegerGetter.php" hash="ade0248e8c338d26aa56fc5e8e15ed0c"/><file name="StringGetter.php" hash="33a479437ff798fa58371e2876b250f9"/><file name="TimeGetter.php" hash="9d6083a04aa80f6158a48970610ead0d"/></dir><file name="SubscriptionLogEntryRowSetImpl.php" hash="002abe10cb728b486201dd46095edba0"/><file name="SubscriptionManagerImpl.php" hash="63c6e5ac06ab3142793f582fcd5fcadb"/><file name="Uploader.php" hash="2271e891897c304df0623cd66eb58d76"/><file name="UserContextImpl.php" hash="d8f9432a80443d133b3b7c79496a687b"/></dir><dir name="DataAccess"><file name="ClickDataImpl.php" hash="25777a8b89ba20899d53a3cadb89e36c"/><dir name="ClickDataRowSetImpl"><file name="AttrGetter.php" hash="2a7b36951f6065e4aff60d1a57a04c56"/><file name="BooleanGetter.php" hash="c61543b88d05f5f6f9aa18795b33bd07"/><file name="DateGetter.php" hash="c8e88abc79f49050bcfdf63d157c9040"/><file name="DateTimeGetter.php" hash="ae8403a6cbb9240eb3e019f2d9ebcc5e"/><file name="DoubleGetter.php" hash="27672e785d1014d2f9b3fda018851dfc"/><file name="IntegerGetter.php" hash="ade0248e8c338d26aa56fc5e8e15ed0c"/><file name="StringGetter.php" hash="33a479437ff798fa58371e2876b250f9"/><file name="TimeGetter.php" hash="9d6083a04aa80f6158a48970610ead0d"/></dir><file name="ClickDataRowSetImpl.php" hash="1f537a23d4fdde838afa3b9d01f1a209"/><file name="DataAccessImpl.php" hash="a54e73e74a8d6259f4c76ee60f3dc390"/><file name="LinkDataImpl.php" hash="a167a01f54e6a60f6362b2ce15ee3e1f"/><file name="LinkDataRowSetImpl.php" hash="70ba51962968972525d18acfd9043815"/></dir><dir name="DesignTemplate"><file name="DesignCollectionImpl.php" hash="7cadf4102f290eac0d72e6b5f9efd1b1"/><file name="DesignCollectionManagerImpl.php" hash="3dfbfbcee75272e54824f07263f756db"/><file name="StyleImpl.php" hash="92597b11655c9d88a0e11af75a89fa65"/><file name="TemplateImpl.php" hash="ea5e87fe355d762ef205d8453598cfd4"/></dir><dir name="Filter"><file name="FilterConstants.php" hash="247f2f9de64e30069e2daa9937bd0e50"/><file name="FilterImpl.php" hash="c0dfe42dfc79f7eeb3a84bf9757e852c"/><file name="FilterManagerImpl.php" hash="0164491a48e5cf358dd7a50811b7b618"/></dir><dir name="Inbox"><file name="InboxManagerImpl.php" hash="2feea5f2de6275d9022219cc494bd818"/><dir name="InboxMessageDelegateResultSet"><file name="AttrGetter.php" hash="82502b8cefdbec6b430258e997e4b1cc"/><file name="BooleanGetter.php" hash="6818d23b7d7dabe8b2e6eebee9b4137a"/><file name="DateGetter.php" hash="524790444c7c622ae8f443c797a805ee"/><file name="DateTimeGetter.php" hash="1622651e10e6afa88790100f9cca20e1"/><file name="DoubleGetter.php" hash="365b9e043d150bcb4ee2fc91ea882773"/><file name="IntegerGetter.php" hash="e0c692483087d923cb73c6379afb1388"/><file name="StringGetter.php" hash="628ca239a954b14ae4cb7e2d4e0b3755"/><file name="TimeGetter.php" hash="8195d1dc4e65a9ae837917d16471ac4a"/></dir><file name="InboxMessageDelegateResultSet.php" hash="ecd44b7e22451bf1a835859bb28b6062"/><file name="InboxMessageImpl.php" hash="d9db75483d161b9533c4b3d27c83f70d"/></dir><dir name="List"><file name="AdminListImpl.php" hash="afd81aafa65e79865c09002890ef65c8"/><file name="FilterListImpl.php" hash="c40b6123238e2d5d7f6de58de12b1990"/><file name="ListImpl.php" hash="306508d309e35b82b1f7e225c6e8bd02"/><file name="ListManagerImpl.php" hash="0c839addd7516061a7b3ad3e7781dfae"/><file name="ListSizeImpl.php" hash="7ea8bade241c4fb42f956c14a12e0524"/><file name="StandardListImpl.php" hash="dfd14c838f2e6eec058e62bb071826a6"/><file name="SystemListImpl.php" hash="f0e1a9c57a4835a1c437e1678e8f99df"/></dir><file name="Loader.php" hash="06c03170fbacc4ad85829f6573336fc1"/><dir name="Mailing"><file name="AttachmentImpl.php" hash="df430eef73df1f53a5ccdb0c08e844df"/><file name="MailContentImpl.php" hash="7b81da013dab665caee1f833523e2794"/><dir name="MailingContentHandler"><file name="HtmlTextImpl.php" hash="7087dfaed8228eca6882fdfe57cbef02"/><file name="MultiPartImpl.php" hash="4c2cb5a94a61a379fea7ace4f8217dfa"/><file name="PlainTextImpl.php" hash="e33648a7b317f51ecb6525eda81347ae"/><file name="XsltHtmlTextImpl.php" hash="5e93ac256aeb80b9f2a7c7492926c679"/><file name="XsltImpl.php" hash="3d8f5a55878fce4342bface3bfda3f7e"/><file name="XsltMultiPartImpl.php" hash="e46e58c66051c2b38f33e30b63c0c3dd"/><file name="XsltPlainTextImpl.php" hash="3958c721b9a17f85a8879e5afabca80b"/></dir><file name="MailingContentHandler.php" hash="fa6ea25815af13c4656af774f54d8889"/><file name="MailingImpl.php" hash="e424d34ee50e06fc2887c1ea6bd62f4c"/><file name="MailingManagerImpl.php" hash="5920edd03e47b0a28edc76ad92204709"/><file name="MailingRendererImpl.php" hash="4d09f47dd637f5855db2746412c7f75b"/><file name="MailingRendererTestRecipientImpl.php" hash="9e8ebf01574d6a75fd77edaae256d2cf"/><file name="MailingResultSet.php" hash="bf36e35f23dbf47bf61d532a414d9b72"/><file name="SendingInfoImpl.php" hash="fd8b6c08b3231e19a74363997d43b905"/></dir><dir name="MailingTemplate"><file name="MailingTemplateImpl.php" hash="53df0ce9521f8b69c117a29c3b2227f1"/><file name="MailingTemplateManagerImpl.php" hash="22ee020c705efec9bdc839d93d8a1e8f"/></dir><dir name="Plugin"><file name="PluginStoreImpl.php" hash="558472c2a8a1c6806f03be4f62a58ab1"/></dir><dir name="Property"><file name="PropertyConstants.php" hash="40d084ab962b5956dd8a78a309c263e5"/><file name="PropertyContext.php" hash="625bad971dde275ae6ce7ac332aa4b81"/><file name="PropertyFormatterImpl.php" hash="261a66755cb02d4879f2133c375989ea"/><file name="PropertyImpl.php" hash="36a52eea4c348604c64ac39cf81bbbdd"/><file name="PropertyResultSet.php" hash="b56075efd98e833c528948e4c00b93ad"/></dir><file name="PropertyConstants.php" hash="458851dbc66df3d4da374142a5e8e69e"/><dir name="Recipient"><file name="AttributeManagerImpl.php" hash="694f265c4ed1123cde65fbbe08e3f511"/><file name="BatchChannelImpl.php" hash="69cdb8e281c0d3b2bbe2a464ba6d36d8"/><file name="Constants.php" hash="5e046f745599ff85e4ac1ce215115825"/><dir name="ContextAttribute"><file name="Boolean.php" hash="247d8891d8f4807bd98499a92eeeb051"/><file name="Date.php" hash="ced2272afc797857c6de053dbd4eda26"/><file name="Datetime.php" hash="b007ce13ceab79a750f1fb20b2ca9100"/><file name="Double.php" hash="0f2873be6232da1736eacfd5d20d4657"/><file name="Hardbounce.php" hash="216e37c076ffb70c31670078c8d5d382"/><file name="Id.php" hash="6cc74d2d3d5cbfbae5ecc9c15e186e2c"/><file name="Integer.php" hash="c68e8ae314a37cb321e87b96f13b833e"/><file name="LastModification.php" hash="34d04005261bdea969ad12127ec43b3c"/><file name="String.php" hash="a6f6c8b0c3a0ec283c5bf9ffdcf1ed9f"/><file name="Time.php" hash="ddfdd18d1dcffdb147f8e27d732b3550"/></dir><file name="ContextAttribute.php" hash="de003d91940ff1e4f1cded41cae2f5aa"/><dir name="RecipientContextImpl"><file name="AttributeIterator.php" hash="24cc0dfeca1ce2ed454aae1577ccc4ce"/></dir><file name="RecipientContextImpl.php" hash="739c663bf370e4cb6ea866376b30604f"/><file name="RecipientRowSetImpl.php" hash="60698d565344f0874fa6daf0a9f30d3b"/><file name="UnsubscriptionRecipientRowSetImpl.php" hash="e6f71e2ca9b6119d54724a2b76f35631"/></dir><file name="RemoteObject.php" hash="52f1193e8d9c7e8c2b7ad0fa7c3b7721"/><file name="RemoteRef.php" hash="213124297bba53fe084229e03e705cc5"/><file name="RemoteRefImpl.php" hash="da4e211ac03eb96b7929b748fc40d1af"/><file name="RemoteSession.php" hash="bd21442d873951d915c34768e60ace7e"/><dir name="Reporting"><file name="ConfigDescriptorImpl.php" hash="e150c21c38adeaa16a9094771c664e4f"/><file name="ControlImpl.php" hash="41eb512af20e38f8c7ed71c2ec5c012e"/><file name="ControlUnitImpl.php" hash="81685a0630edcba2c2d8e11a52506509"/><file name="DownloadableResultImpl.php" hash="c7f58021e8899702bf5dd50e701d4d0c"/><file name="ReportEngineImpl.php" hash="483a7b4def4a1db73c65ef32946b085d"/><file name="ReportTicketImpl.php" hash="ac6ddf705cf29f1268255ca80f38fc5f"/></dir><dir name="Resource"><file name="ResourceImpl.php" hash="43c67ae74d0fc2ee1f35c9fe76298239"/><file name="ResourceManagerImpl.php" hash="2fdb8e086191af66544d5e48d96f128b"/></dir><file name="SecureLogin.php" hash="fc83766437f46880f60071639282608d"/><file name="ServerTimeImpl.php" hash="71a279306057568a33fcff5e2f58a958"/><file name="SessionContext.php" hash="3ea4635546b3623d3ce9e31abfff439a"/><file name="SoapClient.php" hash="50eac81424af6902de2339a31c12338c"/><file name="SoapException.php" hash="84de1d5c15ede940d4c8ee180e2f7ea3"/><file name="SoapSession.php" hash="cf0e319e1e79650ccf774319215d492c"/><file name="TConvert.php" hash="4de4d743739f1383aa8ceaefcb02192f"/><dir name="Testprofiles"><file name="TestRecipientContextImpl.php" hash="97b0ba79a281d6b1edb8b9abb41f6bb1"/><file name="TestRecipientRowSetImpl.php" hash="543eaf464ac94ac515f2fe9d4fb801ea"/></dir><dir name="TextModule"><file name="TextModuleImpl.php" hash="2cf0aff8d065bd133479a61a96e7915a"/><file name="TextModuleManagerImpl.php" hash="79dd597fef46c569cbcf31d28e2b1b4c"/></dir><dir name="TriggerMailing"><file name="AttachmentImpl.php" hash="bd1df9a6da6136dcdcb66edd408b5f4c"/><dir name="Descriptor"><file name="ActionTriggerDescriptorBuilderImpl.php" hash="66aac7a9840714a717b0f2930f650952"/><file name="AnniversaryTriggerDescriptorBuilderImpl.php" hash="fdeb6a31e452260cb76e032891dbcad4"/><file name="AttributeTriggerDescriptorBuilderImpl.php" hash="611ff638c4b9817b6c76f61be7e0e422"/><file name="DailyTriggerIntervalBuilderImpl.php" hash="cd3fe4a4bb066a85e1237ec5bbffdbbc"/><file name="HourlyTriggerIntervalBuilderImpl.php" hash="4280e214d8b893967bc65a259eebbdc3"/><file name="IntervalImpl.php" hash="6787b58ed62ec9b4621f67406663ff30"/><file name="IntervalTriggerDescriptorBuilderImpl.php" hash="cebd6dc93fa823787bb765a5f36b9da6"/><file name="MonthlyTriggerIntervalBuilderImpl.php" hash="6d1a1b34a7405240a63e13e105897bb6"/><file name="TimeTriggerDescriptorBuilderImpl.php" hash="fc98ebac354a04813fce2003e85884e3"/><file name="TriggerDescriptorBuilderFactoryImpl.php" hash="626622f3029813b19e8360457d5d186d"/><file name="TriggerDescriptorImpl.php" hash="bbb9893d1b2fab58ba56c81402a042e4"/><file name="TriggerIntervalBuilderFactoryImpl.php" hash="da016c030c3a5e3b4d39b2b72df86474"/><file name="WeeklyTriggerIntervalBuilderImpl.php" hash="0483f56c4e23bddeaaf76f059cd722c3"/></dir><file name="StateFilterImpl.php" hash="f0cc8550f5d05784d49d4a3f7238e14d"/><file name="TriggerMailContentImpl.php" hash="4638baf41a9cb0af49eefd7c44ad4969"/><file name="TriggerMailingContentHandler.php" hash="d476e9928911d50f3ab4cbd49fcbdd40"/><file name="TriggerMailingImpl.php" hash="37d8510a90056b00587befdf80a901a9"/><file name="TriggerMailingManagerImpl.php" hash="6de8be001a4cc1c51f41456737f4c518"/><file name="TriggerMailingRendererImpl.php" hash="bd725ba3aab577d93f802dbe5b809e23"/><file name="TriggerMailingRendererTestRecipientImpl.php" hash="f139f2484325f67ed4aa12113e947a0a"/><file name="TriggerMailingResultSet.php" hash="9df09d590dd10b483c2e9cdfa33d2c4f"/></dir><dir name="Util"><file name="IndexException.php" hash="480c87ff5460fcf0157a9729e3ead51f"/><file name="IndexedBuffer.php" hash="497f1014582403bdbb2bff2d8c8eb383"/><file name="SelectionUtils.php" hash="64c5d73ab278f67bac773489dafafb3b"/><file name="UtilitiesImpl.php" hash="0609d0dce8a15f7f53165bb06a2c5b4d"/><file name="Utils.php" hash="ef57aca9e50dc7db5002580a24d42432"/></dir><dir name="Webpage"><file name="WebpageImpl.php" hash="eba8e6e7de90d5c39f7fa413c17c8cf3"/><file name="WebpageManagerImpl.php" hash="4ea70aba2e449f8c683e3628492ec875"/></dir><dir name="wsdl"><file name="ActionService.wsdl" hash="03ffe3b53e0e9bbaeff20151b7d711f9"/><file name="ApproverService.wsdl" hash="5aebaac503eb355609866c8268051b9c"/><file name="BlacklistService.wsdl" hash="6784a2074e19a6bcc326b6a8faf55a78"/><file name="Bounce2Service.wsdl" hash="b9ff658fc78c0a124c5f06cdac68d69f"/><file name="BounceService.wsdl" hash="573f8b0b462a779a12a58e0e33e3c95a"/><file name="CoreService.wsdl" hash="dbc8f7e565c40d8d4f78822060f1055d"/><file name="DataAccessService.wsdl" hash="003e64c10810fbaeacf037b687eaab03"/><file name="DesignTemplate2Service.wsdl" hash="e40633cf326e85b6a2e5c2916745d712"/><file name="DesignTemplateService.wsdl" hash="760ecee7729556c5f5acd61e57c06c7e"/><file name="FilterService.wsdl" hash="a0e5170978f082e73652305310e227c6"/><file name="InboxService.wsdl" hash="dfb06d8896895c93fc6e25678cd3fbaf"/><file name="ListService.wsdl" hash="14c650229911a7a713d2d44cbd4bfa97"/><file name="Mailing2Service.wsdl" hash="79a58ab9fe54cd7c729d76736a40f672"/><file name="Mailing3Service.wsdl" hash="846b220ef8f771e82c0eff2aee5d7edc"/><file name="Mailing4Service.wsdl" hash="f48c5bb37dc0e23e78a64be58d4ec576"/><file name="Mailing5Service.wsdl" hash="f6306b889609b6eb6165b057bc6f163e"/><file name="Mailing6Service.wsdl" hash="bc30c36e23b80309ad23ddcebd9200e0"/><file name="MailingService.wsdl" hash="89fb9f5cb3e4ad662ef3cb91fb5f55a7"/><file name="MailingTemplateService.wsdl" hash="364a418da074c02b72c109a8423c7107"/><file name="PluginService.wsdl" hash="024d045daa3151e9366231d206717dbe"/><file name="PropertyService.wsdl" hash="c9d4dd7ca1dc552bdca45c523424987e"/><file name="RecipientService.wsdl" hash="4cfa582fffa4046ca0105e2c3ed9d086"/><file name="ReportingService.wsdl" hash="f0165460f37387724875fb940555b7d5"/><file name="ResourceService.wsdl" hash="9ff6f3b0769d946e1e5cac9230f65291"/><file name="TestrecipientService.wsdl" hash="79964cffe88138008c13a6a887cb33d3"/><file name="TextmoduleService.wsdl" hash="1144a7e8d82d500340a808524618dc30"/><file name="TriggerMailingService.wsdl" hash="e956b03275783f07bc14aa33eced0502"/><file name="UnsubscriberService.wsdl" hash="7bdb5f68d56ea3de62c85c449fbab890"/><file name="WebpageService.wsdl" hash="be874f919835b630efc6dc2a1ae7e554"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="dndinxmail"><dir name="images"><file name="ajax-loader.gif" hash="a51c5608d01acf32df728f299767f82b"/><file name="bkg-inxmail-sync-bar.png" hash="7f07f66c431d62a772fa0e806b16c9be"/><file name="inxmail-logo.png" hash="efd5c9ee6f517cfd873ddcdcb11ad85d"/></dir><file name="inxmail-synchronization.css" hash="4515e5b1c99ede764d2a2c7d88c50e35"/></dir></dir></dir></dir></target></contents>
42
  <compatible/>
43
  <dependencies><required><php><min>5.2.13</min><max>5.3.24</max></php><package><name>Mage_Newsletter</name><channel>core</channel><min>1.6.0.0</min><max>1.6.0.0</max></package></required></dependencies>
44
  </package>
skin/frontend/base/default/dndinxmail/images/ajax-loader.gif CHANGED
File without changes
skin/frontend/base/default/dndinxmail/images/bkg-inxmail-sync-bar.png CHANGED
File without changes
skin/frontend/base/default/dndinxmail/images/inxmail-logo.png CHANGED
File without changes
skin/frontend/base/default/dndinxmail/inxmail-synchronization.css CHANGED
File without changes