Groups | Search | Server Info | Login | Register
| From | GS <gs@v.invalid> |
|---|---|
| Newsgroups | alt.comp.os.windows-10, alt.comp.freeware, comp.text.xml |
| Subject | Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? |
| Date | 2020-04-22 21:35 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <r7qrdg$dkg$1@dont-email.me> (permalink) |
| References | (8 earlier) <r7pd1k$opl$1@dont-email.me> <r7q8vl$1l7$1@dont-email.me> <r7qa7g$9rq$1@dont-email.me> <r7qj6e$3dt$1@dont-email.me> <r7qmqm$m43$1@dont-email.me> |
Cross-posted to 3 groups.
> "GS" <gs@v.invalid> wrote > >> Garry >> R2Fycnk= >> 52324679636E6B3D >> >> ..which all are plain text strings. Otherwise the B64 string arrives as >> "r2fycnk="! The reason for the need is because the B64 string is the result >> of encrypting a license profile and outputting the result (byte data) in B64 >> so it behaves like a string when being processed as a plain text file. >> > I see what you mean. The problem there is that you're > sending it in the plain text section. If you want it treated > as Base64 it needs to be demarcated. Though it still shouldn't > lcase. Maybe you're using spellcheck? Your method is probably > best for a short string. If you want to actually send base64 you > need to use multi-part format and do it like so: > > --UNIQUE_BOUNDARY_STRING_HERE > Content-Type: image/jpeg; > name="pic.jpg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; > filename="pic.jpg" > > Then you put the base64, followed by another > boundary marker. Otherwise there's no way for > the client to know you intend it to be interpreted > as base64. > > You can see samples if you look at an email with > attachments. Actually, it goes as body text in a new msg via the user's default mail app using ShellExecute's mailto: arg. This puts the 'Send' action as user choice because I refuse to send anything not user authorized. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
Back to comp.text.xml | Previous | Next — Previous in thread | Next in thread | Find similar
What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-21 23:05 +0530
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Paul <nospam@needed.invalid> - 2020-04-21 13:51 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-21 23:41 +0530
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Paul <nospam@needed.invalid> - 2020-04-21 16:45 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-22 07:43 +0530
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Paul <nospam@needed.invalid> - 2020-04-21 23:13 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-22 10:13 +0530
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Paul <nospam@needed.invalid> - 2020-04-22 01:56 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-22 12:51 +0530
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-22 08:24 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-22 16:21 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-22 16:42 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-22 19:15 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-22 20:17 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-22 21:35 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-23 09:10 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-23 12:46 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? "Mayayana" <mayayana@invalid.nospam> - 2020-04-23 13:15 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-23 13:25 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? Arlen Holder <arlenholder@anyexample.com> - 2020-04-23 22:55 +0530
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-23 13:29 -0400
Re: What's a decent XML editor specifically for editing/viewing SMS messages copied from Android to Windows? GS <gs@v.invalid> - 2020-04-21 14:03 -0400
csiph-web