How does Thunderbird's Mail Account Setup Wizard work? - email

I'm solving basically the same problem of "how do I map name+email address+password to IMAP and/or SMTP". Clearly, Thunderbird's got this one solved or near solved.
I can hunt through their source code, but is there any documentation on how this works?

You're probably looking for the account autoconfiguration documentation:
https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration

Related

Things don't appear to be working at the moment. Please try again later

I started to get this error (as an usaul customer, when I try to order some products on IHERB and other site). In 2017 all worked ok.
I found this artical
https://www.paypal.com/il/selfhelp/article/ts2067
what I need to explain in the support of this sites?? They answered me that other people can buy via PP without problem. But why I m not? :(((
My error that I get from the both sites:
https://www.paypal.com/webapps/hermes?flow=1-P&ulReturn=true&token=EC-6RB11487FP568722H&country.x=GB&locale.x=en_GB#/checkout/genericError?code=REVGQVVMVA%3D%3D
https://www.paypal.com/webapps/hermes?flow=1-P&ulReturn=true&token=EC-3NL51346KN821952W&country.x=RU&locale.x=ru_RU#/checkout/genericError?code=REVGQVVMVA%3D%3D
What I can do as a customer?
Any ideas?
Thanks!
I got answer from IHERB that it may be happens because my billing address in the PP is not the same as shipping address (my case).
Very stupid from my point of the view, but...
Even error not explain it, I needed to spend my time to find what the problem!
Error is address on paypal : 'address_error' you may need to fill out some address information and contact to paypal, there is no such code errors try sendbox to test your code if works follow the above instructions.

Magento 2 save configurable product issue

Magento 2.1 admin:-
When updating configurable product I am getting the following issue.
You don't have permission to access /admin/catalog/product/validate/id/3316/type/configurable/store/0/set/4/key/11c0d458dc11fc072a5fdef7f5fb3fe633c433bbf0342175b987f10588ee2b2c/
Thanks in advance.
I have fixed that.
Just checked the server log and found that it was mod_security extension is enable.
That should be disabled.
Okay, How many products are you going to create or assign while creating configurable product.
I have experienced the same issue and I have sorted out with creating a configurable product with few product assignment.
I hope this may help you
Thanks
We were getting the following error -:
=======
403 Forbidden
You don't have permission to access /admin/catalog/product/validate/id/966/type/simple/store/0/set/9/
=====
Emailed hosting provider and they did change the setting at the server level. As soon as they changed the setting the error went straight away.
If they can’t change the setting on the server for some reason then look for product data. You will find malicious code, in our case it was iFrame code snippet which was causing that trouble.

Utility for FIX to verify message

Anyone aware of a FIX utility available online to verify fix messages? ie: accept a fix message and check things like body length length and checksum.
thanks
There is a fix log decoder on https://fixspec.com. When you enter a message it is parsed and items such as checksum and body length are also checked. You need to register to access it, but registration is free.
https://drewnoakes.com/fix-decoder/ is a nice online FIX decoder that supports Checksum(9) and BodyLength(8) tags validation.
No registration required.
One that I know of is ValidFix. There was a link to it on the QuickFix website, but it seems to be missing.
There's a licensed tool called VeriFIX http://www.greenlinetech.com/products/verifix.php.
Pasting it incase if it's useful to you or others.

SugarCRM CE smarty error after upgrade

I recently upgraded our SugarCRM CE form 5.x to 6.2.6. I had some uphill experience but I overcome everything except one issue.
The following error appears in the "Email Address" area on Contact, Opportunity and other similar pages.
Warning: Smarty error: unable to read resource:
"include/SugarFields/Fields/Base/detailViewFunction.tpl" in
/home/campusre/public_html/sugar/include/Smarty/Smarty.class.php on
line 1095
I did a search on SugarCRM forum and I found only one similar thread that was old and not answered. I also contacted our hosting company to check if this problem is related with the file or folder permission but they confirmed that it is not the problem in this case.
I am a developer but didn't do any SugarCRM and Smarty development before. I am investigating the code by my self but without success so far.
Any suggestion will be highly appreciated.
Thanks in advance.
unable to read resource: include/SugarFields/Fields/Base/detailViewFunction.tpl
This usually means that incorrect permissions are set on this file or that the file doesn't exist. However, in this case it looks like a casing issue. The file is actual camel case and named DetailViewFunction.tpl. It looks like you are running into a case-sensitive issue. My initial guess is that it is due to an old module or piece of code from 5.x.

How can I create a ticket from an email ?

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