<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Daniel Lange's blog (Entries tagged as imap)</title>
    <link>http://daniel-lange.com/</link>
    <description>agrep -pB IT /dev/life</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.6-alpha1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 16 Dec 2017 15:38:07 GMT</pubDate>

    <image>
    <url>//daniel-lange.com/uploads/Avatar_Blog_144_234.png</url>
    <title>RSS: Daniel Lange's blog - agrep -pB IT /dev/life</title>
    <link>http://daniel-lange.com/</link>
    <width>144</width>
    <height>234</height>
</image>

<item>
    <title>IMAPFilter 2.6.11-1 backport for Debian Jessie AMD64 available</title>
    <link>http://daniel-lange.com/archives/139-IMAPFilter-2.6.11-1-backport-for-Debian-Jessie-AMD64-available.html</link>
            <category>Debian</category>
    
    <comments>http://daniel-lange.com/archives/139-IMAPFilter-2.6.11-1-backport-for-Debian-Jessie-AMD64-available.html#comments</comments>
    <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=139</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://daniel-lange.com/rss.php?version=2.0&amp;type=comments&amp;cid=139</wfw:commentRss>
    

    <author>nospam@example.com (Daniel Lange)</author>
    <content:encoded>
    &lt;p&gt;One of the perks you get as a Debian Developer is a @debian.org email address. And because Debian is old and the Internet used to be a friendly place this email address is plastered all over the Internet. So you get email spam, a lot of spam.&lt;/p&gt;

&lt;p&gt;I&#039;m using a combination of server and client site filtering to keep spam at bay. Unfortunately the &lt;a href=&quot;https://github.com/lefcha/imapfilter&quot; title=&quot;IMAPFilter github page&quot;&gt;IMAPFilter&lt;/a&gt; version in Debian Jessie doesn&#039;t even support &quot;dry run&quot; (-n) which is not so cool when developing complex filter rules. So I backported the latest (sid) version and agreed with &lt;a href=&quot;http://sylvestre.ledru.info/blog/&quot; title=&quot;Sylvestre&#039;s blog&quot;&gt;Sylvestre Ledru&lt;/a&gt;, one of its maintainers, to share it here and see whether making an official backport is worth it. It&#039;s a straight recompile so no magic and no &lt;a href=&quot;https://packages.debian.org/sid/imapfilter&quot; title=&quot;Debian package site for IMAPFilter&quot;&gt;source code&lt;/a&gt; or &lt;a href=&quot;https://anonscm.debian.org/cgit/collab-maint/imapfilter.git/tree/&quot; title=&quot;Debian packaging for IMAPFilter&quot;&gt;packaging&lt;/a&gt; changes required.&lt;/p&gt;

&lt;p&gt;Get it while its hot:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://daniel-lange.com/software/imapfilter_2.6.11-1~bpo8+1_amd64.deb&quot; title=&quot;download for AMD64: 61kB&quot;&gt;imapfilter_2.6.11-1~bpo8+1_amd64.deb (IMAPFilter Jessie backport)&lt;/a&gt;&lt;br /&gt;
SHA1: bedb9c39e576a58acaf41395e667c84a1b400776&lt;/p&gt;

&lt;p&gt;Clever LUA snippets for &lt;tt&gt;~/.imapfilter/config.lua&lt;/tt&gt; appreciated.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 16 Dec 2017 14:59:22 +0000</pubDate>
    <guid isPermaLink="false">http://daniel-lange.com/archives/139-guid.html</guid>
    <category>backport</category>
<category>debian</category>
<category>email</category>
<category>filter</category>
<category>imap</category>
<category>jessie</category>
<category>spam</category>

</item>
<item>
    <title>Creating iPhone/iPod/iPad notes from the shell</title>
    <link>http://daniel-lange.com/archives/64-Creating-iPhoneiPodiPad-notes-from-the-shell.html</link>
            <category>Open Source</category>
    
    <comments>http://daniel-lange.com/archives/64-Creating-iPhoneiPodiPad-notes-from-the-shell.html#comments</comments>
    <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=64</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://daniel-lange.com/rss.php?version=2.0&amp;type=comments&amp;cid=64</wfw:commentRss>
    

    <author>nospam@example.com (Daniel Lange)</author>
    <content:encoded>
    &lt;p&gt;I found a very nice script to create Notes on the iPhone from the command line by &lt;a href=&quot;http://www.perlmonks.org/?node_id=123291&quot; title=&quot;hossman&#039;s profile at Perlmonks&quot;&gt;hossman&lt;/a&gt; over at &lt;a href=&quot;http://www.perlmonks.org/?node_id=851322&quot; title=&quot;Manipulate iPhone &#039;Notes&#039; folders by hossman&quot;&gt;Perlmonks&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For some weird reason Perlmonks does not allow me to reply with amendments even after I created an &lt;a href=&quot;http://www.perlmonks.org/?node_id=951767&quot; title=&quot;proof ... my Perlmonks account&quot;&gt;account&lt;/a&gt;. I can &quot;preview&quot; a reply at Perlmonks but after &quot;create&quot; I get &quot;Permission Denied&quot;. Duh. &lt;a href=&quot;http://www.perlmonks.org/?node=vroom&quot; title=&quot;Perlmonk abbot&quot;&gt;vroom&lt;/a&gt;, if you want screenshots, contact me on IRC &lt;img src=&quot;http://daniel-lange.com/plugins/serendipity_event_emoticate/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; class=&quot;emoticon&quot; /&gt;.&lt;/p&gt;

&lt;p&gt;As I wrote everything up for the Perlmonks reply anyways, I&#039;ll post it here instead.&lt;/p&gt;

&lt;p&gt;Against hossman&#039;s version 32 from 2011-02-22 I changed the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;removed .pl from filename and documentation&lt;/li&gt;
&lt;li&gt;added --list to list existing notes&lt;/li&gt;
&lt;li&gt;added --hosteurope for Hosteurope mail account preferences and with it a sample how to add username and password into the script for unattended use&lt;/li&gt;
&lt;li&gt;made the &quot;Notes&quot; folder the default (so -f Notes becomes obsolete)&lt;/li&gt;
&lt;li&gt;added some UTF-8 conversions to make Umlauts work better (this is a mess in perl, see &lt;a href=&quot;http://jeremy.zawodny.com/blog/archives/010546.html&quot; title=&quot;Blog entry: The Perl UTF-8 and utf8 Encoding Mess&quot;&gt;Jeremy Zawodny&#039;s writeup&lt;/a&gt; and &lt;a href=&quot;http://ahinea.com/en/tech/perl-unicode-struggle.html&quot; title=&quot;Blog entry: Unicode-processing issues in Perl and how to cope with it&quot;&gt;Ivan Kurmanov&#039;s blog entry&lt;/a&gt; for some further solutions). Please try combinations of utf8::encode and ::decode, binmode utf8 for STDIN and/or STDOUT and the other hints from these linked blog entries in your local setup to get Umlauts and other non-7bit ASCII characters working. Be patient. There&#039;s more than one way to do it &lt;img src=&quot;http://daniel-lange.com/plugins/serendipity_event_emoticate/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; class=&quot;emoticon&quot; /&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I /msg&#039;d hossman the URL of this blog entry.&lt;/p&gt;
 &lt;a class=&quot;block_level&quot; href=&quot;http://daniel-lange.com/archives/64-Creating-iPhoneiPodiPad-notes-from-the-shell.html#extended&quot;&gt;Continue reading &quot;Creating iPhone/iPod/iPad notes from the shell&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 04 Feb 2012 08:00:00 +0000</pubDate>
    <guid isPermaLink="false">http://daniel-lange.com/archives/64-guid.html</guid>
    <category>imap</category>
<category>iphone</category>
<category>notes</category>
<category>perl</category>
<category>script</category>

</item>

</channel>
</rss>
