<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">

  <channel>
    <title>
      EasyNewsletter Issue Tracker - Issue search results
    </title>
    <link>http://plone.org/products/easynewsletter/issues/poi-issue-search-rss.xml?sort_order=reverse&amp;getArea=functionality&amp;path=/plone.org/products/easynewsletter/issues&amp;portal_type:list=PoiIssue&amp;sort_on=created&amp;review_state:list=unconfirmed&amp;review_state:list=open&amp;review_state:list=in-progress</link>
    
    <description>
      28  items matching your criteria.
    </description>
    <generator>Poi</generator>

    
      <item>
        <title>Subfolder options missing</title>
        <link>http://plone.org/products/easynewsletter/issues/49</link>
        <description>EasyNewsletter Version 2.6
Plone 4.1.2 (4111)
CMF 2.2.4
Zope 2.13.10
Python 2.6.7 (r267:88850, Nov 23 2011, 10:46:23) [GCC 4.4.3]
___________________

I cannot see any options under the 'Subfol...</description>
      </item>
    
    
      <item>
        <title>Lotus Notes displays text version</title>
        <link>http://plone.org/products/easynewsletter/issues/47</link>
        <description>I fix this by changing mime disposition : alternative part inside related part

see bpi-rouet-2011-09 branch for an example of implementation

untested with embedded images</description>
      </item>
    
    
      <item>
        <title>unused indexes</title>
        <link>http://plone.org/products/easynewsletter/issues/46</link>
        <description>couldn't find where fullname and organization indexes are used

if correct, why create them ?</description>
      </item>
    
    
      <item>
        <title>subscriber id calculation &amp; use</title>
        <link>http://plone.org/products/easynewsletter/issues/43</link>
        <description>don't assume all subscribers emails have been converted to id the same way so users can adapt the conversion method

reduce the risk of having email collision by treating ".", "-", "_", "@" differen...</description>
      </item>
    
    
      <item>
        <title>test() function in easynewsletter_view.pt</title>
        <link>http://plone.org/products/easynewsletter/issues/42</link>
        <description>while this doesn't raise an error, taking easynewsletter_view.pt as a model for a custom zope3 view will

see http://readthedocs.org/docs/collective-docs/en/latest/troubleshooting/exceptions.html#na...</description>
      </item>
    
    
      <item>
        <title>untranslated messages</title>
        <link>http://plone.org/products/easynewsletter/issues/38</link>
        <description>in confirm_subscriber(), we have 2 "messages.addStatusMessage(MESSAGE_CODE[error_code]..."

have to insert _()

is MESSAGE_CODE worth keeping ?</description>
      </item>
    
    
      <item>
        <title>RSS pb</title>
        <link>http://plone.org/products/easynewsletter/issues/35</link>
        <description>syndication is enabled for newsletter but seems to show site RSS here</description>
      </item>
    
    
      <item>
        <title>remove log message about memberproperties</title>
        <link>http://plone.org/products/easynewsletter/issues/34</link>
        <description>The log message "We use plone API to get memberproperties ..." in content/EasyNewsletter.py could be removed.

The info is in the doc.
There is no value having it in the log, even in debug mode, im...</description>
      </item>
    
    
      <item>
        <title>new newsletter options for confirmation and test send</title>
        <link>http://plone.org/products/easynewsletter/issues/33</link>
        <description>have newsletter's options to choose :
- wich sender for confirmation mails between site one and newsletter one
- wich delivery service use for confirmation mails between site one and newsletter one...</description>
      </item>
    
    
      <item>
        <title>external delivery service with local utility</title>
        <link>http://plone.org/products/easynewsletter/issues/31</link>
        <description>Hi,

What would you think about external delivery service be looked for in local utility rather than global.

Default MailHost itself is registered as a local utility.

My use case is to use a d...</description>
      </item>
    
    
      <item>
        <title>Issue Send and Subscribers Tab only allowed to Site Manager</title>
        <link>http://plone.org/products/easynewsletter/issues/29</link>
        <description>I did a fresh Plone install (4.0.5) and installed EasyNewsletter.
Opted for CMFPlacefulWorkflow support at install time.
After having the test site up, enabled the EasyNewsletter product.

Created...</description>
      </item>
    
    
      <item>
        <title>subscribers list multi page navigation doesn't work</title>
        <link>http://plone.org/products/easynewsletter/issues/28</link>
        <description>In the page that lists all subscribers
 
  http://mysite/myENL/enl_subscribers_view

I can see the first 30 subscriber but the link to the next pages doesn't work.

The link is in the form:
  h...</description>
      </item>
    
    
      <item>
        <title>CSS in outgoing mail template is also used on whole Issue view page</title>
        <link>http://plone.org/products/easynewsletter/issues/27</link>
        <description>(Found in 2.5.10a2)

The CSS is added to a Newsletter's outgoing mail template is also used in the view of an Issue. This is undesirable, as it changes the way the site shows, and may make it unread...</description>
      </item>
    
    
      <item>
        <title>Portlet doesn't use salutation options from Newsletter</title>
        <link>http://plone.org/products/easynewsletter/issues/25</link>
        <description>(Found in 2.5.10a2)

The newsletter portlet doesn't take into account the options for a salutation that can be added to the Newsletter, it always gives English options ("Mr." etc.).
</description>
      </item>
    
    
      <item>
        <title>scaling images with plone.scaling throws exception</title>
        <link>http://plone.org/products/easynewsletter/issues/24</link>
        <description>when you scale your images in a newsletter template with plone.scaling (see http://pypi.python.org/pypi/plone.app.imaging) then ENLIssue.send() cannot resolve the image with exception: "'ImageScaling'...</description>
      </item>
    
    
      <item>
        <title>Issues with Content-ID header of image parts in MIME messages</title>
        <link>http://plone.org/products/easynewsletter/issues/22</link>
        <description>According to RFC2392, chapter 2, the content id in the MIME header is included in angle brackets. So in content/ENLIssue.py the line 

image["Content-ID"] = "image_%s" % image_number

should be so...</description>
      </item>
    
    
      <item>
        <title>IssueView.get_public_body returns html document not html snippet</title>
        <link>http://plone.org/products/easynewsletter/issues/20</link>
        <description>(version 2.5.10) 

IssueView.get_public_body returns the full html document. This method is used in the views NewsletterView and IssueView. These views render the output of this method into a pagete...</description>
      </item>
    
    
      <item>
        <title>unicodedecodeerror when non ascii character in subject</title>
        <link>http://plone.org/products/easynewsletter/issues/19</link>
        <description>!version 2.10.a2!

when subject has non ascii characters-&gt;

Traceback (innermost last):
  Module ZPublisher.Publish, line 127, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module...</description>
      </item>
    
    
      <item>
        <title>special unicode characters in title of groups</title>
        <link>http://plone.org/products/easynewsletter/issues/18</link>
        <description>Insert a special character (like è,à,ò) into the title of a group breaks the edit of the newsletters and of the issues.

The problem is into the get_plone_groups function, when we are getting the...</description>
      </item>
    
    
      <item>
        <title>UnicodeDecodeError sending mail whit special characters into title</title>
        <link>http://plone.org/products/easynewsletter/issues/17</link>
        <description>If I use some special characters (eg: èàòù) into title of issue is obtained an UnicodeDecodeError during the send.</description>
      </item>
    
    
      <item>
        <title>Subscribers import doesn't work</title>
        <link>http://plone.org/products/easynewsletter/issues/16</link>
        <description>I tried to import an subscriber per csv, which i createt with Openoffice.org but i get always. An error "Wrong specification of the CSV file. Please correct it and retry."
We should clearly describe ...</description>
      </item>
    
    
      <item>
        <title>Sending an issue with an image fails</title>
        <link>http://plone.org/products/easynewsletter/issues/15</link>
        <description>Sending a newsletter issue with an image inside and an img attribute like "http://www.mysite.com/logo.jpg" (where the URL contains the name and domain of the site running Plone) fails with the followi...</description>
      </item>
    
    
      <item>
        <title>Sending images added with Kupu/TinyMCE buttons fails </title>
        <link>http://plone.org/products/easynewsletter/issues/13</link>
        <description>Images added by clicking the image button in rich text editors like Kupu or TinyMCE show up on the Plone site, but cause an error when sending the issue. 

It seems like this was a known but undocum...</description>
      </item>
    
    
      <item>
        <title>Comma as delimiter in CSV format for subscribers is suboptimal</title>
        <link>http://plone.org/products/easynewsletter/issues/12</link>
        <description>The currently used comma as a delimiter in the CSV format for subscribers is highly suboptimal since it can easily occur in names like "Joe Foo, Jr." or in company names including department descripti...</description>
      </item>
    
    
      <item>
        <title>UnicodeDecodeError when fullname has special characters</title>
        <link>http://plone.org/products/easynewsletter/issues/11</link>
        <description>just wanted to import some csv contacts with (what else) german umlauts -&gt; UnicodeDecodeError ... safe_unicode(fullname) from CMFPlone.utils would solve this.

</description>
      </item>
    
    
      <item>
        <title>HTML references in outgoing mail template are ignored by HTML parser</title>
        <link>http://plone.org/products/easynewsletter/issues/8</link>
        <description>HTML references like &amp;copy; or &amp;#64; used in the "outgoing mail template" of an EasyNewsletter object (in the "Edit/Settings" panel) are fully ignored in the sent emails. Looking in the code for ENLHT...</description>
      </item>
    
    
      <item>
        <title>Installation profile shown twice</title>
        <link>http://plone.org/products/easynewsletter/issues/6</link>
        <description>The installation profile it's shown twice both in Plone Control Panel that in portal_quickinstaller by ZMI.</description>
      </item>
    
    
      <item>
        <title>Problem with Text field and the template for the issues</title>
        <link>http://plone.org/products/easynewsletter/issues/4</link>
        <description>I'm trying to create an issue without criteria or subtopic, just a simple text.
When I save the issue starts a process that overrides the text field using the specified template.
The Default templat...</description>
      </item>
    

  </channel>

</rss>
