Bulk email delete

Ask your questions here.
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Bulk email delete

Post by elviseras »

I just ran into a big problem .... I need to delete 3500 emails from my INBOX folder, but I only see the option to delete them one by one ... :o :o ... Is there any way I can delete them all at once?

Thanks in advance..
the-hurticane
Posts: 29
Joined: 03 Jan 2019, 20:46
Name: C.Haas
Location: United States, Texas

Re: Bulk email delete

Post by the-hurticane »

I have a ton of email that I need to delete as well. This would be an awesome feature.
pixelita
Sponsor
Sponsor
Posts: 158
Joined: 11 Jan 2018, 11:18
Name: Joni Mueller
Location: Houston, Texas USA
Company Name: Pixelita Designs
Contact:

Re: Bulk email delete

Post by pixelita »

The emails themselves are stored in the MySql table app_ext_mail. If you are brave, you can go to PHPMyAdmin and bulk delete them there (see screen shot). However, I don't know if that would affect any of the other database tables. Perhaps Sergey will weigh in on that.
Email Database Table
Email Database Table
User avatar
support
Site Admin
Posts: 6192
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Bulk email delete

Post by support »

I have added this feature in plan.
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Re: Bulk email delete

Post by elviseras »

Hi Sergey.. Any advance on this? How can I delete emails without having to wait? Any workaround?
User avatar
support
Site Admin
Posts: 6192
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Bulk email delete

Post by support »

You can donate for this feature:) I will update code and provide you source to udpate your app so you can use this feature before 2.8
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Re: Bulk email delete

Post by elviseras »

Thanks Sergey, donation made !! :mrgreen: :mrgreen:
User avatar
support
Site Admin
Posts: 6192
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Bulk email delete

Post by support »

Thank you.
I'm going add two functions
1) First you can select email by current page and delete them (I don't wont add function for users that allows them select all emails and remove). So selection will be by page only. OK?
2) For admin I will add function to reset email account that will remove all email related to this account.
Let me know if everything is ok.
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Re: Bulk email delete

Post by elviseras »

Perfect Sergey!! :D
User avatar
support
Site Admin
Posts: 6192
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Bulk email delete

Post by support »

Added function to clear account. Files form archive replace to folder where app is installed.
In result you will see "Clear" link. Once you click on it you will see extra confirmation window.
This function will delete all emails associated with this account including attachments.
Let me know if it works ok.
Attachments
clear_confir.png
clear.png
clear_mail_account.zip
(21.55 KiB) Downloaded 78 times
Post Reply