![]() |
Can i have a secret email account?
I wanna have an email account, using the builtin program, that i can hide and unhide whenever i want, and i don't want it consuming battery and bandwidth/bytes while it is hidden; and this all while having another email account there working as usual; other than just adding and removing an account all the time does anyone got any suggestions?
|
Re: Can i have a secret email account?
Just tell your wife you're having an affair ;)
|
Re: Can i have a secret email account?
Quote:
yuk. You could run the hidden one in CLAWS with notifications turned off, with your regular stuff in the MODEST but otherwise not sure. You should be able to hide CLAWS into background - it does not use much battery/bandwidth - just edit the lanch script perhaps. |
Re: Can i have a secret email account?
Quote:
he should maybe the wife will appreciate the honesty and reward him with a 3some |
Re: Can i have a secret email account?
Nah, nothing like that, i would never willingly get involved in an exclusivelly monogamic relationship.
What happens is i let my friends and family play with my N900 somtimes and i would rather not have them accidently stumble on my "adult" conversations and things like that. I already use two differents email address keeping that in mind, but it's quite annoying to log in and out and use the webmail client in general, and i enjoy the simplicity and integration of the default email client in the N900. |
Re: Can i have a secret email account?
i would never let anyone touch my n900 thats just as bad as an affair lol
|
Re: Can i have a secret email account?
yes..u can have a secret email account..just dont reveal ur email id to any1 else..it shall be a secret then.. :P
|
Re: Can i have a secret email account?
Quote:
Quote:
Me personally, I just don't like always being logged in, so I never ran into the problem. But I can more than understand the desire for more convenient secrecy. Perhaps try some of the other non-standard email clients. If any of them has an easy-to-use feature like that, great, if not, it's probably easier to submit a feature request to the one you like the most than to try to get people to develop one for Modest. But frak if I know. *Shrug* Any 'ways' of doing what you're suggesting that I can think of (with my limited coding knowledge) would require at the very least changing some elements of Modest itself. Nothing you can do with just a script or settings tweeks. (Though you can probably have a script to log you in/out... It's still the same need to log in/out, but if you automated it'd be less of a pain in the ***.) |
Re: Can i have a secret email account?
Why not add an account in Easy Debian/Easy Fedora/Ubuntu?
Hide an email add in there? All data will be safe (web based). |
Re: Can i have a secret email account?
Sure, you could use Ovi mail. Just create the email account 'secret-something'@ovi.com :p I'm sure no ones using Ovi mail.
|
Re: Can i have a secret email account?
Just log into gmail's webpage. No trace on your n900 :) Problem solved.. :D
|
Re: Can i have a secret email account?
You guys keep suggesting solutions he's pointed out as not part of his desired use case.
It's not the issue of having a secret email account literally - you can easily just make blah112358fibonachisequencecan'tguessthisaddressca nyou*****blah@yahoo.com or something, and share it with only specific contacts. THAT isn't what he's talking about. You can also log in from the webmail client, but that, is, again, not what he's talking about - he said he doesn't like being logged in through the web client. (Personally, that's exactly what I see as a strength of the N900. I don't need built in email clients, I can just go to the familiar and versatile full web pages, but whatever.) And, furthermore, putting it in EasyDebian (or another chroot operating system) is only an advantage if Debian/whatever has the feature he's looking for, and it won't kill his battery to have a 'hidden' email client checking in the background, from within EasyDebian. The point is, he's not looking to hide the email address itself from sight, or from other people knowing that he's got blahblah@blah.com. He's looking for a way to have an email client 'hide' the emails of blahblah@blah.com from view in the UI, without logging him out of blahblah@blah.com. Meanwhile, accounts like blehbloo@blah.com or blahblah@bleh.net stay visible in the same client. All accounts stay logged in, and all get their new emails like they normally would, but with the option to hide specific accounts and its respective emails from the email client's UI, and suppress any new email notifications for that client, if there are any. Which is why right now I'm thinking you either change one of the existing email clients to support that feature, or you change one to run silently in the background, and keep your hidden/'secret' accounts signed into that one, while keeping your normal accounts in Modest. Or, well, you suck it up and keep logging in/out of the accounts you don't want the emails showing up for, if possible with a script to make it faster. |
Re: Can i have a secret email account?
Quote:
|
Re: Can i have a secret email account?
Quote:
|
Re: Can i have a secret email account?
How about a shell script that will rename or move/swap some files or folders? Does Modest work like that or would that just screw things up?
|
Re: Can i have a secret email account?
Suggestion: (but not the most enviromentally approved suggestion). Print out the email, hide it with your secret collection of ??? and delete off the email! No trace, even hackers can't get that if you lost the N900!
|
Re: Can i have a secret email account?
I don't need an alternate boot in a hidden rubberhose-proof encrypted partition, simply needing to run a terminal comand to toggle the presence of the account in Modest would be enough.
|
Re: Can i have a secret email account?
Simple, using gconftool-2.
First, find the relevant email account (bold is what you type): Code:
[sbox-FREMANTLE_X86: ~] > gconftool-2 --all-dirs /apps/modest/accounts Then, you can use gconftool-2 to view the details of each of the accounts listed to find the path for the relevant one: Code:
[sbox-FREMANTLE_X86: ~] > gconftool-2 -a /apps/modest/accounts/gmailID Code:
[sbox-FREMANTLE_X86: ~] > gconftool-2 -s /apps/modest/accounts/gmailID/enabled --type bool false Hope that helps! |
Re: Can i have a secret email account?
That seems to be perfect, thx! :D
|
Re: Can i have a secret email account?
Quote:
Edit: Alright I just went back and plowed through it. Good point, but it didn't take a lot of effort to hit Quote and type like 17 characters, so I didn't go that far outta my way. Quote:
|
Re: Can i have a secret email account?
Here is the script i came up with after reading cmantito's post and this shell scripting tutorial filled with typos and other writing mistakes :
Code:
# The nice msgs i'm writing without testing, |
Re: Can i have a secret email account?
I've written another version of TiagoTiago's script in Perl, with both a simple menu for selection and the ability to pass an account with a parameter.
Code:
#!/usr/bin/perl Code:
~ $ perl modest-account.pl |
Re: Can i have a secret email account?
Progress update!
The best way (for me) to learn a new language: inability sleep, and dive in head first. I converted my Perl script to Python. Next, if I still can't sleep, I'll try my hand at GUIing. It's identical to the Perl script, except I didn't bother with regexes, and it's in Python: Code:
#!/usr/bin/python |
All times are GMT. The time now is 07:40. |
vBulletin® Version 3.8.8