* Minor work on FTN/BSO import

* Minor work on message network docs
This commit is contained in:
Bryan Ashby 2016-03-01 22:42:29 -07:00
parent 662d3f232e
commit 5c324788fe
3 changed files with 130 additions and 3 deletions

View file

@ -245,6 +245,8 @@ function getDefaultConfig() {
outbound : paths.join(__dirname, './../mail/ftn_out/'),
inbound : paths.join(__dirname, './../mail/ftn_in/'),
secInbound : paths.join(__dirname, './../mail/ftn_secin/'),
// :TODO: use general temp path - system temp by default...or just always system temp?
temp : paths.join(__dirname, './../mail/ftn_temp'),
},