Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A Akonadi Notes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PIMPIM
  • Akonadi Notes
  • Merge requests
  • !1

[NoteUtils] Add DataBase64Encoded and ContentID fields to Attachment

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Igor Poboiko requested to merge poboiko/akonadi-notes:attachment-fields into master May 30, 2020
  • Overview 1
  • Commits 9
  • Pipelines 4
  • Changes 3

KPIMTextEdit returns already base64-encoded images, so if I want to attach them, I have to decode it, just for KMime to encode them again. Instead, just make it possible to explicitly tell KMime that attachment is already base64-encoded.

It is also useful to be able to set some unique identifier to an Attachment, just to be able to refer to it from the note (contentID). Right now we only have label field, which is not unique and is supposed to be user-facing.

This is useful for kjots!3 (merged).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: attachment-fields