Giter Site home page Giter Site logo

MessageMapper::save(): Argument #3 ($mail) must be of type string, null given, in CopySentMessageHandler.php on line 76 about mail HOT 3 CLOSED

nickvergessen avatar nickvergessen commented on July 4, 2024
MessageMapper::save(): Argument #3 ($mail) must be of type string, null given, in CopySentMessageHandler.php on line 76

from mail.

Comments (3)

st3iny avatar st3iny commented on July 4, 2024

The migration in 3.7.0 added the raw column with a default value of null. Thus, saving stuck messages always fails, because the raw column is null.

Proposed Solutions

  1. Truncate all old messages (where raw==null).
  2. Use the editor_body column to generate a raw message in those cases.
  3. Ignore those messages for now to prevent excessive logging.

from mail.

guggerf avatar guggerf commented on July 4, 2024

I still have the Problem.
I just updated to NC28 and the Mail app is on Version 3.7.1, so the Problem should be solverd right?

In the protocol i get this warning:
TypeError
OCA\Mail\IMAP\MessageMapper::save(): Argument #3 ($mail) must be of type string, null given, called in /var/www/html/custom_apps/mail/lib/Send/CopySentMessageHandler.php on line 73
Could not send outbox message 34: OCA\Mail\IMAP\MessageMapper::save(): Argument #3 ($mail) must be of type string, null given, called in /var/www/html/custom_apps/mail/lib/Send/CopySentMessageHandler.php on line 73

from mail.

st3iny avatar st3iny commented on July 4, 2024

No, not yet. The backport is a part of the 3.7.2 milestone so it is not yet released.

from mail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.