<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-webmail/ayatanawebmail, branch 22.12.15</title>
<subtitle>Ayatana Webmail
</subtitle>
<id>https://openid.arctica-project.org/ayatana-webmail/atom?h=22.12.15</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-webmail/atom?h=22.12.15'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/'/>
<updated>2022-12-15T21:09:56+00:00</updated>
<entry>
<title>release 22.12.15</title>
<updated>2022-12-15T21:09:56+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-12-15T21:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=ca0c384d1066068c6447f805984bdd6860525112'/>
<id>urn:sha1:ca0c384d1066068c6447f805984bdd6860525112</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not use implicit debugging</title>
<updated>2022-07-09T21:04:10+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-07-09T21:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=51c7b29c2f2ae154cd85b6f4109ada7b04687ce7'/>
<id>urn:sha1:51c7b29c2f2ae154cd85b6f4109ada7b04687ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release 22.6.28</title>
<updated>2022-06-28T21:47:44+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-06-28T21:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=4dea8e0e09c75b90a14914cd273bdbd0da24b818'/>
<id>urn:sha1:4dea8e0e09c75b90a14914cd273bdbd0da24b818</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ayatanawebmail/dialog.py: Add Horde template (incomplete)</title>
<updated>2022-05-05T16:05:30+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-05-05T16:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=9006184640f60642a5ef62d8cfcbab84cc325e23'/>
<id>urn:sha1:9006184640f60642a5ef62d8cfcbab84cc325e23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ayatanawebmail/application.py: Drop libunity and use dbus</title>
<updated>2022-05-05T15:57:45+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-05-05T14:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=0445a53ed92bdbba5518df1b60643dbc3785c7ca'/>
<id>urn:sha1:0445a53ed92bdbba5518df1b60643dbc3785c7ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not fail in the idler stop method on connection drops</title>
<updated>2022-04-04T11:06:13+00:00</updated>
<author>
<name>Ingo Meyer</name>
<email>IJ_M@gmx.de</email>
</author>
<published>2022-04-04T11:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=7458995eee98a239911c0a0f379551adc6bf823b'/>
<id>urn:sha1:7458995eee98a239911c0a0f379551adc6bf823b</id>
<content type='text'>
On connection drops or standby events, sending a `noop` command is not
possible, and leads to a failing `stop` method in the `Idler` class.
This commit adds a try/except block to ignore that error case, since it
is not relevant for the `stop` method.
</content>
</entry>
<entry>
<title>ayatanawebmail/dialog.py: Drop special warning case for Google</title>
<updated>2022-04-01T16:30:08+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-04-01T16:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=30a122bd280cff496219eba15a48f7fb0381f46f'/>
<id>urn:sha1:30a122bd280cff496219eba15a48f7fb0381f46f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix blocked idler on calling the `stop` method</title>
<updated>2022-03-01T12:32:43+00:00</updated>
<author>
<name>Ingo Meyer</name>
<email>IJ_M@gmx.de</email>
</author>
<published>2022-03-01T12:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=aeb27d70ecd4e2728337cca66d39f93a48e6ca20'/>
<id>urn:sha1:aeb27d70ecd4e2728337cca66d39f93a48e6ca20</id>
<content type='text'>
Calling the idler `stop` method sends a signal to the internally used
thread to finish its work. However, this thread is already blocked by
the IMAP IDLE mode and only released after reaching the IDLE timeout.
Thus, this commit sends another IMAP command (a simple NOOP) to abort
the IDLE mode so the thread can be released without any delay.

This commit fixes GitHub issue #26.
</content>
</entry>
<entry>
<title>ayatanawebmail/dialog.py: Add GMX mail to server list</title>
<updated>2022-02-27T01:21:36+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-02-27T01:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=0dbadb6ae2d7468d6c504fcea9a05be556458312'/>
<id>urn:sha1:0dbadb6ae2d7468d6c504fcea9a05be556458312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hardcode server list</title>
<updated>2022-02-27T01:21:25+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-02-27T01:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-webmail/commit/?id=79081b2dafcfe2f48c2035e526000b4ba8f54f8a'/>
<id>urn:sha1:79081b2dafcfe2f48c2035e526000b4ba8f54f8a</id>
<content type='text'>
</content>
</entry>
</feed>
