-
- Downloads
Complete QWKE support (using MultiMail for testing):
Create and include in packet TOREADER.EXT if QWKEsupport is enabled (MultiMail keys of this file for QWKE support, so without, no QWKE features are enabled in MultiMail). Parse TODOOR.EXT if included in REP packets (for adding/dropping subs or setting/resetting pointers). Parse To:, From:, and Subject: QWKE kludge lines and use if/when appropriate (e.g. to defeat QWK 25-char header field limits). Create To:, From:, and Subject: QWKE kludge lines in QWK/REP packets when QWKE support is enabled and those fields exceed QWK limits (25 chars). Also, legacy SyncQNET kludge lines (@VIA, @TZ, etc.) may now exist in the top of the message body in any order. Note: current versions of MultiMail do not support "To" fields > 25 chars, even in QWKE mode (though I have a patch pending) and do not (yet) support Synchronet HEADERS.DAT file (rendering QWKE kludges unnecessary). These are major changes in the QWK/REP creation/parsing code, so testing (especially with QWKE-compliant offline readers) and bug reports are welcome!
Showing
- src/sbbs3/msgtoqwk.cpp 22 additions, 24 deletionssrc/sbbs3/msgtoqwk.cpp
- src/sbbs3/pack_qwk.cpp 61 additions, 1 deletionsrc/sbbs3/pack_qwk.cpp
- src/sbbs3/qwk.h 2 additions, 1 deletionsrc/sbbs3/qwk.h
- src/sbbs3/qwktomsg.cpp 96 additions, 122 deletionssrc/sbbs3/qwktomsg.cpp
- src/sbbs3/sbbs.h 2 additions, 1 deletionsrc/sbbs3/sbbs.h
- src/sbbs3/un_rep.cpp 91 additions, 28 deletionssrc/sbbs3/un_rep.cpp
Loading
Please register or sign in to comment