<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Spider Email Archiver v2.6.0 has been released (on Dec 08).]]></title>
		<link>https://forum.iredmail.org/topic20196-spider-email-archiver-v260-has-been-released-on-dec-08.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic20196.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Spider Email Archiver v2.6.0 has been released (on Dec 08)..]]></description>
		<lastBuildDate>Tue, 23 Apr 2024 02:16:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Spider Email Archiver v2.6.0 has been released (on Dec 08).]]></title>
			<link>https://forum.iredmail.org/post88665.html#p88665</link>
			<description><![CDATA[<p>v2.6.3 is the latest release. <a href="https://spiderd.io/">https://spiderd.io/</a><br />You can find detailed change log here: <a href="https://spiderd.io/docs/changelog.html">https://spiderd.io/docs/changelog.html</a></p><p>We sent email to users, but forgot to publish here. Sorry about this.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 23 Apr 2024 02:16:42 +0000</pubDate>
			<guid>https://forum.iredmail.org/post88665.html#p88665</guid>
		</item>
		<item>
			<title><![CDATA[Re: Spider Email Archiver v2.6.0 has been released (on Dec 08).]]></title>
			<link>https://forum.iredmail.org/post88469.html#p88469</link>
			<description><![CDATA[<p>Is this the latest version? No updates in 2024?</p>]]></description>
			<author><![CDATA[null@example.com (Rouman66)]]></author>
			<pubDate>Fri, 22 Mar 2024 18:16:01 +0000</pubDate>
			<guid>https://forum.iredmail.org/post88469.html#p88469</guid>
		</item>
		<item>
			<title><![CDATA[Spider Email Archiver v2.6.0 has been released (on Dec 08).]]></title>
			<link>https://forum.iredmail.org/post87863.html#p87863</link>
			<description><![CDATA[<p>Dear all,</p><p>Spider Email Archiver v2.6.0 has been released.</p><p>- Download (amd64 and arm64 editions): <a href="https://spiderd.io/">https://spiderd.io/</a><br />- Docker editions (amd64 and arm64) are available here: <a href="https://hub.docker.com/r/iredmail/spider">https://hub.docker.com/r/iredmail/spider</a><br />- Install or upgrade: <a href="https://spiderd.io/docs/install.html">https://spiderd.io/docs/install.html</a><br />- ChangeLog: <a href="https://spiderd.io/docs/changelog.html">https://spiderd.io/docs/changelog.html</a></p><p>Below are the major changes that we have made since v2.5.2, we recommend<br />all users to upgrade as soon as possible.</p><p>Don&#039;t forget to subscribe to our newsletter so that you won&#039;t miss any news<br />of Spider Email Archiver: <a href="https://spiderd.io/">https://spiderd.io/</a></p><p>########</p><p>- RESTful API (New in v2.6.0):<br />&nbsp; &nbsp;- Able to query global, per-domain and per-mailbox archiving<br />&nbsp; &nbsp; &nbsp;statistics. Doc: &lt;<a href="https://spiderd.io/docs/api.html">https://spiderd.io/docs/api.html</a>&gt;.</p><p>- New features:<br />&nbsp; &nbsp;- Notification support (`Settings -&gt; Notifications`).<br />&nbsp; &nbsp; &nbsp;Spider will now send daily archiving statistics to specified admin(s)<br />&nbsp; &nbsp; &nbsp;from provided SMTP account.<br />&nbsp; &nbsp; &nbsp;Doc: &lt;<a href="https://spiderd.io/docs/settings-notifications.html">https://spiderd.io/docs/settings-notifications.html</a>&gt;.<br />&nbsp; &nbsp;- Able to view per-domain and per-mailbox archiving statstics (`Settings -&gt;<br />&nbsp; &nbsp; &nbsp;Email Domains`).</p><p>- Improvements:<br />&nbsp; &nbsp;- Support parsing email messages forwarded as Microsoft Exchange Journal<br />&nbsp; &nbsp; &nbsp;Report.</p><p>&nbsp; &nbsp; &nbsp; &nbsp;Note: Currently you have to configure Exchange to forward Journal<br />&nbsp; &nbsp; &nbsp; &nbsp;Report to Spider directly, we will improve Spider to support<br />&nbsp; &nbsp; &nbsp; &nbsp;periodly fetching messages from a Journal mailbox for archiving in<br />&nbsp; &nbsp; &nbsp; &nbsp;future release.</p><p>&nbsp; &nbsp;- Removed SQL database `/opt/spider/db/participants.db`. FTS document<br />&nbsp; &nbsp; &nbsp;contains required info, so this database is not necessary at all.<br />&nbsp; &nbsp;- Batch action support on mailbox list page (`Settings -&gt;<br />&nbsp; &nbsp; &nbsp;Email Domains -&gt; Mailboxes`): `Stop Archiving`, `Start Archiving`,<br />&nbsp; &nbsp; &nbsp;`Delete` (delete mail addresses, not archived messages).<br />&nbsp; &nbsp;- Able to set number of indexer workers. Defaults to number of CPU cores.<br />&nbsp; &nbsp;- Able to import emails in given time range.</p><p>&nbsp; &nbsp; &nbsp; &nbsp;Two arguments are introduced to specify time range, it&#039;s ok to use<br />&nbsp; &nbsp; &nbsp; &nbsp;either or both at the same time:</p><p>&nbsp; &nbsp; &nbsp; &nbsp;- `--since-time`: Import messages since given datetime (in `yyyy-mm-dd HH:MM:SS` format).<br />&nbsp; &nbsp; &nbsp; &nbsp;- `--before-time`: Import messages before given datetime (in `yyyy-mm-dd HH:MM:SS` format).</p><p>&nbsp; &nbsp;- Able to exclude IMAP folders while importing with argument<br />&nbsp; &nbsp; &nbsp;`--exclude-folder`. Multiple folders can be specified with multiple<br />&nbsp; &nbsp; &nbsp;arguments, for example, `--exclude-folder AAA --exclude-folder BBB`.</p><p>- Fixed issues:<br />&nbsp; &nbsp;- `Stop Archiving` doesn&#039;t work if email address contains invalid char.<br />&nbsp; &nbsp; &nbsp;Thanks Victor for the feedback.<br />&nbsp; &nbsp;- Not auto vacuum database to reduce size. This issue was introduced in v2.5.1.<br />&nbsp; &nbsp;- No notifications on web UI after clicked `Reindex All` button.<br />&nbsp; &nbsp;- Can not view body of email messages in thread.<br />&nbsp; &nbsp; &nbsp;Thanks Marcin Wisniowski for the feedback.<br />&nbsp; &nbsp;- Changing the number of results per page triggers error.<br />&nbsp; &nbsp; &nbsp;Thanks Marcin Wisniowski for the feedback.<br />&nbsp; &nbsp;- If message was failed to parse, click `Reindex` or `Reindex All` button<br />&nbsp; &nbsp; &nbsp;on web UI doesn&#039;t trigger the reindex immediately (need to restart<br />&nbsp; &nbsp; &nbsp;`spiderd` service).</p><p>########</p><p>Thank you for choosing Spider Email Archiver, and we hope you enjoy using this latest version. If you have any questions or concerns, please don&#039;t hesitate to reach out to our support team.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 11 Dec 2023 13:53:17 +0000</pubDate>
			<guid>https://forum.iredmail.org/post87863.html#p87863</guid>
		</item>
	</channel>
</rss>
