Skip to content
#

imap

Here are 578 public repositories matching this topic...

gbonfiglio
gbonfiglio commented May 3, 2020

General informations

  • system/distribution (with version): Debian Buster
  • offlineimap version (offlineimap -V): offlineimap v7.2.3
  • Python version: v2.7.16
  • server name or domain: Amazon WorkMail
  • CLI options: nothing special

Configuration file offlineimaprc

[Repository WorkMail-Remote]
type = IMAP
remotehost = imap.mail.eu-west-1.awsapps.com
remoteuser = REDAC
deltachat-desktop
ChristophWurst
ChristophWurst commented Dec 23, 2021

Expected behavior

Attachments added to new messages are stored in mail_attachments. At \OCA\Mail\Service\Attachment\AttachmentService::addFile we don't assign a value to createdAt, thus the timestamp is of default 0.

Actual behavior

The timestamp is set to a real value. We need this to clean up old data.

Mail app

Mail app version: v1.11


Implem

Improve this page

Add a description, image, and links to the imap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the imap topic, visit your repo's landing page and select "manage topics."

Learn more