[GH-ISSUE #238] Mail single view: "View full headers": #221

Closed
opened 2026-02-27 11:10:40 +03:00 by kerem · 3 comments
Owner

Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/238

Originally assigned to: @tonioo on GitHub.

Originally created by Patrick Ben Koetter on 2012-04-05T21:38:25Z

Do not use floating box. Show headers inline in TXT section.

Originally created by @tonioo on GitHub (Dec 4, 2013). Original GitHub issue: https://github.com/modoboa/modoboa/issues/238 Originally assigned to: @tonioo on GitHub. **Originally created by Patrick Ben Koetter on 2012-04-05T21:38:25Z** Do not use floating box. Show headers inline in TXT section.
kerem 2026-02-27 11:10:40 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2012-04-06T14:56:58Z

Why not.

Maybe I can extend the existing array? (hide/display feature)

<!-- gh-comment-id:29814331 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2012-04-06T14:56:58Z** Why not. Maybe I can extend the existing array? (hide/display feature)
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Patrick Ben Koetter on 2012-04-06T17:39:48Z

Sound like a great idea! I'd use preformatted text as markup for the header section.

Return-Path: 
X-Original-To: p@state-of-mind.de
Delivered-To: p@state-of-mind.de
Received: from localhost (localhost [127.0.0.1])
        by mail.state-of-mind.de (Postfix) with ESMTP id 6E1B180102
        for ; Fri,  6 Apr 2012 16:57:00 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at mail.state-of-mind.de
Received: from mail.state-of-mind.de ([127.0.0.1])
        by localhost (mail.state-of-mind.de [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id nYD3CWljqFqS for ;
        Fri,  6 Apr 2012 16:56:59 +0200 (CEST)
Received: from mail.koalabs.org (88-191-122-124.rev.dedibox.fr [88.191.122.124])
        by mail.state-of-mind.de (Postfix) with ESMTP
        for ; Fri,  6 Apr 2012 16:56:59 +0200 (CEST)
Received: from modoboa.org (localhost [127.0.0.1])
        by mail.koalabs.org (Postfix) with ESMTP id 0132C100D1;
        Fri,  6 Apr 2012 16:56:58 +0200 (CEST)
Date: Fri, 6 Apr 2012 16:56:58 +0200
From: redmine@modoboa.org
Message-Id: 
References: 
Subject: [Modoboa - Bug #229] Mail single view: "View full headers":
Mime-Version: 1.0
Content-Type: multipart/alternative;
        boundary=mimepart_4f7f043aeb809_6d743ff2bb43f9ac27c3
Auto-Submitted: auto-generated
X-Redmine-Host: dev.modoboa.org
X-Redmine-Issue-Author: patrick
X-Redmine-Project: modoboa
X-Auto-Response-Suppress: OOF
X-Mailer: Redmine
X-Redmine-Site: Redmine
X-Redmine-Issue-Assignee: tonio
X-Redmine-Issue-Id: 229
To: undisclosed-recipients: ;
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: Quoted-printable
Content-Disposition: inline
<!-- gh-comment-id:29814333 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Patrick Ben Koetter on 2012-04-06T17:39:48Z** Sound like a great idea! I'd use preformatted text as markup for the header section. <pre> Return-Path: <redmine@modoboa.org> X-Original-To: p@state-of-mind.de Delivered-To: p@state-of-mind.de Received: from localhost (localhost [127.0.0.1]) by mail.state-of-mind.de (Postfix) with ESMTP id 6E1B180102 for <p@state-of-mind.de>; Fri, 6 Apr 2012 16:57:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.state-of-mind.de Received: from mail.state-of-mind.de ([127.0.0.1]) by localhost (mail.state-of-mind.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nYD3CWljqFqS for <p@state-of-mind.de>; Fri, 6 Apr 2012 16:56:59 +0200 (CEST) Received: from mail.koalabs.org (88-191-122-124.rev.dedibox.fr [88.191.122.124]) by mail.state-of-mind.de (Postfix) with ESMTP for <p@state-of-mind.de>; Fri, 6 Apr 2012 16:56:59 +0200 (CEST) Received: from modoboa.org (localhost [127.0.0.1]) by mail.koalabs.org (Postfix) with ESMTP id 0132C100D1; Fri, 6 Apr 2012 16:56:58 +0200 (CEST) Date: Fri, 6 Apr 2012 16:56:58 +0200 From: redmine@modoboa.org Message-Id: <redmine.journal-393.20120406165658@modoboa.org> References: <redmine.issue-229.20120405233825@modoboa.org> Subject: [Modoboa - Bug #229] Mail single view: "View full headers": Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=mimepart_4f7f043aeb809_6d743ff2bb43f9ac27c3 Auto-Submitted: auto-generated X-Redmine-Host: dev.modoboa.org X-Redmine-Issue-Author: patrick X-Redmine-Project: modoboa X-Auto-Response-Suppress: OOF X-Mailer: Redmine X-Redmine-Site: Redmine X-Redmine-Issue-Assignee: tonio X-Redmine-Issue-Id: 229 To: undisclosed-recipients: ; Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline </pre>
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2012-04-09T10:06:05Z

Applied in changeset commit:8c91d4675b25.

<!-- gh-comment-id:29814334 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2012-04-09T10:06:05Z** Applied in changeset commit:8c91d4675b25.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#221
No description provided.