Author Topic: Per-recipient Sent folders?  (Read 3809 times)

Offline HippoMan

  • Newbie
  • *
  • Posts: 1
Per-recipient Sent folders?
« on: March 02, 2015, 02:38:41 PM »
I'm a satisfied user of roundcube 1.1.0.

Does anyone know of any way to enable per-recipient Sent folders?

For example, I'd like to configure all email sent to user1@example.tld to automatically go into a folder named something like "sent-user1", all email sent to user2@example.tld to automatically go into to a folder named "sent-user2", and outgoing email to all other users to go into the normal Sent folder.

I couldn't find any plugins which support this feature, but perhaps I haven't been looking in the right places.

Thanks for any suggestions.
.

« Last Edit: March 02, 2015, 02:42:21 PM by HippoMan »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,878
    • SKaero - Custom Roundcube development
Re: Per-recipient Sent folders?
« Reply #1 on: March 02, 2015, 07:53:14 PM »
I don't know of a plugin that does this but could could code one that would.

Offline Azathoth

  • Newbie
  • *
  • Posts: 1
Re: Per-recipient Sent folders?
« Reply #2 on: March 30, 2015, 08:58:43 AM »
I think the easiest way would be to use a sieve filter for that.

Something like:
- BCC all outgoing email to yourself
- Sieve script to catch all mails with BCC to self header
- Examine TO header and (auto) create folder to move into
- Store the rest into SENT
- Additionally: Somehow keep your MUA from storing sent mail on server to prevent duplicates