Bryan Ashby

Results 203 comments of Bryan Ashby

Given the above, some caveats (though they may be acceptable). Any feedback appreciated! - In the `file.db` `file` table, each entry already stores a `storage_tag`. We will need to add...

@tracker1 Maybe I'm missing something, but I'm not catching the relevance of `FILE_ID.DIZ` extraction in relation to this ticket? Either way, [yeah it's supported](https://github.com/NuSkooler/enigma-bbs/blob/0.0.9-alpha/docs/filebase/index.md): When a file scan is performed,...

From Discord, thinking something like this in `config.hjson` to specify such rules: ``` { ftn: { fsxnet: { autoImport: { enabled: true // implied, can be set to false confTag:...

Note that for now to make things easier, if you just need to import all the areas for a message network, use [oputil](https://github.com/NuSkooler/enigma-bbs/blob/0.0.10-alpha/docs/admin/oputil.md#message-base-management)'s message base & file base management tools.

Not currently implemented no. If you're up to take a stab, the `core/servers/content/web.js` module would just need a option to enable it such as `redirectInsecure` or something and punch in...

Haha, good, this had me confused for a moment ;) Currently you can directly send/receive NetMail over FTN by going to to the private mail area and forming a "to"...

@coolacid Ah, I'm sure that could be baked in as well.

I really don't intend to directly build anything (protocol wise) not already supported by Nodemailer here. It already supports plugins in itself, so e.g. IMAP could be done that way....

@tracker1 Everything that ENiGMA currently supports has been discussed above. Look to Nodemailer for other stuff that "could" be possible. As for fetching email, I don't think Nodemailer supports that...

Side note: Would be nice if there were a way via ACS to change what items appear in a menu (e.g. the message view/editor in this case) by `menu.hjson` alone....