Page MenuHomePhorge

Set errors if something fails during append
Needs RevisionPublic

Authored by mollekopf on Aug 16 2021, 4:16 PM.
Tags
None
Referenced Files
F12237003: D2728.id.diff
Sun, May 19, 3:17 AM
Unknown Object (File)
Sun, May 5, 5:35 AM
Unknown Object (File)
Tue, Apr 30, 10:51 AM
Unknown Object (File)
Wed, Apr 24, 3:32 PM
Unknown Object (File)
Wed, Apr 24, 5:41 AM
Unknown Object (File)
Apr 20 2024, 12:37 AM
Unknown Object (File)
Apr 12 2024, 2:52 AM
Unknown Object (File)
Apr 9 2024, 6:36 PM
Subscribers

Details

Reviewers
machniak
Group Reviewers
Restricted Project
Commits
rKc8a9d1936cc4: Set errors if something fails during append

Diff Detail

Repository
rK kolab
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 36079
Build 14173: arc lint + arc unit

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Aug 18 2021, 10:37 AM

I added this while using the migration code because sometimes we would just silently fail.

This is upstream code, so we should be careful, and then create a PR for Roundcube to include the changes.

src/include/rcube_imap_generic.php
3053

The message should be more explanatory, maybe "Failed to write to socket on APPEND".

3061

Same here.

This revision now requires changes to proceed.Sep 20 2022, 1:00 PM