Avaliado em 4 de 5 estrelas

Seems the author didn't update the addon to support sub directory for a long time now.

There are 2 new addons that can be tried:
1. https://addons.mozilla.org/en-US/thunderbird/addon/autoarchivereloaded/
2. https://addons.mozilla.org/en-US/thunderbird/addon/awesome-auto-archive/

Avaliado em 4 de 5 estrelas

At the beginning of every month I use to take the time to select all email older than 2-3 months and press the archive button.... no more... I've been using this add-on for the last few months and I can't believe it took me so long to find this. It works great. My inbox is not under control :-) ... archived at least.

Avaliado em 5 de 5 estrelas

I am also wondering if other folders than Inbox could be set up for auto-archiving. That would make this extension perfect but without it this is only a half solution. Here you go some donation, hoping results soon... :)

Avaliado em 1 de 5 estrelas

Who leaves all their emails in the inbox? Anyone? Frankly I am surprised that Thunderbird doesn't do this automatically. But this add-on is of limited use unless it archives all email in the tree.

Avaliado em 5 de 5 estrelas

alles spitze

Avaliado em 4 de 5 estrelas

Looks useful, but as a new Thunderbird user, I am still working through all the options. This Add-on does not have the usual option menu, at least that I can find, or information on how it works with the Thunderbird retention.

Avaliado em 5 de 5 estrelas

great! really thank you.

pls fix the possibility to use this not only to inbox, but outbox, too

Avaliado em 5 de 5 estrelas

Finally!!! Very useful, the only downside is the lack of folder tree support in the archives. I really hope CountZero will have the time to implement that!

Avaliado em 4 de 5 estrelas

I would to know the release date for the new version with autoarchive on all folder.

Avaliado em 4 de 5 estrelas

Agreeing with blubb. It's very useful. But we extremely need the tree of subfolders and option to archive by size (for example, 3.9 GB).I propose the following scheme:We have folder Work in Inbox (for example). When the file Work gets critical size, the subfolder Work{YYYYMMDD_HHNNSS} (needs the specific mask) will be created and all files from Work will be moved to this subfolder. Files with specific mask {YYYYMMDD_HHNNSS} do not need to archive.

Sorry, but I will not implement this feature in my addon, because I think that it will be difficult to implement it using Thunderbird Javascript API. Additionaly, moving 3,9 Gb of data using Thunderbird Javascript API will be extremely slow. Instead, you can use some script at start of Thunderbird, for example here is my simple bash script that can be used on Linux to move Inbox folder into archive folder:
countzero@countzero:/media/samba/Alex|⇒ cat start-thunderbird.sh
#!/bin/bash
NOW=`date +%d.%m.%Y`
find ~/.thunderbird/*/Mail/*/Inbox -type f -size +1G -exec mv '{}' '{}'_$NOW \; -exec mv '{}'.msf '{}'_$NOW.msf \;
/usr/bin/thunderbird
One small problem with this solution: on some systems sometimes Thunderbird does not rename correctly Inbox folder into archive folder (may be because it is still contains Inbox flag or some other reason), and you will have two folders named Inbox in Thunderbird. And this solution is platform-dependent.

Avaliado em 4 de 5 estrelas

Extremely helpful. However, to unleash to full potential of this plugin, it should work on all folders of an account. Is there any release plan?

edit: great, thanks a lot!

edit2: any updates yet? do you need any type of coding support?

At this moment I still working on options interface, I hope that I'll complete it this week.

Avaliado em 4 de 5 estrelas

Looks very useful and like this is exactly what I need right now.
Any news on the new version which will use on other folders than inbox as well?

Avaliado em 4 de 5 estrelas

Looks very useful, especially with the promised January fix for subfolders. Does this work at start-up or shut down?

Avaliado em 2 de 5 estrelas

Seems to work only on the main Inbox folder for an account. If you have sub folders under your Inbox, this extension will NOT auto archived those folders. My only complaint so far -- if it did this i would give 5 stars.

I'm working on a new version of the extension, which will work with any folders. I will publish it in January.

Avaliado em 5 de 5 estrelas

I didn't find a option to set the day before archive my mails. I didn't see anything, how this addons work.But if it will be similar, I and sure many people donate you, because Thunderbird will be better than MS Outlook.

Click menu Edit->Account settings and set all options that you need in a section "Archiving settings".

Avaliado em 4 de 5 estrelas

it work only on incoming folder on my Thunderbird 15.0.1

Avaliado em 5 de 5 estrelas

OK :) But why it do not work with RSS-accounts?

Esse usuário tem uma análise anterior desta extensão.

Avaliado em 5 de 5 estrelas

Thank you! Saved me a ton of manual click labor :).
Installed without problems.
My IMAP is limited to 4GB and mails are getting bigger and bigger. To save mails offline, I created a local Archiv-Folder,
set Autoarchive to 90 days - and on next Thunderbird start the mails started flowing into the preset yearly folders.
Simple, easy, no errors so far.

Esta análise é para uma versão anterior da extensão (0.1.1).