aboutsummaryrefslogtreecommitdiffstats
path: root/mod/mail.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-03 18:17:42 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-03 18:17:42 -0700
commit8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2 (patch)
treed50b9bbbe27949f1796dcc74e52346590676c8c5 /mod/mail.php
parent4b39cc5f9b9de942bad9cf3a95333713f62c1d4b (diff)
downloadvolse-hubzilla-8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2.tar.gz
volse-hubzilla-8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2.tar.bz2
volse-hubzilla-8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2.zip
front page
Diffstat (limited to 'mod/mail.php')
-rw-r--r--mod/mail.php85
1 files changed, 0 insertions, 85 deletions
diff --git a/mod/mail.php b/mod/mail.php
deleted file mode 100644
index 6bb040879..000000000
--- a/mod/mail.php
+++ /dev/null
@@ -1,85 +0,0 @@
-<?php
-
-
-function mail_post(&$a) {
-
- // handles mail created by me, or mail posted to my profile page.
- // If remote we must have a DFRN-url.
-
- if((x($_POST,'dfrn_url')) && (strlen($_POST['dfrn_url']))) {
- // get post params
- $remote = true;
-
- // check blacklist
-
-
- // scrape url
-
-
-
- // sanitise
-
- // store
-
-
- // notify
-
-
- }
-
- if(local_user()) {
-
-
- // get data
-
-
- // sanitise
-
-
- // store
-
-
- // notify
-
-
-
-
- }
-
-
-
-
-
-
-
-
-
-}
-
-
-function mail_content(&$a) {
-
- // remot mail
-
-
- // list mail
-
-
-
-
-
- // read message
-
-
-
-
- // reply
-
-
-
-
- // new mail
-
-
-
-} \ No newline at end of file