After eight months of development, Fwd:Vault — the secure data backup service that operates entirely through email — is ready and waiting for you. This is a free beta release, so anyone can sign up and use the service totally free of charge. Hit the site to get started: http://fwdvault.com If the description “Secure data [...]
Read MorePosts tagged "email"
Extract email addresses from tags
Ran into another cool hurdle today for my Fwd:Vault development. When I grab the message content to archive it in the system, first thing I do is scrub it out to ensure that (a) it displays properly, and (b) there are no misbehaving characters. I grab both plain text and HTML email formats (if present), [...]
Read More email, fwdvault, php, programming, regular expressions, security, usabilityGet number of message parts in an email using PHP
Alright, I admit up front that this is a pretty specific problem, but hopefully some Googlers will find it useful. I recently had need for a small side project to read e-mails. Every e-mail is split up into parts; each “part” represents every separate piece of the e-mail. The plain text format, rich text or [...]
Read More email, php, software developmentHello World, now where’s my e-mail?
Having just spent several hours doing some basic setup on a new WordPress blog, I can safely agree with the masses that it is indeed an excellent, well-written program. Even the most tech-inept amongst us would likely have no problem getting the software up and running. Which is probably why I had a problem, and [...]
Read More email