I've been looking for a solution for a few days now. I want to print the content of mails from a specific sender immediately. Outlook is not free. And for the current version of Thunderbird, I have not found a plugin.
Does somebody has any idea?
Solutuion: Thunderbird.
Addons: FiltaQuilla and PrintingTools
There exist a version from FiltaQuilla for Thunderbird 60.
Related
I want to know if there is a package out there that allows people to receive emails / drafts / deleted items from for example gmail. I found something that seemed to attempt it but I think the support has stopped for it and also my gmail automatically blocks any login attempts from it (which I can evade but if I want to eventually release it then of course this is not the correct option)
The "Potentially non supported" package: imap_client
I was wondering if someone has found a better / new package that doesn't have that issue or if someone knows how to write one.
Thanks in advance
Didn't really understand if you want to send it using SMTP or if you want to open the mail app.
For sending programmatically: https://pub.dev/packages/mailer
To open the gmail app: https://pub.dev/packages/flutter_email_sender
First of all I'm running lamp ubuntu 14.04 with dovecot and postfix for mailing.
I'm quite unexperienced if it comes to setting up a mail server.
I'm reaching a score of 5.1 / 10 and my mail does arrive on my gmail account, but not to my hotmail email. Here are the biggest problems reported by mail-tester
The mail will mainly be newsletter kind of things so the html problems I suppose should be fixed if I actually send a properly formatted html mail instead of some plain text lorem ipsum. Would be great if there's a solution for that as well, but it's not my biggest concern.
I'm using the header_checks in postfix trying to remove the X-MSMail-Priority, but without success. I can't find anything else besides the header checks method. Here's the line I'm using that I thought should remove X-MSMail-Priority
/^X-MSMail-Priority:/ IGNORE
Please say so if I've forgotten something important or something is unclear. I'll update my question as quickly as possible
Make sure you spelled the header correctly, it's case sensetive.
I'm assuming you have a file named /etc/postfix/header_checks,Check your main.cf file for the following:
mime_header_checks = regexp:/etc/postfix/header_checks
header_checks = regexp:/etc/postfix/header_checks
Restart postfix service and test the configuration.
I have been unable to find similar reported issues that I am experiencing or maybe I just am not phrasing it properly.
I have an instance of WIN8 w/ office 2013 and WIN7 w/ office200, I access them through my VM. On both instances I am experiencing an intermittent problem that I can not always replicate the problem. But it seems that after about 10 minutes of use maybe more maybe less, when I write and send emails they are sometimes getting stuck in my "Outbox" folder. I have tried pressing the send and reverie button, it looks like everything ran fine but the mail still shows up in my outbox rather than my sent box. When I restart the application, you sill see the message updating outlook,once it is completed you see the emails go from the outbox to sent. This happens in both instances of 2007 and 2010, is there a setting or something like that I am missing?.Because sometime when you open outllok and the first you do is send an email and everything works fin!
This is a well-known issue. Take a look at the similar pages:
How to troubleshoot mail stuck in the Outbox
How to troubleshoot e-mail messages that are stuck in your Outbox
Email stuck in the Outbox in Outlook 2010 / 2013
I'd like to create and edit notes created by the iOS Note app programmatically from the server-side.
I can see the notes created by the iOS device in my IMAP folder but any changes I make won't show up on the iOS device.
Does such API exist?
I just wondered myself and tried editing the note with mutt. As emails (via imap anyway) are not meant to be edited (as correctly stated by #CodaFi) mutt copies the note into the editor, saves it as a new "email" and delete the old one. The edited note gets synced to Notes.app just fine.
Beware: The title/subject of the note/mail is derived from the first line of the body.
PS (I don't think it affects the validity of the above): My setup is private IMAP server & mbsync with local Maildir & mutt.
Well, I use the HeaderTools plugin with Thunderbird to accomplish this, so it's certainly possible. The notes app picks up the changes right away. ( I's not a very satisfying solution as HeaderTools only allows editing as html source in its own viewer/editor )
I guess you could fire up wireshark to investigate precisely what goes on.
The drafts theory sounds plausible. If I needed to dig into this, I think I would just try it out with python directly, instead of googling around for hours.
I am using Bugzilla and I was wondering if there is a way to create a ticket by sending an email to an account.
I looked around and I found that at some point there was a contrib/bug_email.pl, (that I think it did this) but its not there anymore on version 3.6 .
It's been rewritten and promoted out of contrib! It's now email_in.pl in the main directory.
Here is the very thin documentation from Bugzilla:
http://www.bugzilla.org/docs/3.6/en/html/api/email_in.html
Some other help here to setup the system to route email to the email_in.pl script:
https://groups.google.com/forum/?fromgroups=#!topic/mozilla.support.bugzilla/Nf_CjGn6dME