• Queue

    From Carlos Navarro@2:341/234.5001 to Dmitry Protasoff on Friday, September 18, 2026 18:21:30
    When "Send messages immediately" is disabled, it would be useful being able to review what's in the queue, and maybe allow to delete unsent messages.

    If not too difficult to implement, it would also be nice if you could move unsent messages to Drafts. (HotdogEd supports this.)

    Carlos

    --- FidoMailMobile/0.1.8+89 (Android)
    * Origin: cyberiada (2:341/234.5001)
  • From Dmitry Protasoff@2:5001/100 to Carlos Navarro on Friday, September 18, 2026 21:48:12
    Hello Carlos!

    In a message of 18 Sep 26 18:21, Carlos wrote to Dmitry:

    When "Send messages immediately" is disabled, it would be useful
    being able to review what's in the queue, and maybe allow to delete
    unsent messages.

    You can delete unsent mail packets already (but not messages), because when you press "Send" - they get tossed into PKTs and added to the zip archive, so they're no longer "messages" but files.

    If not too difficult to implement, it would also be nice if you
    could move unsent messages to Drafts. (HotdogEd supports this.)

    HotdogEd was split into 2 parts: editor and tosser/mailer (based on JNode). There's nothing like this in FidoMail Mobile, it's completely integrated software. Pressing "Send" puts archives with PKTs into the sending queue. HotdogEd was never able to get archives back from internal JNode and untoss them.

    See you,
    dp.
    --- FidoMail v0.1.4-117-g0bf6376
    * Origin: livin' on the edge (2:5001/100)
  • From Carlos Navarro@2:341/234.5001 to Dmitry Protasoff on Saturday, September 19, 2026 14:19:47
    18 Sep 26 21:48, Dmitry Protasoff -> Carlos Navarro:

    You can delete unsent mail packets already (but not messages),
    because when you press "Send" - they get tossed into PKTs and added
    to the zip archive, so they're no longer "messages" but files.

    Ok, that's fine with me. Thanks.

    (BTW, I have noticed that a new zip bundle is created in Outbox for each PKT/message. Not an issue, but different from what I'm used to seeing in other packages and tossers.)

    HotdogEd was split into 2 parts: editor and tosser/mailer (based on JNode). There's nothing like this in FidoMail Mobile, it's
    completely integrated software. Pressing "Send" puts archives with
    PKTs into the sending queue. HotdogEd was never able to get
    archives back from internal JNode and untoss them.

    Ok, thanks for the explanation.

    Carlos

    --- FidoMailMobile/0.1.8+89 (Android)
    * Origin: cyberiada (2:341/234.5001)
  • From Dmitry Protasoff@2:5001/100 to Carlos Navarro on Saturday, September 19, 2026 14:01:23
    Hello Carlos!

    In a message of 19 Sep 26 14:19, Carlos wrote to Dmitry:

    (BTW, I have noticed that a new zip bundle is created in Outbox for
    each PKT/message. Not an issue, but different from what I'm used to
    seeing in other packages and tossers.)

    Current behaviour is to pack them into a single archive before actually sending to uplink.
    Because it has background sync, this makes software more stable against race conditions, when different components want to do something with the same file.


    See you,
    dp.
    --- FidoMail v0.1.4-122-g97f43bf5
    * Origin: livin' on the edge (2:5001/100)