Mailspring/internal_packages/worker-sync/lib
Carson Ip a3874ce1de Fix incorrect port number when using https (#2600)
When APIRoot is using https, the port will forced to be 443 even when APIRoot
indicates another port. This is because of the line options.port = 443
overwriting the correct options.port extracted by url.parse. This is fixed by
removing the problematic line. The default port is still 443 if you look into
https.js. In case we want a different default port in the future, we can do
options.port = options.port || 443.
2016-07-12 12:03:13 -07:00
..
contact-rankings-cache.coffee refactor(env): new NylasEnv global 2015-11-17 16:41:20 -08:00
main.coffee feat(mail-rules): Per-account mail rules filter incoming, existing mail 2015-12-23 02:19:32 -05:00
nylas-long-connection.coffee Fix incorrect port number when using https (#2600) 2016-07-12 12:03:13 -07:00
nylas-sync-worker-pool.coffee fix(analytics): improved analytics 2016-06-07 13:38:47 -07:00
nylas-sync-worker.coffee fix(sync): Always restart where left off after initial sync interrupted 2016-06-02 18:56:09 -07:00
refreshing-json-cache.coffee feat(transactions): Explicit (and faster) database transactions 2015-12-17 11:46:05 -08:00